cosmos-sdk/x/stake/simulation
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
..
invariants.go Merge branch 'develop' into bucky/merge-master 2018-08-19 16:24:45 -04:00
msgs.go simulation: Allow operations to specify future operations 2018-08-27 14:27:00 -07:00
sim_test.go simulation: rename TestAndRunTx to Operation, make timestamp randomized 2018-08-26 19:40:53 -07:00