-
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
rosetta-cli 0.4.0 and construction tests #26
Conversation
215acd8
to
bdd4436
Compare
@@ -5,8 +5,11 @@ go 1.14 | |||
replace github.com/tendermint/tendermint => github.com/oasisprotocol/tendermint v0.33.4-oasis2 | |||
|
|||
require ( | |||
github.com/coinbase/rosetta-sdk-go v0.3.0 | |||
github.com/coinbase/rosetta-cli v0.4.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.
some of this stuff is dev only, used in tests/check-prep
bdd4436
to
0d0e503
Compare
apparently this isn't very stable. CI doesn't even run to the timeout. it died with this on the last run https://github.com/oasisprotocol/oasis-core-rosetta-gateway/runs/951623871#step:5:2374:
|
Could it be related to transaction submission blocking, see #24? |
I'm going to split out enabling the check:construction into a separate PR |
eb85a2e
to
1d7d95b
Compare
1d7d95b
to
a1cf329
Compare
run rosetta-cli check:construction in CI
here's changes for rosetta-cli 0.4.0. it's gonna be an awkward battle to get this integrated
fixes #25
cross-reference #23