We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
github.com/cosmos/cosmos-sdk/cosmovisor/cmd/[email protected]
curl -H "Content-Type: application/json" -d '{"jsonrpc": "2.0", "id": 123, "method": "eth_getBlockByHash", "params": ["0x968f6d797635fab182a05466cdbb66*************masked*************", false]}' https://sei.somedomain.com
The text was updated successfully, but these errors were encountered:
hey this seems like an issue with another project. we dont expose this endpoint in the default cosmos sdk
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
What happened?
When the following command or any similar command with arbitrary address values fails.
The below is logged.
Cosmos SDK Version
github.com/cosmos/cosmos-sdk/cosmovisor/cmd/[email protected]
How to reproduce?
The text was updated successfully, but these errors were encountered: