aboutsummaryrefslogtreecommitdiffstats
path: root/tests/util.go
Commit message (Expand)AuthorAgeFilesLines
* core/vm: move Log to core/typesFelix Lange2017-01-061-2/+2
* core/vm: improved EVM run loop & instruction calling (#3378)Jeffrey Wilcke2017-01-051-2/+2
* core, core/vm: implemented a generic environment (#3348)Jeffrey Wilcke2016-12-061-122/+49
* core/types, params: EIP#155Jeffrey Wilcke2016-11-131-23/+0
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-35/+16
* core, core/vm: added gas price variance tableJeffrey Wilcke2016-10-151-3/+13
* core/state: implement reverts by journaling all changesFelix Lange2016-10-061-14/+20
* cmd, core, internal, light, tests: avoid hashing the code in the VMPéter Szilágyi2016-10-011-2/+3
* core/state: track all accounts in canon stateFelix Lange2016-09-261-7/+8
* core/vm: Refactor tracing to make Tracer the main interfaceNick Johnson2016-08-221-10/+0
* core, params, tests: add DAO hard-fork balance movesPéter Szilágyi2016-07-151-0/+2
* core: added CheckNonce() to Message interfacezsfelfoldi2016-07-111-0/+1
* Revert "test, cmd/evm, core, core/vm: illegal code hash implementation"Péter Szilágyi2016-06-291-1/+0
* test, cmd/evm, core, core/vm: illegal code hash implementationJeffrey Wilcke2016-06-221-0/+1
* all: update license informationFelix Lange2016-04-151-1/+1
* core: added basic chain configurationJeffrey Wilcke2016-04-011-5/+29
* core: Added EVM configuration optionsJeffrey Wilcke2016-03-241-3/+8
* core, core/vm, tests: changed the initialisation behaviour of the EVMJeffrey Wilcke2016-03-231-1/+7
* 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-8/+18
* core, tests: get_hash fixJeffrey Wilcke2015-10-211-7/+5
* core, core/vm, cmd/evm: remove redundant balance checkGustav Simonsson2015-10-061-3/+3
* cmd/evm, core/vm, test: refactored VM and coreJeffrey Wilcke2015-10-041-26/+21
* all: move common.Database to package ethdbFelix Lange2015-09-151-1/+2
* Add tests for uncle timestamps and refactor timestamp typeGustav Simonsson2015-08-251-3/+3
* core, tests: reduced state copy by N callsJeffrey Wilcke2015-08-071-7/+7
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: update license informationFelix Lange2015-07-071-0/+16
* Use uint64 for block header timestampGustav Simonsson2015-06-301-3/+3
* Add lost rebase changesTaylor Gerring2015-06-191-1/+9
* Cleanup/reorgTaylor Gerring2015-06-191-0/+252