You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
suicide call comes second when it should be last, and first call has incorrect gas. Reth says first call gas is 0x7a120, when etherscan and erigon 0x69c08
Also value for create call is incorrect as well, reth says its 0x0 and erigon/etherscan 0xb1a2bc2ec50000.
nateless
changed the title
Incorrect calls order and gas with suicide transaction
Incorrect traces order and gas with suicide transaction
Jun 27, 2024
nateless
changed the title
Incorrect traces order and gas with suicide transaction
Incorrect traces order and gas and value with suicide transaction
Jun 27, 2024
nateless
changed the title
Incorrect traces order and gas and value with suicide transaction
Incorrect traces order for suicide call, and gas and value for create call
Jun 27, 2024
Describe the bug
In this transaction:
https://etherscan.io/tx/0xc683815f97c3de4972442448b5fa17aff31ec8f0d9e939f82234884ff989ac9e
if we query reth:
curl -X POST http://IP:8545/ -H "content-type: application/json" --data '{"id":0,"params":["0x210E96",["trace"]],"method":"trace_replayBlockTransactions","jsonrpc":"2.0"}' | jq
we get:
suicide call comes second when it should be last, and first call has incorrect gas. Reth says first call gas is
0x7a120
, when etherscan and erigon0x69c08
Also value for
create
call is incorrect as well, reth says its0x0
and erigon/etherscan0xb1a2bc2ec50000
.https://etherscan.io/vmtrace?txhash=0xc683815f97c3de4972442448b5fa17aff31ec8f0d9e939f82234884ff989ac9e&type=parity#raw
Erigon data:
Steps to reproduce
curl -X POST http://ip:8545/ -H "content-type: application/json" --data '{"id":0,"params":["0x210E96",["trace"]],"method":"trace_replayBlockTransactions","jsonrpc":"2.0"}' | jq
Node logs
No response
Platform(s)
Linux (x86)
What version/commit are you on?
reth Version: 1.0.0-rc.2
What database version are you on?
Current database version: 2
Local database version: 2
Which chain / network are you on?
mainnet
What type of node are you running?
Archive (default)
What prune config do you use, if any?
No response
If you've built Reth from source, provide the full command you used
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: