sei-chain icon indicating copy to clipboard operation
sei-chain copied to clipboard

[BUG] Method Handler Crashed on Debug_* Method

Open yaanakbr opened this issue 7 months ago • 3 comments

Seid version Show us output of seid version --long | head

./seid version --long | head
name: sei
server_name: <appd>
version: v5.5.5
go: go version go1.21.7 linux/amd64

Chain ID Sei Pacific - 1329

Describe the bug A clear and concise description of what the bug is.

 --data '{"method": "debug_traceBlockByNumber", "params": ["0x504df6c", {"tracer": "callTracer"}], "id": 1, "jsonrpc": "2.0"}'
{
  "jsonrpc": "2.0",
  "id": 1,
  "error": {
    "code": -32603,
    "message": "method handler crashed"
  }
}

Here is block explorer: https://www.seiscan.app/pacific-1/blocks/84205420

I try another block that has traces and can return them:

--data '{"method":"debug_traceBlockByNumber","params":["0x504df6f", {"tracer": "callTracer"}],"id":1,"jsonrpc":"2.0"}'

yaanakbr avatar Jul 09 '24 16:07 yaanakbr