go-ethereum/eth/tracers/internal/tracetest/testdata/prestate_tracer
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
..
create_existing_contract.json eth/tracers: fix prestateTracer pre nonce on contract creation #29099 (#1349) 2025-09-09 16:38:20 +08:00
create_post_eip158.json eth/tracers: fix prestateTracer pre nonce on contract creation #29099 (#1349) 2025-09-09 16:38:20 +08:00
simple.json eth/tracers: simplify test framework #25973 (#1304) 2025-09-09 07:46:56 +08:00