-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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: upgrade to newest version #9314
Conversation
bbcb2c3
to
d494756
Compare
This pull request introduces 1 alert when merging d494756 into b4125d1 - view on LGTM.com new alerts:
|
Codecov Report
@@ Coverage Diff @@
## master #9314 +/- ##
==========================================
+ Coverage 60.37% 60.39% +0.02%
==========================================
Files 585 587 +2
Lines 36851 36914 +63
==========================================
+ Hits 22247 22294 +47
- Misses 12630 12645 +15
- Partials 1974 1975 +1
|
This pull request introduces 1 alert when merging 3dd84f0 into b4125d1 - view on LGTM.com new alerts:
|
3dd84f0
to
ab2298f
Compare
This pull request introduces 1 alert when merging ab2298f2588680bfa5f854ec7225ba5dae7423f8 into eb7d939 - view on LGTM.com new alerts:
|
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.
utACK
This pull request introduces 1 alert when merging ef0d7cdd20d5fd3e94a6793003241944a76adbf4 into eb7d939 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 2ec06d2aac2c24a6336771b1597eccb54393e933 into eb7d939 - view on LGTM.com new alerts:
|
Thanks for the PR, before we can go ahead and merge this could you touch on whom the maintenance of this code will fall? |
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 good. This is not covered by simulation tests we are doing and only changing the rosetta server (except few autoformatting). So if you are going to handle it on top of the latest beta, then we can probably merge it in 0.43. @aaronc - what do you think?
I think that's fine. Merge when ready. |
e2c91b2
to
56f69f3
Compare
taken from v1.0.0 release branch of the library: https://github.com/tendermint/cosmos-rosetta-gateway/tree/release/v1.0.0 see: #9300
Use pointer receiver in seal and add method for error registry. Add tests
Co-authored-by: Alessio Treglia <alessio@tendermint.com>
56f69f3
to
fea37be
Compare
* feat: update rosetta sdk to v0.6.10 embed from v1.0.0 release branch of the library: https://github.com/tendermint/cosmos-rosetta-gateway/tree/release/v1.0.0 closes: cosmos#9300 Co-authored-by: Alessio Treglia <alessio@tendermint.com>
Description
Embed the Rosetta SDK integration within the SDK
closes: #9300
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes