go-ethereum/eth/tracers/internal/tracetest/testdata/prestate_tracer
Andrei Silviu Dragnea 19607d1a10
eth/tracers: Fix prestateTracer pre nonce on contract creation (#29099)
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.
2024-03-04 20:21:43 +01:00
..
create_existing_contract.json eth/tracers: fix the issue prestate missing existing contract state (#25996) 2022-10-21 11:48:53 +02:00
create_post_eip158.json eth/tracers: Fix prestateTracer pre nonce on contract creation (#29099) 2024-03-04 20:21:43 +01:00
simple.json eth/tracers: simplify test framework (#25973) 2022-10-21 17:55:15 +02:00