go-ethereum/internal/web3ext
Jeffrey Wilcke ea363998d0 core/vm, internal/ethapi: implemented eth_injectCode_
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.
2017-02-02 15:27:34 +01:00
..
web3ext.go core/vm, internal/ethapi: implemented eth_injectCode_ 2017-02-02 15:27:34 +01:00