Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: query all return empty with pebble as default ss-type #22704

Closed
1 task done
mmsqe opened this issue Dec 1, 2024 · 2 comments
Closed
1 task done

[Bug]: query all return empty with pebble as default ss-type #22704

mmsqe opened this issue Dec 1, 2024 · 2 comments

Comments

@mmsqe
Copy link
Contributor

mmsqe commented Dec 1, 2024

Is there an existing issue for this?

  • I have searched the existing issues

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?

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
@mmsqe mmsqe added the T:Bug label Dec 1, 2024
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Cosmos-SDK Dec 1, 2024
@julienrbrt
Copy link
Member

Solved by #22683 as SS is now gone.

@github-project-automation github-project-automation bot moved this from 📋 Backlog to 🥳 Done in Cosmos-SDK Dec 3, 2024
@mmsqe
Copy link
Contributor Author

mmsqe commented Dec 4, 2024

Solved by #22683 as SS is now gone.

nice, several failed system tests are back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🥳 Done
Development

No branches or pull requests

3 participants