aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/jit_test.go
Commit message (Expand)AuthorAgeFilesLines
* core/vm: improved EVM run loop & instruction calling (#3378)Jeffrey Wilcke2017-01-051-160/+0
* core, core/vm: implemented a generic environment (#3348)Jeffrey Wilcke2016-12-061-60/+6
* core/types, params: EIP#155Jeffrey Wilcke2016-11-131-1/+1
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-1/+4
* core/state: implement reverts by journaling all changesFelix Lange2016-10-061-2/+2
* cmd, core, internal, light, tests: avoid hashing the code in the VMPéter Szilágyi2016-10-011-1/+1
* core/vm, eth: Add support for javascript trace functionsNick Johnson2016-08-231-7/+4
* core/vm: Refactor tracing to make Tracer the main interfaceNick Johnson2016-08-221-5/+0
* Revert "test, cmd/evm, core, core/vm: illegal code hash implementation"Péter Szilágyi2016-06-291-5/+4
* test, cmd/evm, core, core/vm: illegal code hash implementationJeffrey Wilcke2016-06-221-4/+5
* all: update license informationFelix Lange2016-04-151-1/+2
* core: added basic chain configurationJeffrey Wilcke2016-04-011-7/+8
* core: Added EVM configuration optionsJeffrey Wilcke2016-03-241-14/+14
* core, core/vm, tests: changed the initialisation behaviour of the EVMJeffrey Wilcke2016-03-231-2/+6
* 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, core/vm, crypto: fixes for homesteadJeffrey Wilcke2016-02-181-0/+5
* core/vm: resolve circular dependency to debug vm storagePéter Szilágyi2016-01-121-8/+9
* core/vm: added JIT segmenting / optimisationsJeffrey Wilcke2015-10-171-0/+43
* core, core/vm, cmd/evm: remove redundant balance checkGustav Simonsson2015-10-061-3/+1
* cmd/evm, core/vm, test: refactored VM and coreJeffrey Wilcke2015-10-041-24/+68
* Add tests for uncle timestamps and refactor timestamp typeGustav Simonsson2015-08-251-1/+1
* cmd/evm, core/vm, tests: changed DisableVm to EnableVmJeffrey Wilcke2015-08-121-1/+1
* core, tests: reduced state copy by N callsJeffrey Wilcke2015-08-071-0/+3
* core/vm, tests: implemented semi-jit vmJeffrey Wilcke2015-08-071-0/+119