go-ethereum/cmd/evm
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/compiler new EVM Upgrade 2021-09-21 16:53:46 +05:30
compiler.go cmd: migrate to urfave/cli/v2 (#24751) 2024-11-25 16:39:29 +08:00
disasm.go cmd: migrate to urfave/cli/v2 (#24751) 2024-11-25 16:39:29 +08:00
main.go cmd: migrate to urfave/cli/v2 (#24751) 2024-11-25 16:39:29 +08:00
runner.go eth/tracers, core/vm: remove time from trace output and tracing interface #26291 (#1311) 2025-09-09 09:26:10 +08:00
staterunner.go all: mv loggers to eth/tracers #23892 (#1269) 2025-09-03 15:35:28 +08:00