You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will enable staking message types to navigate the state space much more effectively. (There will be much less failed simulation attempts there)
The struct for this should be similar to simulation.Account. We should also consider wrapping accounts and validators into a single struct which we pass into the operations.
The text was updated successfully, but these errors were encountered:
Hmm, they could also just take a stake.Keeper and read the validators from the context - if we use mockValidators we'll to consider block offsets due to the validator update delay.
This will enable staking message types to navigate the state space much more effectively. (There will be much less failed simulation attempts there)
The struct for this should be similar to
simulation.Account
. We should also consider wrapping accounts and validators into a single struct which we pass into the operations.The text was updated successfully, but these errors were encountered: