cosmos-sdk/x/gov/simulation
Matt Kocubinski 8f9a88cf22
fix: simulation failures (#12858)
* fix: store compare bug causing simulation failures

- handle err in staking/keeper/InitGenesis SetParams
- handle Params type text render in staking

* fix bug in x/gov simulation operations

Co-authored-by: Marko <marbar3778@yahoo.com>
2022-08-08 17:48:26 -04:00
..
decoder_test.go refactor!: make simapp.MakeTestEncodingConfig private (#12747) 2022-07-27 17:23:56 +02:00
decoder.go refactor: move legacy gov to v1beta1 (#10748) 2021-12-13 18:48:44 +00:00
genesis_test.go feat!: initial deposit requirement for proposals (#12771) 2022-08-02 20:40:00 +02:00
genesis.go feat!: initial deposit requirement for proposals (#12771) 2022-08-02 20:40:00 +02:00
operations_test.go feat: deprecate x/params usage in x/gov (#12631) 2022-08-01 16:53:04 +00:00
operations.go fix: simulation failures (#12858) 2022-08-08 17:48:26 -04:00
params_test.go x/gov/simulation/params.go: add unit tests (#6738) 2020-07-19 21:57:14 +00:00
params.go Remove dependency of types/module package on x/simulation (#5835) 2020-03-23 12:55:44 +01:00
proposals_test.go feat: decouple x/distribution from simapp (#12334) 2022-06-22 21:43:33 +02:00
proposals.go feat: decouple x/distribution from simapp (#12334) 2022-06-22 21:43:33 +02:00