plugeth/eth/tracers
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
..
internal/tracetest eth/tracers: add position field for callTracer logs (#28389) 2023-11-03 10:28:27 +01:00
js eth/tracers/js: use t.toBig on ctx.GasPrice for js tracing (#27903) 2023-08-15 14:19:37 -04:00
logger eth/tracers: add ReturnData in the tracer's response (#27704) 2023-07-13 14:43:25 +02:00
native eth/tracers: add position field for callTracer logs (#28389) 2023-11-03 10:28:27 +01:00
api_test.go all: update golang/x/ext and fix slice sorting fallout (#27909) 2023-08-12 00:04:12 +02:00
api.go all: use rlp.DecodeBytes instead of rlp.Decode where possible (#27994) 2023-08-24 11:47:42 +03:00
tracers_test.go all: activate pbss as experimental feature (#26274) 2023-08-10 22:21:36 +03:00
tracers.go eth,consensus: replace noarg fmt.Errorf with errors.New (#27330) 2023-05-25 02:57:34 -04:00
tracker_test.go eth/traces: add state limit (#25812) 2022-10-06 10:48:04 +02:00
tracker.go eth/traces: add state limit (#25812) 2022-10-06 10:48:04 +02:00