go-ethereum/eth/tracers
hero5512 fc8c8c1314
core: refactor StateProcessor to accept ChainContext interface (#32739)
This pr implements https://github.com/ethereum/go-ethereum/issues/32733
to make StateProcessor more customisable.

## Compatibility notes

This introduces a breaking change to users using geth EVM as a library.
The `NewStateProcessor` function now takes one parameter which has the
chainConfig embedded instead of 2 parameters.
2025-10-02 14:34:06 +02:00
..
internal eth: using testing.B.Loop (#32657) 2025-09-19 17:00:29 -06:00
js core/vm: fold EVMInterpreter into EVM (#32352) 2025-08-08 00:01:41 +02:00
live eth/tracers: fix supply tracer uncle accounting (#31882) 2025-08-26 15:44:16 +02:00
logger core/vm: fold EVMInterpreter into EVM (#32352) 2025-08-08 00:01:41 +02:00
native eth/tracers/native: add keccak256preimage tracer (#32569) 2025-09-26 18:05:27 +02:00
api.go core: refactor StateProcessor to accept ChainContext interface (#32739) 2025-10-02 14:34:06 +02:00
api_test.go core: refactor StateProcessor to accept ChainContext interface (#32739) 2025-10-02 14:34:06 +02: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 eth: using testing.B.Loop (#32657) 2025-09-19 17:00:29 -06: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