aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/runtime/runtime.go
Commit message (Expand)AuthorAgeFilesLines
* core/vm/runtime: fixed go vetJeffrey Wilcke2016-11-141-1/+9
* core/types, params: EIP#155Jeffrey Wilcke2016-11-131-1/+1
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-4/+3
* core, core/vm: added gas price variance tableJeffrey Wilcke2016-10-151-0/+4
* cmd, core, internal, light, tests: avoid hashing the code in the VMPéter Szilágyi2016-10-011-1/+1
* all: update license informationFelix Lange2016-04-151-1/+1
* core: added basic chain configurationJeffrey Wilcke2016-04-011-0/+11
* core: Added EVM configuration optionsJeffrey Wilcke2016-03-241-29/+0
* 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
* core/vm/runtime: simplified runtime calling mechanismJeffrey Wilcke2016-02-111-6/+47
* core/vm/runtime: added simple execution runtimeJeffrey Wilcke2015-11-181-0/+121