Skip to content

Change Erigon support for 'trace_rawTransaction' #6

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Stamp9
Copy link

@Stamp9 Stamp9 commented Aug 23, 2024

Overview

Erigon doesn not support 'trace_rawTransaction' yet, according to https://github.com/erigontech/erigon/blob/main/cmd/rpcdaemon/README.md?plain=1#L344

PoC

Input:

curl --location 'url'  --header 'Content-Type: application/json' --data '{                
    "jsonrpc": "2.0",
    "method": "trace_rawTransaction",   
    "params": ["0x6ae1f98e148d21a75bb2ea42d11d076c4132e986747a75cd3b6fce5fe049e7aa",["trace","vmTrace","stateDiff"]], "id": 1
}'

Output:

{
    "jsonrpc": "2.0",
    "id": 1,
    "error": {
        "code": -32000,
        "message": "the method is currently not implemented: trace_rawTransaction"
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant