cosmos-sdk/x/gov/simulation
ValarDragon bb624b36aa simulation: Use a simulation.Account struct
This removes privkeys and addresses from function signatures.
This comes with a 11% performance improvement to the simulator,
as we no longer keep recomputing the pubkeys.
Once we move the transient store clearing to endblock, we can
further raise the size of make test_sim_gaia_fast

concretely, `make test_sim_gaia_fast` went from 16.8 seconds to 13.5 seconds on my system.
2018-09-22 20:33:32 -07:00
..
invariants.go Merge PR #2282: simulation: Switch the log method from a single string to string builders 2018-09-09 23:34:09 +08:00
msgs.go simulation: Use a simulation.Account struct 2018-09-22 20:33:32 -07:00
sim_test.go simulation: Use a simulation.Account struct 2018-09-22 20:33:32 -07:00