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.
Showing
- cmd/evm/main.go 1 addition, 0 deletionscmd/evm/main.go
- cmd/utils/flags.go 16 additions, 0 deletionscmd/utils/flags.go
- core/execution.go 5 additions, 0 deletionscore/execution.go
- core/state/statedb.go 10 additions, 0 deletionscore/state/statedb.go
- core/state_processor.go 21 additions, 3 deletionscore/state_processor.go
- core/vm/environment.go 3 additions, 0 deletionscore/vm/environment.go
- core/vm/jit_test.go 5 additions, 4 deletionscore/vm/jit_test.go
- core/vm/runtime/env.go 15 additions, 11 deletionscore/vm/runtime/env.go
- core/vm/runtime/runtime.go 12 additions, 11 deletionscore/vm/runtime/runtime.go
- core/vm_env.go 6 additions, 0 deletionscore/vm_env.go
- tests/util.go 1 addition, 0 deletionstests/util.go
Loading
Please register or sign in to comment