-
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 protobuf Tx unit tests #6614
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6614 +/- ##
==========================================
+ Coverage 60.26% 61.42% +1.15%
==========================================
Files 390 509 +119
Lines 25331 31457 +6126
==========================================
+ Hits 15266 19321 +4055
- Misses 8897 10637 +1740
- Partials 1168 1499 +331 |
What is the status here? Since #6423 and #6571 have been closed, this seems the last blocker to begin updating clients to the new "stargate" API. It doesn't seem there has been movement in almost 2 weeks. I assume it is blocked by some of the other parts of #6213 I'd be happy for a quick update and any ETA on this to help with planning |
@ethanfrey This is blocked on #6717 and #6734. I think those are pretty close. I will pick this up again after those are merged in. |
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
Nice |
* Enable proto tx by default and add test_amino build flag. * Enable proto TxDecoder * update makefile * fix conflicts * Revert AminoCodec change * Make test-unit-amino default for now * Make test-unit-amino default for now Co-authored-by: Federico Kunze <[email protected]> Co-authored-by: sahith-narahari <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
ref: #6213
This PR adds separate test configurations for protobuf and amino transactions. Currently amino transactions will remain as the default for tests, but that will switch after protobuf transactions are fully tested. This is needed to finish testing on #6717 and #6734. Once those are merged and
make test-unit-proto
passes, that will be switched to the default test config.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