0g-chain/x/committee/keeper
Ruaridh 23a5c7b969
Add committee simulations (#431)
* first pass at genesis and msgs

* add proposal generation

* add permission generation

* add decoder

* add invariants

* add committee change proposal generator

* improve committee change proposal generation

* fix error formatting

* update sims to v0.38

* Update x/committee/keeper/invariants.go

Co-Authored-By: Denali Marsh <denali@kava.io>

* Update x/committee/keeper/invariants.go

Co-Authored-By: Denali Marsh <denali@kava.io>

* tidy up comments

* tidy up random helpers

* add committee to ImportExport test

* add member check to vote invariant

* fix comment wording

Co-authored-by: Kevin Davis <karzak@users.noreply.github.com>

Co-authored-by: Denali Marsh <denali@kava.io>
Co-authored-by: Kevin Davis <karzak@users.noreply.github.com>
2020-05-04 17:17:20 -04:00
..
integration_test.go add nicer keeper get methods 2020-04-27 15:04:47 +01:00
invariants.go Add committee simulations (#431) 2020-05-04 17:17:20 -04:00
keeper_test.go update format 2020-04-30 10:23:41 -04:00
keeper.go update module to v0.38 2020-04-27 19:19:05 +01:00
proposal_test.go Merge branch 'master' of github.com:Kava-Labs/kava into linters 2020-04-30 10:31:20 -04:00
proposal.go update module to v0.38 2020-04-27 19:19:05 +01:00
querier_test.go update format 2020-04-30 10:23:41 -04:00
querier.go update format 2020-04-30 10:23:41 -04:00