go-ethereum/internal/ethapi
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
..
api.go core/vm, internal/ethapi: implemented eth_injectCode_ 2017-02-02 15:27:34 +01:00
backend.go params: core, core/vm, miner: 64bit gas instructions (#3514) 2017-02-02 15:25:42 +01:00
solc.go common/compiler: simplify solc wrapper 2016-08-17 17:39:04 +02:00
tracer.go core/vm: improved EVM run loop & instruction calling (#3378) 2017-01-05 11:52:10 +01:00
tracer_test.go params: core, core/vm, miner: 64bit gas instructions (#3514) 2017-02-02 15:25:42 +01:00