Incorrect prestate balance for Blob-commit transactions #11368
Labels
bug
Something isn't working
complexity:low
Issue will take up to several days to fix
imp1
High importance
System information
Erigon version:
cast client -r https://eth-pokt.nodies.app/
-> erigon/2.59.3/linux-amd64/go1.21.5Chain/Network: Ethereum / main
Expected behaviour
It should output the correct prestate balance for Blob-Commit transactions.
Actual behaviour
It outputs a prestate balance that is
0x20000
too low.Steps to reproduce the behaviour
I've tested it with following command, though it probably affects all types of prestate tracing:
cast rpc debug_traceBlockByNumber 0x12f94ce '{"tracer": "prestateTracer", "tracerConfig": { "diffMode": true } }'
Then inspect the prestate balances for following commits:
The text was updated successfully, but these errors were encountered: