aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/runtime/env.go
Commit message (Expand)AuthorAgeFilesLines
* core, core/state, trie: Hardfork EIP155, EIP161, EIP170Jeffrey Wilcke2016-11-151-21/+22
* [release/1.4.16] core/state: implement reverts by journaling all changesFelix Lange2016-10-061-4/+4
* [release/1.4.9] Revert "test, cmd/evm, core, core/vm: illegal code hash imple...Péter Szilágyi2016-06-291-15/+11
* [release/1.4.9] Revert "core: update DAO soft-fork number, clean up the code"Péter Szilágyi2016-06-291-11/+13
* [release/1.4.8] core: update DAO soft-fork number, clean up the codePéter Szilágyi2016-06-241-13/+11
* [release/1.4.8] test, cmd/evm, core, core/vm: illegal code hash implementationJeffrey Wilcke2016-06-241-11/+15
* all: update license informationFelix Lange2016-04-151-1/+1
* core: added basic chain configurationJeffrey Wilcke2016-04-011-3/+6
* core: Added EVM configuration optionsJeffrey Wilcke2016-03-241-3/+11
* core, core/vm, tests: changed the initialisation behaviour of the EVMJeffrey Wilcke2016-03-231-1/+7
* parmas, crypto, core, core/vm: homestead consensus protocol changesGustav Simonsson2016-02-181-0/+4
* core/vm/runtime: added simple execution runtimeJeffrey Wilcke2015-11-181-0/+106