Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | blockpool: wrap intermittent status test in a loop | zelig | 2015-03-27 | 1 | -4/+8 |
| | |||||
* | fix blockpool test logger | zelig | 2015-03-22 | 1 | -12/+6 |
| | |||||
* | improve documentation and move one test | zelig | 2015-03-20 | 3 | -9/+10 |
| | |||||
* | reduce logging output | zelig | 2015-03-20 | 1 | -1/+1 |
| | |||||
* | peer suspension to disallow reconnect after disconnect on fatal error for ↵ | zelig | 2015-03-20 | 1 | -8/+9 |
| | | | | set period (PeerSuspensionInterval) | ||||
* | major rewrite, reorg of blockpool + new features | zelig | 2015-02-25 | 3 | -0/+170 |
- 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 |