go-ethereum/eth/tracers/native
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
..
4byte.go eth/tracers: use atomic type #27031 (#1326) 2025-09-09 12:26:48 +08:00
call.go eth/tracers: add position field for callTracer logs #28389 (#1342) 2025-09-09 15:46:12 +08:00
call_flat.go eth/tracers/native: replace instances of suicide with selfdestruct #27716 (#1340) 2025-09-09 15:33:16 +08:00
contract.go eth/tracers: use non-threaded tracechain #24283 (#1315) 2025-09-09 10:25:37 +08:00
gen_account_json.go eth/tracers: simplify test framework #25973 (#1304) 2025-09-09 07:46:56 +08:00
gen_callframe_json.go eth/tracers/native: set created address to nil in case of failure #26779 (#1321) 2025-09-09 11:17:01 +08:00
gen_flatcallaction_json.go eth/tracers: add native flatCallTracer (aka parity style tracer) #26377 (#1320) 2025-09-09 11:03:38 +08:00
gen_flatcallresult_json.go eth/tracers: add native flatCallTracer (aka parity style tracer) #26377 (#1320) 2025-09-09 11:03:38 +08:00
mux.go eth/tracers: use non-threaded tracechain #24283 (#1315) 2025-09-09 10:25:37 +08:00
noop.go eth/tracers: use non-threaded tracechain #24283 (#1315) 2025-09-09 10:25:37 +08:00
prestate.go eth/tracers/native: panic on memory read in prestateTracer #27691 (#1339) 2025-09-09 15:26:12 +08:00