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
Describe the bug
Users are reporting errors unrecognized call frame type: STOP using debug_traceBlockByNumber
unrecognized call frame type: STOP
debug_traceBlockByNumber
To Reproduce
{ "method": "debug_traceBlockByNumber", "params": [ "0xC10D988", { "tracer": "flatCallTracer" } ], "id": 0, "jsonrpc": "2.0" }
Is returning
{ "jsonrpc": "2.0", "id": 0, "error": { "code": -32000, "message": "unrecognized call frame type: STOP" } }
Additional context
I test all our nodes, and this error message is applicable on all of them. One thing to note is that this does work with callTracer
callTracer
There is no panic on our end;
Jun 13 18:16:05 nitro[17016]: WARN [06-13|18:16:05.067] Served debug_traceBlockByNumber conn=127.0.0.1:31652 reqid=0 duration=14.694899ms err="unrecognized call frame type: STOP"
The text was updated successfully, but these errors were encountered:
Related: ethereum-optimism/op-geth#248
Sorry, something went wrong.
Fixed by #2402 which will be in next release
The fix is present in the v3.0.2 release https://github.com/OffchainLabs/nitro/releases/tag/v3.0.2
No branches or pull requests
Describe the bug
Users are reporting errors
unrecognized call frame type: STOP
usingdebug_traceBlockByNumber
To Reproduce
Is returning
Additional context
I test all our nodes, and this error message is applicable on all of them. One thing to note is that this does work with
callTracer
There is no panic on our end;
The text was updated successfully, but these errors were encountered: