erigon
erigon copied to clipboard
Incorrect callTracer output field
System information
Erigon version: v2022.09.01
The output of this callTracer is incorrect. Geth has an output of 0x000000000000000000000000000000000000000000000000002757cfcb66cbdb
while Erigon has an output of 0x
Expected behaviour
{
"type": "CALL",
"from": "0x0000007370af0000ad00be0efd2f1eb6e6e9d700",
"to": "0xce7065ddedde8739365d228e9e3593e95b6f7969",
"value": "0x0",
"gas": "0x44138",
"gasUsed": "0x1a3f7",
"input": "0xb1d3f1c100000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000002757cfcb66cbdb0000000000000000000000000000007370af0000ad00be0efd2f1eb6e6e9d7000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000001446",
"output": "0x000000000000000000000000000000000000000000000000002757cfcb66cbdb",
Actual behaviour
{
"type": "CALL",
"from": "0x0000007370af0000ad00be0efd2f1eb6e6e9d700",
"to": "0xce7065ddedde8739365d228e9e3593e95b6f7969",
"value": "0x0",
"gas": "0x44138",
"gasUsed": "0x1a3f7",
"input": "0xb1d3f1c100000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000002757cfcb66cbdb0000000000000000000000000000007370af0000ad00be0efd2f1eb6e6e9d7000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000001446",
"output": "0x",
Steps to reproduce the behaviour
| jq '.result.calls[3]'
{
"jsonrpc": "2.0",
"id": 1,
"method": "debug_traceTransaction",
"params": [
"0x6249df6211b4a38734b782c60fcc70d83ecdba00443debdb6236b1cfc698bea8",
{
"tracer": "callTracer"
}
]
}
This issue is stale because it has been open for 40 days with no activity. Remove stale label or comment, or this will be closed in 7 days.
Bump
This issue is stale because it has been open for 40 days with no activity. Remove stale label or comment, or this will be closed in 7 days.
bump
I have confirmed that it works correctly on devel
after the implementation of native tracers
This issue is stale because it has been open for 40 days with no activity. Remove stale label or comment, or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.