Make contract addresses predictable

This commit is contained in:
Alex Peters
2022-08-26 15:06:03 +02:00
parent d9f9f91d13
commit ccb2fdd0b6
43 changed files with 1169 additions and 507 deletions

View File

@@ -15,7 +15,6 @@ func RandomizedGenState(simstate *module.SimulationState) {
Contracts: nil,
Sequences: []types.Sequence{
{IDKey: types.KeyLastCodeID, Value: simstate.Rand.Uint64()},
{IDKey: types.KeyLastInstanceID, Value: simstate.Rand.Uint64()},
},
GenMsgs: nil,
}