-
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
Add Tx, SignDoc, etc. proto types from 6111 #6214
Conversation
…nd Fee -> FeeI
👋 Thanks for creating a PR! Before we can merge this PR, please make sure that all the following items have been For contributor use:
For admin use:
Thank you for your contribution to the Cosmos-SDK! 🚀 |
Codecov Report
@@ Coverage Diff @@
## master #6214 +/- ##
=======================================
Coverage 54.84% 54.84%
=======================================
Files 444 444
Lines 26771 26771
=======================================
Hits 14682 14682
Misses 11046 11046
Partials 1043 1043 |
@alexanderbez I fixed the |
Going to go ahead and merge this. There are a lot of pieces to get to |
Great work @aaronc 👏 |
ref: #6213, #6111
This PR:
Tx
,SignDoc
, etc. types from Update ADR 020 to use Any #6111 totx/types
CompactBitArray
tocrypto/types
It postpones actually implementing any new signing behavior to separate PRs.