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

failed to get trace for delegatecall tx and callTracer #2101

Closed
tclemos opened this issue May 15, 2023 · 0 comments · Fixed by #2115
Closed

failed to get trace for delegatecall tx and callTracer #2101

tclemos opened this issue May 15, 2023 · 0 comments · Fixed by #2115
Assignees
Labels
bug Something isn't working rpc
Milestone

Comments

@tclemos
Copy link
Contributor

tclemos commented May 15, 2023

System information

zkEVM Node version: v0.0.8
Network: Mainnet

Expected behaviour

It looks like we are unable to get trace using callTracer (for delegatecall) for the tx 0x3094180c9dd2f0ff4ec400a602039fb8d01b1d59864ded1770251f1e3414ddbb

Actual behaviour

{"jsonrpc":"2.0","id":1,"error":{"code":-32000,"message":"failed to get trace"}}

Steps to reproduce the behaviour

{
    "jsonrpc": "2.0",
    "method": "debug_traceTransaction",
    "params": ["0x3094180c9dd2f0ff4ec400a602039fb8d01b1d59864ded1770251f1e3414ddbb",{"tracer": "callTracer"}],
    "id": 1
}

Backtrace

debug transaction: failed parse the trace using the tracer: incorrect number of top-level calls 
@tclemos tclemos added bug Something isn't working rpc labels May 15, 2023
@tclemos tclemos self-assigned this May 15, 2023
@tclemos tclemos added this to the Release 0.1.0 milestone May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working rpc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant