Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REST API: Add algod block hash endpoint, add indexer block header-only param. #421

Merged
merged 4 commits into from
Oct 7, 2022

Conversation

winder
Copy link
Contributor

@winder winder commented Oct 5, 2022

Add tests to generated code. See commits for the generated code vs the tests.

Tests are passing locally, CI is pending algorand/algorand-sdk-testing#245

@winder winder requested review from tzaffi and shiqizng October 5, 2022 05:07
@winder winder self-assigned this Oct 5, 2022
Copy link
Contributor

@tzaffi tzaffi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the great improvement. Definitely shutdown was missing! A couple of items:

  • re-wording to clarify comments of test-harness.sh
  • will we end up with the same new tags? (I put a question on the sdk-testing pr for blockhash, etc.)
  • we should merge that branch (will/misc-new-tests) first

test-harness.sh Outdated Show resolved Hide resolved
test-harness.sh Outdated Show resolved Hide resolved
@@ -3,6 +3,8 @@ SDK_TESTING_URL="https://github.com/algorand/algorand-sdk-testing"
SDK_TESTING_BRANCH="master"
SDK_TESTING_HARNESS="test-harness"

INSTALL_ONLY=0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

test-harness.sh Outdated Show resolved Hide resolved
test-harness.sh Outdated Show resolved Hide resolved
Co-authored-by: Zeph Grunschlag <tzaffi@users.noreply.github.com>
Copy link
Contributor

@tzaffi tzaffi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@winder winder changed the title Update client, add tests REST API: Add algod block hash endpoint, add indexer block header-only param. Oct 6, 2022
@winder winder merged commit ca19e42 into develop Oct 7, 2022
@winder winder deleted the will/regenerate-sdk branch October 7, 2022 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants