Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Failed debug_traceTransaction #2168

@eduadiez

Description

@eduadiez

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"}}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions