-
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
Update simapp helpers to use Tx generator #6655
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6655 +/- ##
==========================================
- Coverage 58.54% 58.46% -0.09%
==========================================
Files 511 511
Lines 30981 31047 +66
==========================================
+ Hits 18139 18151 +12
- Misses 11495 11543 +48
- Partials 1347 1353 +6 |
…-sdk into sahith/update-simapp-gentx
This pull request introduces 15 alerts when merging ba9d70c into d23c779 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 2531b7b into d23c779 - view on LGTM.com new alerts:
|
Co-authored-by: Federico Kunze <[email protected]>
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.
Made one small comment, otherwise LGTM
Co-authored-by: Aaron Craelius <[email protected]>
* update helpers to use tx generator * update modules to use tx generator * add todo * update ibc to use txG * fix lint * Eliminate panics from Gentx * update module ops * fix lgtm alert * update ibc with txG * Remove todo Co-authored-by: Federico Kunze <[email protected]> * move simapp/helpers to test_helpers * revert simapp/helpers to test_helpers * revert renaming * address suggestion Co-authored-by: Aaron Craelius <[email protected]> * fix tests Co-authored-by: Federico Kunze <[email protected]> Co-authored-by: Aaron Craelius <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Ref: #6213
This is part of breakdown of #6216 into smaller PRs
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