go-ethereum/internal
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
..
build internal/build: use 'git tag --points-at' to get the current tag 2016-11-27 18:42:48 +01:00
debug internal/debug, internal/ethapi, rpc, swarm/storage: Ran "go fmt" 2016-11-01 18:40:36 +08:00
ethapi core/vm, internal/ethapi: implemented eth_injectCode_ 2017-02-02 15:27:34 +01:00
guide internal/guide: initial test suite to ensure guide snippets run ok (#3582) 2017-01-20 11:50:21 +01:00
jsre internal: update web3.js to 0.18.1, embed deps with go-bindata (#3545) 2017-01-12 21:28:35 +01:00
web3ext core/vm, internal/ethapi: implemented eth_injectCode_ 2017-02-02 15:27:34 +01:00