cronos icon indicating copy to clipboard operation
cronos copied to clipboard

debug_traceBlockByNumber: invalid request: failed to load state at height in archive node (versiondb)

Open tmeinlschmidt opened this issue 1 year ago • 0 comments

Describe the bug Downloaded archive snapshot (versiondb), pruning set as nothing, state_sync false. When started, trying to get block trace, but getting eg

{
  "jsonrpc":"2.0",
  "id":1,
  "error":{
    "code":-32000,
    "message":"rpc error: code = Unknown desc = codespace sdk code 18: invalid request: failed to load state at height 598415; no commit info found (latest height: 12421560)"
  }
}

Expected behavior get complete block trace

Desktop (please complete the following information):

  • cronos 1.0.15 @ ubuntu 22

tmeinlschmidt avatar Feb 13 '24 14:02 tmeinlschmidt