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]: RPC method eth_getBlockByHash crashed: kv store with key KVStoreKey{0xc000******, evm} has not been registered in stores #22401

Closed
1 task done
jun-layer0 opened this issue Oct 30, 2024 · 1 comment
Labels

Comments

@jun-layer0
Copy link

jun-layer0 commented Oct 30, 2024

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

When the following command or any similar command with arbitrary address values fails.

curl -H "Content-Type: application/json" -d '{"jsonrpc": "2.0", "id": 123, "method": "eth_getBlockByHash", "params": ["0x968f6d797635fab182a05466cdbb66*************masked*************", false]}' https://sei.somedomain.com

{"jsonrpc":"2.0","id":123,"error":{"code":-32603,"message":"method handler crashed"}}

The below is logged.

RPC method eth_getBlockByHash crashed: kv store with key KVStoreKey{0xc***, evm} has not been registered in stores

Cosmos SDK Version

github.com/cosmos/cosmos-sdk/cosmovisor/cmd/[email protected]

How to reproduce?

curl -H "Content-Type: application/json" -d '{"jsonrpc": "2.0", "id": 123, "method": "eth_getBlockByHash", "params": ["0x968f6d797635fab182a05466cdbb66*************masked*************", false]}' https://sei.somedomain.com
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Cosmos-SDK Oct 30, 2024
@tac0turtle
Copy link
Member

hey this seems like an issue with another project. we dont expose this endpoint in the default cosmos sdk

@github-project-automation github-project-automation bot moved this from 📋 Backlog to 🥳 Done in Cosmos-SDK Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🥳 Done
Development

No branches or pull requests

2 participants