go-ethereum/eth/tracers/logger
Delweng 1e069cf802
eth/tracers: add ReturnData in the tracer's response (#27704)
The struct logger (or opcode tracer) was missing the return data field even
if this was explicitly enabled by user via `"enableReturnData": true` in the config.
This PR fixes this issue.

Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
2023-07-13 14:43:25 +02:00
..
access_list_tracer.go
gen_structlog.go
logger.go eth/tracers: add ReturnData in the tracer's response (#27704) 2023-07-13 14:43:25 +02:00
logger_json.go
logger_test.go