aboutsummaryrefslogtreecommitdiffstats
path: root/tests/block_test_util.go
Commit message (Expand)AuthorAgeFilesLines
* cmd, core, eth, common: genesis preparationJeffrey Wilcke2015-07-101-3/+2
* Unskip SimpleTx3, check err in pre/post state validationsGustav Simonsson2015-07-081-8/+32
* all: update license informationFelix Lange2015-07-071-0/+16
* cmd,eth,rpc,tests: default coinbaseJeffrey Wilcke2015-07-071-1/+1
* core, miner, tests: renamed state methodsJeffrey Wilcke2015-07-041-1/+1
* Update Ethereum JSON tests, skip failingGustav Simonsson2015-07-031-1/+1
* core/types: make blocks immutableFelix Lange2015-06-301-6/+5
* Add --skip option to CLITaylor Gerring2015-06-191-7/+7
* Add stdin optionTaylor Gerring2015-06-191-23/+57
* Cleanup loggingTaylor Gerring2015-06-191-3/+3
* Fix geth blocktest commandTaylor Gerring2015-06-191-2/+2
* DRY file loadingTaylor Gerring2015-06-191-44/+12
* More consistent test interfaces + test skippingTaylor Gerring2015-06-191-11/+16
* Return error up stack instead of passing testing var downTaylor Gerring2015-06-191-10/+13
* Separate and identify tests runnersTaylor Gerring2015-06-191-1/+2
* Split tests from helper codeTaylor Gerring2015-06-191-0/+66
* xeth, tests: fixed apiobscuren2015-06-171-1/+1
* Update key store to new spec but keep address field for nowGustav Simonsson2015-05-121-1/+1
* core: return the index of the block that failed when inserting a chainobscuren2015-04-291-1/+1
* Add loading of block test privkey if presentGustav Simonsson2015-04-281-7/+20
* Add block header validations for block testsGustav Simonsson2015-04-231-0/+82
* Finally, glorious HEXGustav Simonsson2015-04-231-4/+4
* Further fixes to block test wrapperGustav Simonsson2015-04-211-47/+56
* Add block tests wrapper and fixes for tx testsGustav Simonsson2015-04-201-0/+345