aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethtest/main.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/ethtest: drop the manual test tool in favor of hivePéter Szilágyi2017-02-231-224/+0
* accounts, cmd: port packages over to the new logging systemPéter Szilágyi2017-02-231-14/+16
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-13/+13
* all: fix issues reported by honnef.co/go/simple/cmd/gosimpleFelix Lange2017-01-071-6/+1
* tests: updatedJeffrey Wilcke2016-11-141-1/+2
* 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, params, tests: add DAO hard-fork balance movesPéter Szilágyi2016-07-151-2/+2
* cmd: fix CLI package deprecation warningsPéter Szilágyi2016-06-101-2/+2
* cmd/geth: codegansta/cli package renamed to urfave/cliBas van Kervel2016-06-091-1/+1
* all: fix go vet warningsFelix Lange2016-04-151-1/+2
* core: added basic chain configurationJeffrey Wilcke2016-04-011-2/+3
* core: Added EVM configuration optionsJeffrey Wilcke2016-03-241-2/+0
* cmd/ethtest: added trace flag for debuggingJeffrey Wilcke2015-08-111-1/+7
* Merge pull request #1479 from tgerring/ethtestJeffrey Wilcke2015-08-031-2/+8
|\
| * Disassociate test directory from test nameTaylor Gerring2015-07-221-2/+8
* | all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-2/+2
|/
* cmd/ethtest, tests: add support for RLP JSON testsFelix Lange2015-07-171-1/+3
* all: add some godoc synopsis commentsFelix Lange2015-07-071-0/+1
* all: remove @author commentsFelix Lange2015-07-071-6/+0
* all: update license informationFelix Lange2015-07-071-16/+16
* Expand --test switchTaylor Gerring2015-06-191-5/+5
* Add --skip option to CLITaylor Gerring2015-06-191-4/+12
* Add stdin optionTaylor Gerring2015-06-191-19/+41
* Minor cleanupTaylor Gerring2015-06-191-17/+23
* Expand CLI options to allow running all testsTaylor Gerring2015-06-191-41/+109
* Allow specifying single depth directoryTaylor Gerring2015-06-191-37/+67
* Cleanup loggingTaylor Gerring2015-06-191-1/+2
* Wire ethtest to new tests structureTaylor Gerring2015-06-191-203/+32
* Require a first argument of test typeTaylor Gerring2015-06-191-4/+24
* Updated glogobscuren2015-04-111-11/+15
* Fixed tests to reflect log changesobscuren2015-04-091-8/+8
* fix ethtest loggingzelig2015-03-241-5/+4
* moved state and vm to coreobscuren2015-03-231-2/+2
* Fix new types for blocktests and comment out non-working log level setterGustav Simonsson2015-03-231-1/+1
* Removed more castsobscuren2015-03-201-2/+1
* improved test outputobscuren2015-03-191-24/+45
* Fixed mkdnode & added some testsobscuren2015-03-191-7/+12
* Moved ethutil => commonobscuren2015-03-161-16/+16
* more obvious failure for ethtestobscuren2015-03-131-5/+5
* fixed ethtestobscuren2015-03-131-1/+3
* Return 1 on failobscuren2015-03-131-0/+5
* updated rnd vm test => state testobscuren2015-03-121-28/+88
* Removed exported fields from state object and added proper set/gettersobscuren2015-02-201-2/+2
* updated testsobscuren2015-01-151-0/+3
* Support input from argsobscuren2015-01-091-1/+6
* Read directly from stdinobscuren2015-01-071-7/+4
* Refactored ethutil.Config.Db outobscuren2015-01-071-4/+6
* Added license headersobscuren2015-01-061-2/+0
* Additional checking on gasobscuren2014-12-311-3/+8
* Updated testing toolsobscuren2014-12-041-1/+1
* clean upobscuren2014-11-151-1/+1
* Fixes for the log methodobscuren2014-11-121-0/+23
* Moved ethtest to cmdobscuren2014-11-101-0/+105