We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anvil
Support the rpc call for debug_traceBlockByNumber and debug_traceBlockByHash in Anvil.
debug_traceBlockByNumber
debug_traceBlockByHash
Request:
{ "id": 4, "jsonrpc": "2.0", "method": "debug_traceBlockByNumber", "params": [ "0x11b521d", { "tracer": "prestateTracer", "tracerConfig": { "diffMode": true, "disableCode": false, "disableStorage": false } } ] }
Response currently:
{ "error": { "code": -32601, "message": "Method not found" }, "id": 4, "jsonrpc": "2.0" }
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Component
Anvil
Describe the feature you would like
Support the rpc call for
debug_traceBlockByNumber
anddebug_traceBlockByHash
in Anvil.Request:
Response currently:
Additional context
No response
The text was updated successfully, but these errors were encountered: