cosmos-sdk/cmd/gaia/app
ValarDragon 855222e8c3 simulation: Allow operations to specify future operations
The intent of this is to allow for simulating things like slashing for not
voting on a governance proposal. To test this, you would queue all the validator votes
in future blocks, and keep track of which ones you didn't slash. Then you could add queue a
"check governance slashing operation" after the voting period is over.
2018-08-27 14:27:00 -07:00
..
app_test.go Add test which fails without patch, comment on patch 2018-07-25 22:13:58 -07:00
app.go Merge PR #2098: Correctly read/write governance state 2018-08-22 15:08:48 +02:00
genesis_test.go Update to tendermint v0.22.6-rc0 (#1798) 2018-07-25 16:43:37 -04:00
genesis.go Correctly read/write governance state 2018-08-20 12:47:04 +02:00
sim_test.go simulation: Allow operations to specify future operations 2018-08-27 14:27:00 -07:00