aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/instructions.go
Commit message (Expand)AuthorAgeFilesLines
* all: unify big.Int zero checks, use common/math in more places (#3716)Felix Lange2017-02-281-11/+12
* common: move big integer math to common/math (#3699)Felix Lange2017-02-271-30/+30
* params: core, core/vm, miner: 64bit gas instructionsJeffrey Wilcke2017-02-141-127/+211
* Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)"Jeffrey Wilcke2017-02-131-211/+127
* params: core, core/vm, miner: 64bit gas instructions (#3514)Jeffrey Wilcke2017-02-021-127/+211
* cmd/geth, core: add support for recording SHA3 preimages (#3543)Nick Johnson2017-01-171-1/+6
* core/vm: move Log to core/typesFelix Lange2017-01-061-2/+9
* core/vm: improved EVM run loop & instruction calling (#3378)Jeffrey Wilcke2017-01-051-191/+165
* core, core/vm: implemented a generic environment (#3348)Jeffrey Wilcke2016-12-061-101/+101
* 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