-
Notifications
You must be signed in to change notification settings - Fork 205
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
algod: Add blockOffsetTimestamp, syncRound APIs to algod client #769
algod: Add blockOffsetTimestamp, syncRound APIs to algod client #769
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.
Is there going to be support for the unset sync endpoint in the SDKs?
Let's also add the /ready
endpoint as well
@@ -13,4 +13,3 @@ | |||
@rekey_v1 | |||
@send | |||
@send.keyregtxn | |||
@simulate |
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.
@ahangsu just making you aware that you'll need to add back this tag in the simulate PR you're working on
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.
sure sure, it is on my stack.
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.
Pending tests, LGTM
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.
👍
); | ||
|
||
Then( | ||
'expect the request to be {string} {string}', |
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.
👍
Co-authored-by: algochoi <86622919+algochoi@users.noreply.github.com>
Updates the algod client to add support for the following new APIs:
Also incorporates generated types into the model from the algod spec.