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
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)
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:
"method": "eth_getBalance",
"params": [
"0x8Ce4e660F40a88F9FB046E5c2F5212e2994a813F",
"0xba65de"
],
"id": 1,
"jsonrpc": "2.0"
};
The text was updated successfully, but these errors were encountered: