aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/blocktest.go
Commit message (Collapse)AuthorAgeFilesLines
* cmd/geth: move blockchain commands to chaincmd.goFelix Lange2015-05-281-120/+0
|
* Unskip now working tests, remove debug printGustav Simonsson2015-05-071-1/+0
|
* Add loading of block test privkey if presentGustav Simonsson2015-04-281-1/+1
|
* Further fixes to block test wrapperGustav Simonsson2015-04-211-3/+3
| | | | | | | | | | | | * Move go test wrapper for block tests from cmd/geth to tests * Fix logic for when tests are valid or not, by adding correct validations for expected valid/invalid blocks * Change block insertion helper to work on single blocks * Add one test case for each file in BlockTests and comment out the tests which are currently failing * Add Skip call in all block tests in lieu of performance fixes around ethash cache which are needed before it will be fast enough to start / stop the node between each test
* cmd/geth, tests: enable running multiple tests from a single fileFelix Lange2015-04-191-24/+65
| | | | | | | | This commit also changes the block test loading so tests containing invalid RLP blocks can be loaded and return an error only when they are run. (cherry picked from commit 898ba87984791249586b97c9ce340dd087b79d67)
* Blocktest fixed, Execution fixedobscuren2015-04-011-1/+1
| | | | | | * Added new CreateAccount method which properly overwrites previous accounts (excluding balance) * Fixed block tests (100% success)
* renamed ethereum => gethobscuren2015-03-271-0/+80