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 debug_traceTransaction #2168

Closed
eduadiez opened this issue Jun 7, 2023 · 2 comments
Closed

Failed debug_traceTransaction #2168

eduadiez opened this issue Jun 7, 2023 · 2 comments
Assignees
Labels
bug Something isn't working etherscan
Milestone

Comments

@eduadiez
Copy link

eduadiez commented Jun 7, 2023

System information

zkEVM Node version: v0.1.2-RC1
OS & Version: Linux
Commit hash : (if develop)
Network: Testnet

Actual behaviour

etherescan reports that it is having problems obtaining traces of certain transactions:

0x885520e6981a1b71c7330e43f3383298e55c103d377b693cb53995eed3237386 | errCode: {
  "code": -32000,
  "message": "failed to get trace"
}
0x30c3bbfe443e3241213422a4e1d3ba19bf32ebf3c4fc04102877c40820a5ae8e | errCode: {
  "code": -32000,
  "message": "failed to get trace"
}
0x1911a3dc1510fab8c8edb87b304af5806c06874bdc6e8068dccaefb175155745 | errCode: {
  "code": -32000,
  "message": "failed to get trace"
}
0xa84b8e15c53a54657298e86c360dc0e52f94c42470c11aabf1853b3881c5fbd9 | errCode: {
  "code": -32000,
  "message": "failed to get trace"
}

Steps to reproduce the behaviour

curl https://***.public.zkevm-test.net \
-X POST \
-H "Content-Type: application/json" \
--data '{"method":"debug_traceTransaction","params":["0x885520e6981a1b71c7330e43f3383298e55c103d377b693cb53995eed3237386", {"tracer": "callTracer"}], "id":1,"jsonrpc":"2.0"}'
{"jsonrpc":"2.0","id":1,"error":{"code":-32000,"message":"failed to get trace"}}
@eduadiez eduadiez added bug Something isn't working etherscan labels Jun 7, 2023
@eduadiez
Copy link
Author

eduadiez commented Jun 7, 2023

another one: 0xca5ec141dd945c72d8db7fb6be12add20bf10ba5d91c61b236d8f9a528d39d77

curl https://****.public.zkevm-test.net -X POST -H "Content-Type: application/json" --data '{"method":"debug_traceTransaction","params":["0xca5ec141dd945c72d8db7fb6be12add20bf10ba5d91c61b236d8f9a528d39d77", {"tracer": "callTracer"}], "id":1,"jsonrpc":"2.0"}'
{"jsonrpc":"2.0","id":1,"error":{"code":-32000,"message":"failed to get trace"}}

@tclemos tclemos mentioned this issue Jun 8, 2023
@ToniRamirezM ToniRamirezM added this to the v0.1.3 milestone Jun 9, 2023
@ymonye
Copy link

ymonye commented Aug 24, 2023

Hi, how are you able to enable the debug_* apis on your zkEVM node? I couldn't find those settings in the doc, and seems it's disabled by default (at least for me).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working etherscan
Projects
None yet
Development

No branches or pull requests

4 participants