node
node copied to clipboard
Block 2325571 is not available on the mainnet archive snapshot
curl {zeta-mainnet-url} -X POST -H "Content-Type: application/json" --data '{"method":"debug_traceBlockByNumber","params":["0x237c44", {"tracer": "callTracer"}],"id":1,"jsonrpc":"2.0"}'
Mainnet URL is an archive node running locally.
{"jsonrpc":"2.0","id":1,"error":{"code":-32000,"message":"rpc error: code = Unknown desc = codespace sdk code 38: not found: failed to load state at height 2325571; version mismatch on immutable IAVL tree; version does not exist. Version has either been pruned, or is for a future block height (latest height: 8185553)"}}
I can confirm that this error is present in our own archive node, but I don't believe that this is caused by any kind of pruning or some kind of setting on the node itself.
This block is from a year ago, and I suspect we lost some compatibility in an upgrade.