-
Notifications
You must be signed in to change notification settings - Fork 97
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
Conversation
There was a problem hiding this 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
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
f5579fd
to
19674d1
Compare
Co-authored-by: Zeph Grunschlag <tzaffi@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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