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.

debug_traceTransaction breaking the node #1806

@tclemos

Description

@tclemos
const txHash = "0xb6a8741e3dd6da5f49b15a3dfdab08e71c1fc3d2f49feef11e5ae1c4d0a4f603";
const res = await provider.send("debug_traceTransaction", [txHash]);
console.log(res);

The RPC seems to crashes with the next error:

Error: processing response error (body="{\"jsonrpc\":\"2.0\",\"id\":42,\"error\":{\"code\":-32000,\"message\":\"failed to get trace\"}}", error={"code":-32000}, requestBody="{\"method\":\"debug_traceTransaction\",\"params\":[\"0xb6a8741e3dd6da5f49b15a3dfdab08e71c1fc3d2f49feef11e5ae1c4d0a4f603\"],\"id\":42,\"jsonrpc\":\"2.0\"}", requestMethod="POST", url="https://rpc.internal.zkevm-test.net/", code=SERVER_ERROR, version=web/5.7.1)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions