aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/instructions.go
Commit message (Expand)AuthorAgeFilesLines
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-2/+2
* common/math, core/vm: implement fast EXP (#3214)Jeffrey Wilcke2016-11-021-2/+3
* core, core/vm: added gas price variance tableJeffrey Wilcke2016-10-151-1/+6
* core/state: rename Delete/IsDeleted to Suicide/HasSuicidedFelix Lange2016-10-061-1/+1
* core/state: track all accounts in canon stateFelix Lange2016-09-261-1/+1
* core/vm: Refactor tracing to make Tracer the main interfaceNick Johnson2016-08-221-73/+73
* all: update license informationFelix Lange2016-04-151-1/+1
* core: added basic chain configurationJeffrey Wilcke2016-04-011-1/+1
* core, core/vm, tests: changed the initialisation behaviour of the EVMJeffrey Wilcke2016-03-231-1/+0
* all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()Ricardo Catalinas Jiménez2016-02-221-1/+1
* core, core/vm, crypto: fixes for homesteadJeffrey Wilcke2016-02-181-7/+20
* parmas, crypto, core, core/vm: homestead consensus protocol changesGustav Simonsson2016-02-181-27/+22
* core/vm: added JIT segmenting / optimisationsJeffrey Wilcke2015-10-171-1/+1
* core/vm: abstracted instruction execution away from JITJeffrey Wilcke2015-10-171-8/+74
* cmd/evm, core/vm, test: refactored VM and coreJeffrey Wilcke2015-10-041-102/+155
* Add tests for uncle timestamps and refactor timestamp typeGustav Simonsson2015-08-251-1/+1
* core/vm: fixed jit error & added inline docsJeffrey Wilcke2015-08-111-11/+8
* core/vm: reduced big int allocationsJeffrey Wilcke2015-08-071-111/+60
* core, tests: reduced state copy by N callsJeffrey Wilcke2015-08-071-0/+1
* core/vm, tests: implemented semi-jit vmJeffrey Wilcke2015-08-071-0/+587