cosmos-sdk/x/distribution
SaReN b9f86dd7fe
Update simapp helpers to use Tx generator (#6655)
* 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>
2020-07-14 17:33:31 +00:00
..
client x/distribution: CLI & Module Tweaks (#6684) 2020-07-10 19:59:26 +00:00
keeper x/distribution: gRPC query service (#6600) 2020-07-13 20:01:16 +00:00
legacy
simulation Update simapp helpers to use Tx generator (#6655) 2020-07-14 17:33:31 +00:00
spec
types Merge PR #6702: x/slashing: In-Process CLI Integration Tests 2020-07-14 11:55:19 -04:00
abci.go Merge PR #6449: Initial Metrics 2020-06-18 14:12:44 -04:00
doc.go
handler.go Merge PR #6449: Initial Metrics 2020-06-18 14:12:44 -04:00
module.go x/distribution: gRPC query service (#6600) 2020-07-13 20:01:16 +00:00
module_test.go x/auth: remove alias.go usage (#6440) 2020-06-17 14:42:27 -04:00
proposal_handler_test.go