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
{{ message }}
This repository was archived by the owner on Nov 6, 2020. It is now read-only.
Your issue description goes here below. Try to include actual vs. expected behavior and steps to reproduce the issue.
I am not able to use the JSON-RPC command trace_replayBlockTransactions at block 0
(venv) blah@blah:~/ether_sql$ curl --data '{"method":"trace_replayBlockTransactions","params":["0x0",["trace"]],"id":1,"jsonrpc":"2.0"}' -H "Content-Type: application/json" -X POST localhost:8545
{"jsonrpc":"2.0","error":{"code":-32000,"message":"This request is not supported because your node is running with state pruning. Run with --pruning=archive."},"id":1}
The above command should return a null Array
{"jsonrpc":"2.0","result":[],"id":1}
This might be linked to a previous issue: #7547
The difference is that I can view traces using other functions: