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
No result when run simdv2 q staking validators since getting invalid iterator when currKeyVersion is empty. While query all works when build and set ss-type with rocksdb.
Cosmos SDK Version
main
How to reproduce?
simdv2 config set client chain-id test
simdv2 config set client keyring-backend test
simdv2 init test --chain-id test --overwrite
simdv2 keys add validator --keyring-backend test
simdv2 genesis add-genesis-account validator 1000000000stake --keyring-backend test
simdv2 genesis gentx validator 1000000stake --chain-id test
simdv2 genesis collect-gentxs
simdv2 start
simdv2 q staking validators --output json --node tcp://localhost:26657
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
What happened?
No result when run
simdv2 q staking validators
since getting invalid iterator when currKeyVersion is empty. While query all works when build and set ss-type with rocksdb.Cosmos SDK Version
main
How to reproduce?
The text was updated successfully, but these errors were encountered: