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

[trace_replayBlockTransactions] trace for 1.23.0 returns different output than for curernt master #6392

Closed
kamilchodola opened this issue Dec 18, 2023 · 0 comments · Fixed by #6394

Comments

@kamilchodola
Copy link
Contributor

Using flood rpc testing tool I've noticed we have a regression on trace_replayBlockTransaction endpoint.

Request used was:

{
    "jsonrpc": "2.0",
    "method": "trace_replayBlockTransactions",
    "params": [
        "0x11f18d5",
        [
            "trace"
        ]
    ],
    "id": 101454173073046936
}

and the results are:
1.23.0:
trace_replayBlockTransaction1-23-0.json
master:
trace_replayBlockTransaction-master.json

There are plenty of differences so can't point a single one (one of the tools shows about 1,2k of differences)

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 a pull request may close this issue.

1 participant