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
After the memtree iterator fix was fixed, a new issue popped up in app v2 sims.
Although there are validators setup in genesis json, the init chain call does not return any.
After some debugging, I found out that ApplyAndReturnValidatorSetUpdates is called twice. On init-genesis and on end-block. In the second call, the validator power has not changed so an empty list is returned. Not sure why it was working before.
Cosmos SDK Version
main
How to reproduce?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
What happened?
After the memtree iterator fix was fixed, a new issue popped up in app v2 sims.
Although there are validators setup in genesis json, the init chain call does not return any.
After some debugging, I found out that ApplyAndReturnValidatorSetUpdates is called twice. On init-genesis and on end-block. In the second call, the validator power has not changed so an empty list is returned. Not sure why it was working before.
Cosmos SDK Version
main
How to reproduce?
No response
The text was updated successfully, but these errors were encountered: