go-ethereum/eth/tracers
Nebojsa Urosevic 51342136fa
eth/tracers: Adds codeHash to prestateTracer's response (#32391)
**Problem:** Including full account code in prestateTracer response
significantly increases response payload size.

**Solution:** Add codeHash field to the response. This will allow
client-side bytecode caching and is a non-breaking change.

**Note:** codeHash for EoAs is excluded to save space.

---------

Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
2025-08-13 13:51:38 +02:00
..
internal eth/tracers: Adds codeHash to prestateTracer's response (#32391) 2025-08-13 13:51:38 +02:00
js core/vm: fold EVMInterpreter into EVM (#32352) 2025-08-08 00:01:41 +02:00
live core/tracing: state journal wrapper (#30441) 2025-02-05 13:58:25 +01:00
logger core/vm: fold EVMInterpreter into EVM (#32352) 2025-08-08 00:01:41 +02:00
native eth/tracers: Adds codeHash to prestateTracer's response (#32391) 2025-08-13 13:51:38 +02:00
api.go eth/tracers: apply block header overrides correctly (#32183) 2025-07-16 15:26:33 -06:00
api_test.go eth/tracers: apply block header overrides correctly (#32183) 2025-07-16 15:26:33 -06:00
dir.go all: update license comments and AUTHORS (#31133) 2025-02-05 23:01:17 +01:00
live.go eth/tracers: various fixes (#30540) 2024-10-17 06:51:47 +02:00
tracers_test.go cmd/evm: consolidate evm output switches (#30849) 2024-12-10 09:43:24 +01:00
tracker.go eth/traces: add state limit (#25812) 2022-10-06 10:48:04 +02:00
tracker_test.go all: update license comments and AUTHORS (#31133) 2025-02-05 23:01:17 +01:00