aboutsummaryrefslogtreecommitdiffstats
path: root/blockpool/status_test.go
Commit message (Collapse)AuthorAgeFilesLines
* fix TestPoolStatus test crashing, skip tests failing (due to @obscuren hotfixes)zelig2015-04-091-1/+6
|
* blockpool: wrap intermittent status test in a loopzelig2015-03-271-36/+47
|
* reduce logging outputzelig2015-03-201-2/+2
|
* uncomment status test, hack: skip the 2 unreliable fieldszelig2015-03-201-170/+182
|
* major rewrite, reorg of blockpool + new featureszelig2015-02-251-0/+228
- 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