aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vm_test_util.go
Commit message (Expand)AuthorAgeFilesLines
* core/types, params: EIP#155Jeffrey Wilcke2016-11-131-1/+6
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-1/+1
* core, core/vm: added gas price variance tableJeffrey Wilcke2016-10-151-1/+1
* core/state: implement reverts by journaling all changesFelix Lange2016-10-061-16/+2
* core/state: track all accounts in canon stateFelix Lange2016-09-261-5/+3
* core, params, tests: add DAO hard-fork balance movesPéter Szilágyi2016-07-151-1/+1
* all: update license informationFelix Lange2016-04-151-1/+1
* core: added basic chain configurationJeffrey Wilcke2016-04-011-9/+2
* core/state, core, miner: handle missing root error from state.NewGustav Simonsson2015-10-161-2/+2
* cmd/evm, core/vm, test: refactored VM and coreJeffrey Wilcke2015-10-041-2/+2
* cmd/evm, core/vm, tests: changed DisableVm to EnableVmJeffrey Wilcke2015-08-121-4/+4
* core/vm, tests: implemented semi-jit vmJeffrey Wilcke2015-08-071-1/+73
* 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
* Add --skip option to CLITaylor Gerring2015-06-191-7/+7
* Build error fixesTaylor Gerring2015-06-191-1/+1
* Rebase cleanupTaylor Gerring2015-06-191-1/+1
* Add stdin optionTaylor Gerring2015-06-191-65/+102
* Cleanup loggingTaylor Gerring2015-06-191-3/+3
* DRY file loadingTaylor Gerring2015-06-191-1/+1
* More consistent test interfaces + test skippingTaylor Gerring2015-06-191-8/+8
* Cleanup/reorgTaylor Gerring2015-06-191-212/+4
* Return error up stack instead of passing testing var downTaylor Gerring2015-06-191-7/+11
* DRY log checkTaylor Gerring2015-06-191-29/+6
* Separate and identify tests runnersTaylor Gerring2015-06-191-44/+186
* Flatten helper directoryTaylor Gerring2015-06-191-8/+7
* Split tests from helper codeTaylor Gerring2015-06-191-0/+219