aboutsummaryrefslogtreecommitdiffstats
path: root/eth/block_pool_test.go
Commit message (Collapse)AuthorAgeFilesLines
* integrate blockpool into ethzelig2015-02-251-983/+0
| | | | | | - remove blockpool code - remove blockpool integration test (kinda embarrassing) - remove errors.go
* Temporarily skip broken TestVerifyPoWTaylor Gerring2015-02-111-0/+1
|
* adapt unit tests to speczelig2015-01-091-53/+139
| | | | | | | - AddBlockHashes ignores the first hash (just used to match getBlockHashes query) sends the rest as blocksMsg - new test TestPeerWithKnownParentBlock - new test TestChainConnectingWithParentHash - adapt all other tests to the new scheme
* Mergeobscuren2015-01-061-114/+812
|
* initial commit for eth blockpool + testzelig2014-12-151-0/+198