cosmos-sdk/x
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
..
auth Merge PR #2328: Support min fees-based anti spam strategy 2018-09-19 23:25:52 +08:00
bank simulation: Use a simulation.Account struct 2018-09-22 20:33:32 -07:00
distribution Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
gov simulation: Use a simulation.Account struct 2018-09-22 20:33:32 -07:00
ibc Merge PR #2343: Add a name field to the message type 2018-09-17 22:34:06 +08:00
mock simulation: Use a simulation.Account struct 2018-09-22 20:33:32 -07:00
params Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
slashing simulation: Use a simulation.Account struct 2018-09-22 20:33:32 -07:00
stake simulation: Use a simulation.Account struct 2018-09-22 20:33:32 -07:00