1
0
forked from cerc-io/plugeth
plugeth/eth/tracers/internal/tracetest/testdata
Alvaro Sevilla b1cec853be
eth/tracers: add position field for callTracer logs ()
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
..
call_tracer eth/tracers: report correct gasLimit in call tracers () 2023-04-04 12:34:23 +02:00
call_tracer_flat eth/tracers: fix flatCallTracer crasher () 2023-05-23 11:02:50 +02:00
call_tracer_legacy eth/tracers: report correct gasLimit in call tracers () 2023-04-04 12:34:23 +02:00
call_tracer_withLog eth/tracers: add position field for callTracer logs () 2023-11-03 10:28:27 +01:00
prestate_tracer eth/tracers: simplify test framework () 2022-10-21 17:55:15 +02:00
prestate_tracer_legacy eth/tracers: simplify test framework () 2022-10-21 17:55:15 +02:00
prestate_tracer_with_diff_mode eth/tracers: prestateTracer - exclude unchanged storage slots in diffMode () 2022-11-01 14:25:44 +01:00