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]: Failed to load state #2060

Open
Fdalsasso opened this issue Jan 16, 2025 · 0 comments
Open

[Bug]: Failed to load state #2060

Fdalsasso opened this issue Jan 16, 2025 · 0 comments

Comments

@Fdalsasso
Copy link

I tried to use eth_getBalance, but the response I received was the following:

rpc error: code = Unknown desc = codespace sdk code 18: invalid request: failed to load state at height 12888188; version mismatch on immutable IAVL tree; version does not exist. Version has either been pruned, or is for a future block height (latest height: 13560808)

Most similar issue i have found is cosmos/cosmos-sdk#14620

To reproduce this error make the next post request:

  • url: https://evm.kava.io/
  • body: {
    "method": "eth_getBalance",
    "params": [
    "0x8Ce4e660F40a88F9FB046E5c2F5212e2994a813F",
    "0xba65de"
    ],
    "id": 1,
    "jsonrpc": "2.0"
    };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant