cosmos-sdk/x/bank
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 cleanup x/bank and x/crisis (#6697) 2020-07-13 06:55:58 +00:00
exported Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00
keeper cleanup x/bank and x/crisis (#6697) 2020-07-13 06:55:58 +00:00
legacy Move codec.RegisterCrypto and codec.Cdc to new packages (#6330) 2020-06-04 10:38:24 +00:00
simulation Update simapp helpers to use Tx generator (#6655) 2020-07-14 17:33:31 +00:00
spec Enable/disable coin transfers by denom (#6527) 2020-07-08 17:43:08 +00:00
types cleanup x/bank and x/crisis (#6697) 2020-07-13 06:55:58 +00:00
app_test.go Update simapp helpers to use Tx generator (#6655) 2020-07-14 17:33:31 +00:00
bench_test.go Update simapp helpers to use Tx generator (#6655) 2020-07-14 17:33:31 +00:00
handler.go Enable/disable coin transfers by denom (#6527) 2020-07-08 17:43:08 +00:00
handler_test.go Add support for protobuf TxGenerator and SIGN_MODE_DIRECT (#6385) 2020-07-06 17:03:45 +00:00
module.go cleanup x/bank and x/crisis (#6697) 2020-07-13 06:55:58 +00:00