plugeth/eth/tracers/internal/tracetest
Alvaro Sevilla b1cec853be
eth/tracers: add position field for callTracer logs (#28389)
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: jsvisa <delweng@gmail.com>
2023-11-03 10:28:27 +01:00
..
testdata eth/tracers: add position field for callTracer logs (#28389) 2023-11-03 10:28:27 +01:00
calltrace_test.go eth/tracers: add position field for callTracer logs (#28389) 2023-11-03 10:28:27 +01:00
flat_calltrace_test.go all: activate pbss as experimental feature (#26274) 2023-08-10 22:21:36 +03:00
prestate_test.go all: activate pbss as experimental feature (#26274) 2023-08-10 22:21:36 +03:00
util.go eth/tracers: simplify test framework (#25973) 2022-10-21 17:55:15 +02:00