aboutsummaryrefslogtreecommitdiffstats
path: root/blockpool/blockpool.go
Commit message (Expand)AuthorAgeFilesLines
* blockpool stability fixes:zelig2015-04-131-80/+104
* td update from nodezelig2015-04-101-104/+85
* Disabled TD checkobscuren2015-04-091-0/+2
* oops peer unlocked before return - fixes deadlockzelig2015-04-091-0/+1
* uncomment future block TD check, add test for skipping TD check on future blockzelig2015-04-091-4/+4
* fix deadlock issue in AddBlockzelig2015-04-091-23/+27
* future queued block supportzelig2015-04-091-1/+2
* put back checkTD and unskip incorrectTD testzelig2015-04-091-4/+4
* introduce peers registry on nodeszelig2015-04-091-35/+37
* fix blockpool deadlockzelig2015-04-091-3/+17
* Updated loggingobscuren2015-04-071-1/+2
* Disabled PoW checkobscuren2015-04-051-9/+12
* Temp removed unrequested block errorobscuren2015-04-051-9/+13
* Removed debuggingobscuren2015-04-051-2/+0
* prevent deadlockobscuren2015-04-051-0/+2
* Disabled peer TD check to support suspended blocks (Future blocks)obscuren2015-04-041-4/+4
* header check for testzelig2015-03-251-1/+5
* bugfix with idle too long triggered after peer switchzelig2015-03-251-4/+5
* Idle too long error incorrectly triggered even when peer sending new blockszelig2015-03-221-0/+3
* use common.Hash as pool key, no string conversion neededzelig2015-03-201-6/+6
* improve documentation and move one testzelig2015-03-201-78/+98
* uncomment status test, hack: skip the 2 unreliable fieldszelig2015-03-201-1/+0
* check and penalise td misreportingzelig2015-03-201-0/+14
* use own total difficulty to limit best peerzelig2015-03-201-2/+44
* peer suspension to disallow reconnect after disconnect on fatal error for se...zelig2015-03-201-5/+12
* updated blockpoolobscuren2015-03-171-26/+25
* moved to detailobscuren2015-03-161-1/+1
* fix wonky head section loop; correct status countszelig2015-03-061-1/+2
* partial fix to idle best peer issuezelig2015-03-041-3/+11
* - fix peer disconnect by adding severity function to errszelig2015-03-031-9/+36
* major rewrite, reorg of blockpool + new featureszelig2015-02-251-0/+749