go-ethereum/eth/tracers/internal
Daniel Liu bb7da37fb9
eth/tracers: fix prestateTracer pre nonce on contract creation #29099 (#1349)
The prestateTracer was reporting an inaccurate nonce for the contract being created in
post EIP-158 transactions. Correct nonce is 0, due to the issue nonce was being reported as 1.

Co-authored-by: Andrei Silviu Dragnea <andreidragnea.dev@gmail.com>
2025-09-09 16:38:20 +08:00
..
tracetest eth/tracers: fix prestateTracer pre nonce on contract creation #29099 (#1349) 2025-09-09 16:38:20 +08:00