go-ethereum/eth/tracers
Daniel Liu 7d4d81f586
eth/tracers, core/vm: remove time from trace output and tracing interface #26291 (#1311)
This removes the 'time' field from logs, as well as from the tracer interface. This change makes the trace output deterministic.  If a tracer needs the time they can measure it themselves. No need for evm to do this.

Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
2025-09-09 09:26:10 +08:00
..
internal/tracetest eth/tracers: prestateTracer - exclude unchanged storage slots in diffMode #25944 (#1308) 2025-09-09 08:18:33 +08:00
js eth/tracers, core/vm: remove time from trace output and tracing interface #26291 (#1311) 2025-09-09 09:26:10 +08:00
logger eth/tracers, core/vm: remove time from trace output and tracing interface #26291 (#1311) 2025-09-09 09:26:10 +08:00
native eth/tracers, core/vm: remove time from trace output and tracing interface #26291 (#1311) 2025-09-09 09:26:10 +08:00
api.go eth/tracers: add multiplexing tracer #26086 (#1309) 2025-09-09 08:24:41 +08:00
api_test.go eth/tracers: improve flaky tests #25918 (#1301) 2025-09-09 07:10:44 +08:00
tracers.go eth/tracers: package restructuring #23857 (#1266) 2025-08-29 05:26:36 +08:00
tracers_test.go eth/tracers: fix typo and linter #25020 #24783 #25551 (#1286) 2025-09-08 21:15:42 +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