go-ethereum/eth/tracers/native
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
..
4byte.go eth/tracers: small refactor for native tracers #26196 (#1310) 2025-09-09 09:17:54 +08:00
call.go eth/tracers, core/vm: remove time from trace output and tracing interface #26291 (#1311) 2025-09-09 09:26:10 +08:00
contract.go eth/tracers, core/vm: remove time from trace output and tracing interface #26291 (#1311) 2025-09-09 09:26:10 +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: add withLog to callTracer #25991 (#1307) 2025-09-09 08:10:29 +08:00
mux.go eth/tracers, core/vm: remove time from trace output and tracing interface #26291 (#1311) 2025-09-09 09:26:10 +08:00
noop.go eth/tracers, core/vm: remove time from trace output and tracing interface #26291 (#1311) 2025-09-09 09:26:10 +08:00
prestate.go eth/tracers, core/vm: remove time from trace output and tracing interface #26291 (#1311) 2025-09-09 09:26:10 +08:00
tracer.go eth/tracers: package restructuring #23857 (#1266) 2025-08-29 05:26:36 +08:00