mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
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 |
||
|---|---|---|
| .. | ||
| doc.go | ||
| env.go | ||
| runtime.go | ||
| runtime_example_test.go | ||
| runtime_fuzz_test.go | ||
| runtime_test.go | ||