mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-30 08:33:45 +00:00
The EVM gained a new method called which allows one to call using the caller as context and runs with the given code as if it were a delegate call. The only difference is that does not take an address to get the code *from*. This functions as code injection tool. |
||
|---|---|---|
| .. | ||
| api.go | ||
| backend.go | ||
| solc.go | ||
| tracer.go | ||
| tracer_test.go | ||