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
Running trace_replayBlockTransactions on blocks I regularly see what looks like a zero entry in the state diff. For example, for transaction 0x19dc9c21232699a274849fac7443be6de819755a07b7175a21d337e223070709 on sepolia I see the following
The entry for 0x15dd773dad3f630773a0e771e9b221f4c8b9b939 shows no information, and from what I can see this address has never held a balance or storage. As such ,this entry appears to be erroneous. Checking on other nodes (besu, erigon) this entry does not show up.
Steps to reproduce
Run curl -s -H 'Content-type: application/json' --data '{"jsonrpc":"2.0","method":"trace_replayTransaction","params":["0x19dc9c21232699a274849fac7443be6de819755a07b7175a21d337e223070709",["stateDiff"]],"id":67}' http://localhost:8545 against a suitable reth node to see the output.
Describe the bug
Running
trace_replayBlockTransactions
on blocks I regularly see what looks like a zero entry in the state diff. For example, for transaction0x19dc9c21232699a274849fac7443be6de819755a07b7175a21d337e223070709
on sepolia I see the followingThe entry for
0x15dd773dad3f630773a0e771e9b221f4c8b9b939
shows no information, and from what I can see this address has never held a balance or storage. As such ,this entry appears to be erroneous. Checking on other nodes (besu, erigon) this entry does not show up.Steps to reproduce
Run
curl -s -H 'Content-type: application/json' --data '{"jsonrpc":"2.0","method":"trace_replayTransaction","params":["0x19dc9c21232699a274849fac7443be6de819755a07b7175a21d337e223070709",["stateDiff"]],"id":67}' http://localhost:8545
against a suitable reth node to see the output.Node logs
No response
Platform(s)
Linux (x86)
What version/commit are you on?
reth Version: 0.2.0-beta.8
Commit SHA: c0e7440
Build Timestamp: 2024-06-03T18:16:52.375796153Z
Build Features: jemalloc
Build Profile: maxperf
What database version are you on?
Current database version: 2
Local database version: 2
Which chain / network are you on?
sepolia
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: