cosmos-sdk/x/mock
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
..
simulation simulation: Use a simulation.Account struct 2018-09-22 20:33:32 -07:00
app.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
app_test.go Merge PR #2343: Add a name field to the message type 2018-09-17 22:34:06 +08:00
doc.go Merge PR #2345: update doc.go for mock/simulation 2018-09-17 12:15:06 +08:00
test_utils.go Introduce simulate mode 2018-08-31 19:04:11 +02:00