Erigon fails to return thevaluekey deep inside nested calls Steps to reproduce the behaviour This is the call {"jsonrpc":"2.0","id":1,"method":"debug_traceBlockByNumber","params":["0x124834b",{"tracer":"callTracer","timeout":"300s"}]} ...
--data '{"method":"eth_getBlockByNumber","params":["0xE147D8",false],"id":1,"jsonrpc":"2.0"}' | jq '.result.transactions | length' curl 'http://localhost:8545' \ -X POST \ -H "Content-Type: application/json" \ --data '{"method":"debug_traceBlockByNumber","params":["0...
curl https://trace.api.moonriver.moonbeam.network \ -X POST \ -H "Content-Type: application/json" \ -d '{"jsonrpc": "2.0", "method": "debug_traceBlockByNumber", "params": ["0x6d6583", {"tracer": "callTracer"}], "id": 1}' Actual result: { "id": 1, "jsonrpc": "2.0...
How to get the storage of specified address and slot when call debug_traceBlockByNumber with custom js tracer? #30819 Open rekyyang opened this issue Nov 27, 2024· 1 comment Open How to get the storage of specified address and slot when call debug_traceBlockByNumber with custom js...