go-ethereum/eth/tracers/js
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
..
internal/tracers all: fix typos in comments (#28881) 2024-02-05 22:16:32 +01:00
bigint.go eth/tracers: package restructuring (#23857) 2021-11-09 12:09:35 +01:00
goja.go core: switch EVM tx context in ApplyMessage (#30809) 2024-11-29 15:39:42 +01:00
tracer_test.go core/vm: clean up EVM environmental structure (#31061) 2025-02-18 21:53:33 +08:00