Skip to content
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

Merged
merged 24 commits into from
Jul 14, 2020
Merged

Conversation

sahith-narahari
Copy link
Contributor

@sahith-narahari sahith-narahari commented Jul 9, 2020

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.

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer
  • Review Codecov Report in the comment section below once CI passes

@codecov
Copy link

codecov bot commented Jul 9, 2020

Codecov Report

Merging #6655 into master will decrease coverage by 0.08%.
The diff coverage is 20.68%.

@@            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     

@lgtm-com
Copy link

lgtm-com bot commented Jul 10, 2020

This pull request introduces 15 alerts when merging ba9d70c into d23c779 - view on LGTM.com

new alerts:

  • 15 for Expression has no effect

@lgtm-com
Copy link

lgtm-com bot commented Jul 10, 2020

This pull request introduces 1 alert when merging 2531b7b into d23c779 - view on LGTM.com

new alerts:

  • 1 for Expression has no effect

@sahith-narahari sahith-narahari marked this pull request as ready for review July 12, 2020 17:27
simapp/test_helpers.go Show resolved Hide resolved
x/ibc/testing/chain.go Outdated Show resolved Hide resolved
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
simapp/test_helpers.go Outdated Show resolved Hide resolved
Copy link
Member

@aaronc aaronc left a 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

@aaronc aaronc mentioned this pull request Jul 14, 2020
27 tasks
@sahith-narahari sahith-narahari added the A:automerge Automatically merge PR once all prerequisites pass. label Jul 14, 2020
@mergify mergify bot merged commit b9f86dd into master Jul 14, 2020
@mergify mergify bot deleted the sahith/update-simapp-gentx branch July 14, 2020 17:33
larry0x pushed a commit to larry0x/cosmos-sdk that referenced this pull request May 22, 2023
* 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 <31522760+fedekunze@users.noreply.github.com>

* move simapp/helpers to test_helpers

* revert simapp/helpers to test_helpers

* revert renaming

* address suggestion

Co-authored-by: Aaron Craelius <aaron@regen.network>

* fix tests

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Aaron Craelius <aaron@regen.network>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A:automerge Automatically merge PR once all prerequisites pass.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants