Make SimulationState
accept sdk.Int as value for InitialStake.
#11795
Labels
SimulationState
accept sdk.Int as value for InitialStake.
#11795
Summary
Currently
SimulationState
accepts int64 as value for InitialStake. This leads to limit in the initial stake. It is later converted to sdk.Int anyways, so it would be better for it to accept sdk.Int and make it possible to set higher values.Problem Definition
We've added a limit in the minimum self delegation in our fork, so we had to change all tests to use higher values for valdiator creations. This led to
TestAppSimulationAfterImport
and others like it failing. We needed to change the SimulationState to set higher InitialStakes.Proposal
Refactor the sims to use sdk.int
For Admin Use
The text was updated successfully, but these errors were encountered: