go-ethereum/core/vm/runtime
Jeffrey Wilcke a9c94cbf48 [release/1.4.8] test, cmd/evm, core, core/vm: illegal code hash implementation
This implements a generic approach to enabling soft forks by allowing
anyone to put in hashes of contracts that should not be interacted from.
This will help "The DAO" in their endevour to stop any whithdrawals from
any DAO contract by convincing the mining community to accept their code
hash.

(cherry picked from commit 7a5b571c67)
2016-06-24 13:18:25 +03:00
..
doc.go core/vm/runtime: added simple execution runtime 2015-11-18 16:50:20 +01:00
env.go [release/1.4.8] test, cmd/evm, core, core/vm: illegal code hash implementation 2016-06-24 13:18:25 +03:00
runtime.go [release/1.4.8] test, cmd/evm, core, core/vm: illegal code hash implementation 2016-06-24 13:18:25 +03:00
runtime_example_test.go core/vm/runtime: added simple execution runtime 2015-11-18 16:50:20 +01:00
runtime_test.go core: Added EVM configuration options 2016-03-23 23:02:42 +01:00