aboutsummaryrefslogtreecommitdiffstats
path: root/blockpool/section.go
Commit message (Collapse)AuthorAgeFilesLines
* use common.Hash as pool key, no string conversion neededzelig2015-03-201-2/+2
|
* fix common.Hash conversionzelig2015-03-201-1/+1
|
* check and penalise td misreportingzelig2015-03-201-12/+21
| | | | | | - add ErrIncorrectTD - checkTD called after insertChain successful - fix tests, use blockPoolTester.tds to map block index to TD
* updated blockpoolobscuren2015-03-171-7/+8
|
* - fix peer disconnect by adding severity function to errszelig2015-03-031-27/+18
| | | | | | - improve logging - suicide -> removeChain - improved status BlocksInPool calculation
* major rewrite, reorg of blockpool + new featureszelig2015-02-251-0/+677
- 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