go-ethereum/eth/tracers/internal/tracetest/testdata
Ignacio Hagopian e2007e513c
tracers/prestate: always remove empty accounts from pre-state (#31427)
The prestateTracer had the intention of excluding accounts that were
empty prior to execution from the prestate. This was being done only for
created contracts. This PR makes it so all such empty accounts are
excluded. This behavior is configurable using the `includeEmpty: true`
flag introduced in #31855.

---------

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
2025-06-16 15:34:48 +02:00
..
call_tracer eth/tracers: refactor block context in test runner (#29450) 2025-02-20 15:04:35 +01:00
call_tracer_flat eth/tracers: fill the creationMethod in flatCall (#30539) 2024-11-05 08:42:22 +01:00
call_tracer_legacy internal/ethapi: remove td field from block (#30386) 2024-10-01 11:36:56 +02:00
call_tracer_withLog all: remove TerminalTotalDifficultyPassed (#30609) 2024-10-23 08:26:18 +02:00
erc7562_tracer eth/tracers/native: add erc7562 tracer (#31006) 2025-05-20 15:38:33 +02:00
prestate_tracer tracers/prestate: always remove empty accounts from pre-state (#31427) 2025-06-16 15:34:48 +02:00
prestate_tracer_legacy internal/ethapi: remove td field from block (#30386) 2024-10-01 11:36:56 +02:00
prestate_tracer_with_diff_mode tracers/prestate: always remove empty accounts from pre-state (#31427) 2025-06-16 15:34:48 +02:00