0g-chain/x/committee/simulation
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
..
common.go Add committee simulations (#431) 2020-05-04 17:17:20 -04:00
decoder_test.go Add committee simulations (#431) 2020-05-04 17:17:20 -04:00
decoder.go Add committee simulations (#431) 2020-05-04 17:17:20 -04:00
genesis.go Add committee simulations (#431) 2020-05-04 17:17:20 -04:00
operations.go Add committee simulations (#431) 2020-05-04 17:17:20 -04:00
proposals.go Add committee simulations (#431) 2020-05-04 17:17:20 -04:00