aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/runtime
Commit message (Expand)AuthorAgeFilesLines
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-132-25/+25
* core, core/vm: added gas price variance tableJeffrey Wilcke2016-10-151-0/+4
* core/state: implement reverts by journaling all changesFelix Lange2016-10-061-4/+4
* cmd, core, internal, light, tests: avoid hashing the code in the VMPéter Szilágyi2016-10-011-1/+1
* core/vm: Refactor tracing to make Tracer the main interfaceNick Johnson2016-08-221-14/+0
* Revert "test, cmd/evm, core, core/vm: illegal code hash implementation"Péter Szilágyi2016-06-292-27/+22
* Revert "core: update DAO soft-fork number, clean up the code"Péter Szilágyi2016-06-292-22/+25
* core: update DAO soft-fork number, clean up the codePéter Szilágyi2016-06-232-25/+22
* test, cmd/evm, core, core/vm: illegal code hash implementationJeffrey Wilcke2016-06-222-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