aboutsummaryrefslogtreecommitdiffstats
path: root/tests/state_test.go
Commit message (Expand)AuthorAgeFilesLines
* core/vm: Make MaxCodesize non-retroactive (#15072)Martin Holst Swende2017-09-041-2/+0
* core, tests: implement Metropolis EIP 684Péter Szilágyi2017-08-251-2/+0
* tests: enable Byzantium state tests for CIPéter Szilágyi2017-08-221-2/+2
* tests: skip the bad tests from colliding account touchesPéter Szilágyi2017-08-171-0/+3
* tests: update tests, use blockchain test "network" fieldFelix Lange2017-08-111-5/+3
* tests: update tests and implement general state tests (#14734)Felix Lange2017-07-111-955/+57
* params: remove redundant consts, disable metro on AllProtocolChangesPéter Szilágyi2017-07-041-23/+23
* Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)"Jeffrey Wilcke2017-02-131-1/+1
* core/vm: improved EVM run loop & instruction calling (#3378)Jeffrey Wilcke2017-01-051-0/+1
* core, core/state: fixed consensus issue added touch revertJeffrey Wilcke2016-11-251-23/+23
* tests: updatedJeffrey Wilcke2016-11-141-1/+1
* tests: added new EIP158 testsJeffrey Wilcke2016-11-131-11/+290
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-148/+177
* core, core/vm: added gas price variance tableJeffrey Wilcke2016-10-151-0/+235
* tests: update test files from github.com/ethereum/tests @ 45bc1d21d3c1Felix Lange2016-10-061-21/+32
* core: added basic chain configurationJeffrey Wilcke2016-04-011-88/+139
* core, core/vm, crypto: fixes for homesteadJeffrey Wilcke2016-02-181-0/+9
* tests: updated homestead testsJeffrey Wilcke2016-02-181-14/+191
* parmas, crypto, core, core/vm: homestead consensus protocol changesGustav Simonsson2016-02-181-0/+21
* tests: add test for StateTests/stCallCodes.jsonGustav Simonsson2015-09-211-0/+7
* cmd/evm, core/vm, tests: changed DisableVm to EnableVmJeffrey Wilcke2015-08-121-3/+2
* core/vm, tests: implemented semi-jit vmJeffrey Wilcke2015-08-071-0/+17
* 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-17/+17
* Cleanup/reorgTaylor Gerring2015-06-191-2/+0
* Return error up stack instead of passing testing var downTaylor Gerring2015-06-191-17/+51
* Separate and identify tests runnersTaylor Gerring2015-06-191-17/+17
* Fix pathsTaylor Gerring2015-06-191-18/+24
* Split tests from helper codeTaylor Gerring2015-06-191-0/+96