aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/runtime
Commit message (Expand)AuthorAgeFilesLines
* core, core/state, trie: Hardfork EIP155, EIP161, EIP170Jeffrey Wilcke2016-11-152-25/+25
* [release/1.4.18] core, core/vm: added gas price variance tableJeffrey Wilcke2016-10-151-0/+4
* [release/1.4.16] core/state: implement reverts by journaling all changesFelix Lange2016-10-061-4/+4
* [release/1.4.15] cmd, core, internal, light, tests: avoid hashing the code in...Péter Szilágyi2016-10-031-1/+1
* [release/1.4.9] Revert "test, cmd/evm, core, core/vm: illegal code hash imple...Péter Szilágyi2016-06-292-27/+22
* [release/1.4.9] Revert "core: update DAO soft-fork number, clean up the code"Péter Szilágyi2016-06-292-22/+25
* [release/1.4.8] core: update DAO soft-fork number, clean up the codePéter Szilágyi2016-06-242-25/+22
* [release/1.4.8] test, cmd/evm, core, core/vm: illegal code hash implementationJeffrey Wilcke2016-06-242-22/+27
* all: update license informationFelix Lange2016-04-152-2/+2
* core: added basic chain configurationJeffrey Wilcke2016-04-012-3/+17
* core: Added EVM configuration optionsJeffrey Wilcke2016-03-243-47/+11
* core, core/vm, tests: changed the initialisation behaviour of the EVMJeffrey Wilcke2016-03-231-1/+7
* core: various typosLeif Jurvetson2016-03-161-1/+1
* all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()Ricardo Catalinas Jiménez2016-02-221-1/+1
* parmas, crypto, core, core/vm: homestead consensus protocol changesGustav Simonsson2016-02-181-0/+4
* core/vm/runtime: simplified runtime calling mechanismJeffrey Wilcke2016-02-112-6/+93
* core/vm/runtime: added simple execution runtimeJeffrey Wilcke2015-11-185-0/+399