go-ethereum/eth/tracers/logger
rjl493456442 32c6aa8a1a
core/vm: clean up EVM environmental structure (#31061)
This PR does a few things including:

- Remove `ContractRef` interface
- Remove `vm.AccountRef` which implements `ContractRef` interface
- Maintain the `jumpDests` struct in EVM for sharing between call frames
- Simplify the delegateCall context initialization
2025-02-18 21:53:33 +08:00
..
access_list_tracer.go
gen_callframe.go
gen_structlog.go
logger.go
logger_json.go
logger_test.go core/vm: clean up EVM environmental structure (#31061) 2025-02-18 21:53:33 +08:00