-
Notifications
You must be signed in to change notification settings - Fork 9
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
Construction API work #23
Conversation
0727f4f
to
f3dfcbf
Compare
f3dfcbf
to
84fca7a
Compare
48dfe0a
to
13f15c4
Compare
2a2d74c
to
5fef825
Compare
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.
Can we also add tests that actually submit transactions to the network and wait for them to be included in a block? Just to make sure that all the transaction hashes are correctly computed.
Also, are there any tests for the construction API provided by the upstream package?
I'll have to see about how to do that.
no ):, unless it's undocumented. although I might as well ask on their forum |
https://community.rosetta-api.org/t/automated-construction-api-testing/120 oh hey, just one day ago |
Cool, we should run that as part of our CI flow :-) |
Just note that currently the construction API is using |
There are some major backwards incompatibilities in rosetta-cli 0.4.0. I'll file a separate issue to upgrade to that |
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.
Looks great! Just needs support for the automated construction API testing as part of the test script and it will be good to merge :)
run rosetta-cli check:construction in CI
rosetta-cli 0.4.0 and construction tests
based on #22
closes #22 because it includes that