-
Notifications
You must be signed in to change notification settings - Fork 35
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
Remove v1 algod dependencies from cucumber tests #249
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.
This looks good so far. I'm holding off on final approval as I'd like to also review a companion SDK PR when it's ready to look at so I have a better sense of the impact.
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
This PR makes changes to the cucumber steps so that v1 algod tests are removed and some v1 steps are changed to use v2 implementations.
Changes:
algod.feature
: Only retains version agnostic endpoint tests (/versions
and/health
). The rest should be covered byv2algodclient_paths.feature
tests.the transaction should go through
to the v2 waitForTransaction stepI wait for the transaction to be confirmed.
Closes #247