mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 08:37:22 +00:00
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> |
||
|---|---|---|
| .. | ||
| call_tracer | ||
| call_tracer_flat | ||
| call_tracer_legacy | ||
| call_tracer_withLog | ||
| prestate_tracer | ||
| prestate_tracer_legacy | ||
| prestate_tracer_with_diff_mode | ||