go-ethereum/eth/tracers/internal/tracetest/testdata
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
..
call_tracer eth/tracers: report correct gasLimit in call tracers (#27029) 2023-04-04 12:34:23 +02:00
call_tracer_flat eth/tracers: fix flatCallTracer crasher (#27304) 2023-05-23 11:02:50 +02:00
call_tracer_legacy eth/tracers: report correct gasLimit in call tracers (#27029) 2023-04-04 12:34:23 +02:00
call_tracer_withLog eth/tracers: add position field for callTracer logs (#28389) 2023-11-03 10:28:27 +01:00
prestate_tracer eth/tracers: Fix prestateTracer pre nonce on contract creation (#29099) 2024-03-04 20:21:43 +01:00
prestate_tracer_legacy eth/tracers: simplify test framework (#25973) 2022-10-21 17:55:15 +02:00
prestate_tracer_with_diff_mode eth/tracers: Fix prestateTracer pre nonce on contract creation (#29099) 2024-03-04 20:21:43 +01:00