-
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
api: Regenerate client interfaces for timestamp, ready, and simulate endpoints #513
Conversation
.test-env
Outdated
@@ -1,6 +1,6 @@ | |||
# Configs for testing repo download: | |||
SDK_TESTING_URL="https://github.com/algorand/algorand-sdk-testing" | |||
SDK_TESTING_BRANCH="master" | |||
SDK_TESTING_BRANCH="path-unit-tests" |
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.
todo: revert back to master
s.Step(`^we make a SetSyncRound call against round (\d+)$`, weMakeASetSyncRoundCallAgainstRound) | ||
s.Step(`^we make a GetSyncRound call$`, weMakeAGetSyncRoundCall) | ||
s.Step(`^we make a UnsetSyncRound call$`, weMakeAUnsetSyncRoundCall) |
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.
There they are. Should be able to add in unit.sync
.
Did the simulate endpoint fail to generate? |
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.
seems right on simulation part
This PR mostly uses the generator to generate the timestamp offset, ready, and simulate endpoints.
Also implements tests for the timestamp and ready endpoint.