Skip to content
New issue

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

Support for debug_traceBlockByNumber in Anvil #9397

Open
cakevm opened this issue Nov 24, 2024 · 0 comments
Open

Support for debug_traceBlockByNumber in Anvil #9397

cakevm opened this issue Nov 24, 2024 · 0 comments
Labels
A-reth-anvil Area: reth-anvil C-anvil Command: anvil T-feature Type: feature

Comments

@cakevm
Copy link

cakevm commented Nov 24, 2024

Component

Anvil

Describe the feature you would like

Support the rpc call for debug_traceBlockByNumber and debug_traceBlockByHash in Anvil.

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"
}

Additional context

No response

@cakevm cakevm added T-feature Type: feature T-needs-triage Type: this issue needs to be labelled labels Nov 24, 2024
@github-project-automation github-project-automation bot moved this to Todo in Foundry Nov 24, 2024
@yash-atreya yash-atreya added C-anvil Command: anvil and removed T-needs-triage Type: this issue needs to be labelled labels Nov 25, 2024
@zerosnacks zerosnacks added the A-reth-anvil Area: reth-anvil label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-reth-anvil Area: reth-anvil C-anvil Command: anvil T-feature Type: feature
Projects
Status: Todo
Development

No branches or pull requests

3 participants