go-ethereum/eth/tracers/internal/tracetest/testdata
Daniel Liu ed46409261
eth/tracers: add position field for callTracer logs #28389 (#1342)
Currently, one can use the "withLogs" parameter to include logs in the
callTracer results, which allows the user to see at which trace level
was each log emitted.
This commit adds a position field to the logs which determine
the exact ordering of a call's logs and its subcalls. This would
be useful e.g. for explorers wishing to display the flow of execution.

Co-authored-by: Alvaro Sevilla <alvarosevilla95@gmail.com>
Co-authored-by: jsvisa <delweng@gmail.com>
2025-09-09 15:46:12 +08:00
..
call_tracer eth/tracers: report correct gasLimit in call tracers #27029 (#1325) 2025-09-09 11:56:50 +08:00
call_tracer_flat eth/tracers: fix flatCallTracer crasher #27304 (#1334) 2025-09-09 14:51:46 +08:00
call_tracer_legacy eth/tracers: report correct gasLimit in call tracers #27029 (#1325) 2025-09-09 11:56:50 +08:00
call_tracer_withLog eth/tracers: add position field for callTracer logs #28389 (#1342) 2025-09-09 15:46:12 +08:00
contract_tracer eth/tracers: package restructuring #23857 (#1266) 2025-08-29 05:26:36 +08:00
prestate_tracer eth/tracers: simplify test framework #25973 (#1304) 2025-09-09 07:46:56 +08:00
prestate_tracer_legacy eth/tracers: simplify test framework #25973 (#1304) 2025-09-09 07:46:56 +08:00
prestate_tracer_with_diff_mode eth/tracers: prestateTracer - exclude unchanged storage slots in diffMode #25944 (#1308) 2025-09-09 08:18:33 +08:00