go-ethereum/eth/tracers
Daniel Liu 548adb56e6
eth/tracers: fix flatCallTracer crasher #27304 (#1334)
FlatCallTracer had a crasher when it was passed `onlyTopCall: true` as config.
This PR ignores config fields inherited from the normal call tracer.

Co-authored-by: minh-bq <97180373+minh-bq@users.noreply.github.com>
2025-09-09 14:51:46 +08:00
..
internal/tracetest eth/tracers: fix flatCallTracer crasher #27304 (#1334) 2025-09-09 14:51:46 +08:00
js eth/tracers: report correct gasLimit in call tracers #27029 (#1325) 2025-09-09 11:56:50 +08:00
logger eth/tracers: use atomic type #27031 (#1326) 2025-09-09 12:26:48 +08:00
native eth/tracers: fix flatCallTracer crasher #27304 (#1334) 2025-09-09 14:51:46 +08:00
api.go eth/tracers: add txHash field on txTraceResult #27183 (#1333) 2025-09-09 14:45:46 +08:00
api_test.go eth/tracers: add txHash field on txTraceResult #27183 (#1333) 2025-09-09 14:45:46 +08:00
tracers.go eth/tracers/native: prevent panic for LOG edge-cases #26848 (#1324) 2025-09-09 11:40:55 +08:00
tracers_test.go eth/tracers/native: prevent panic for LOG edge-cases #26848 (#1324) 2025-09-09 11:40:55 +08:00
tracker.go eth/traces: add state limit #25812 (#1300) 2025-09-09 07:03:24 +08:00
tracker_test.go eth/traces: add state limit #25812 (#1300) 2025-09-09 07:03:24 +08:00