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
bigint.go
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