go-ethereum/eth/tracers/logger
Daniel Liu f5e76ea6df
eth/tracers: avoid panic in state test runner #30332 (#1485)
Make tracers more robust by handling `nil` receipt as input.
Also pass in a receipt with gas used in the state test runner.
Closes https://github.com/ethereum/go-ethereum/issues/30117.

---------

Co-authored-by: Martin HS <martin@swende.se>
Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
2025-09-13 10:50:10 +08:00
..
access_list_tracer.go eth/tracers/logger: using maps.Equal #29384 (#1460) 2025-09-13 10:10:24 +08:00
gen_callframe.go eth/tracers/logger: add optional call frames to json logger #29353 (#1459) 2025-09-13 10:09:36 +08:00
gen_structlog.go eth/tracers/logger: use omitempty to reduce log bloat #24547 (#1276) 2025-09-08 17:50:58 +08:00
logger.go eth/tracers: avoid panic in state test runner #30332 (#1485) 2025-09-13 10:50:10 +08:00
logger_json.go eth/tracers/logger: add optional call frames to json logger #29353 (#1459) 2025-09-13 10:09:36 +08:00
logger_test.go eth/tracers: live chain tracing with hooks #29189 (#1352) 2025-09-09 17:30:56 +08:00