aboutsummaryrefslogtreecommitdiffstats
path: root/blockpool/test/hash_pool.go
Commit message (Collapse)AuthorAgeFilesLines
* blockpool: deletedobscuren2015-04-211-55/+0
|
* improve documentation and move one testzelig2015-03-201-9/+6
|
* peer suspension to disallow reconnect after disconnect on fatal error for ↵zelig2015-03-201-8/+9
| | | | set period (PeerSuspensionInterval)
* major rewrite, reorg of blockpool + new featureszelig2015-02-251-0/+57
- blockpool moves to its own package - uses errs pkg for its own coded errors - publicly settable config of params (time intervals and batchsizes) - test helpers in subpackage - optional TD in blocks used now to update peers chain info - major improvement in algorithm - fix fragility and sync/parallelisation bugs - implement status for reporting on sync status (peers/hashes/blocks etc) - several tests added and further corner cases covered