go-ethereum/eth/tracers/internal/tracetest
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
..
testdata eth/tracers: add position field for callTracer logs #28389 (#1342) 2025-09-09 15:46:12 +08:00
calltrace_test.go eth/tracers: add position field for callTracer logs #28389 (#1342) 2025-09-09 15:46:12 +08:00
flat_calltrace_test.go eth/tracers: report correct gasLimit in call tracers #27029 (#1325) 2025-09-09 11:56:50 +08:00
prestate_test.go core/types: remove message #25977 (#1322) 2025-09-09 11:23:47 +08:00
util.go eth/tracers: simplify test framework #25973 (#1304) 2025-09-09 07:46:56 +08:00