aboutsummaryrefslogtreecommitdiffstats
path: root/blockpool/peers.go
Commit message (Expand)AuthorAgeFilesLines
* blockpool: deletedobscuren2015-04-211-639/+0
* blockpool stability fixes:zelig2015-04-131-87/+82
* bugfixes for headsection deadlockszelig2015-04-111-7/+15
* td update from nodezelig2015-04-101-27/+58
* Disabled TD checkobscuren2015-04-091-0/+2
* separate lock for blacklistzelig2015-04-091-3/+6
* 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-2/+2
* fix deadlock issue in AddBlockzelig2015-04-091-14/+17
* fix blockpool deadlockzelig2015-04-091-9/+1
* fix TestPoolStatus test crashing, skip tests failing (due to @obscuren hotfixes)zelig2015-04-091-0/+1
* Disabled peer TD check to support suspended blocks (Future blocks)obscuren2015-04-041-2/+2
* proper locking to prevent "parent unknown" INVALID blocks due to race in peer...zelig2015-04-021-5/+4
* proper locking to prevent close of closed channel crash when multiple mining ...zelig2015-04-021-3/+7
* bugfix with idle too long triggered after peer switchzelig2015-03-251-4/+5
* fixed bad unclesobscuren2015-03-241-1/+2
* Idle too long error incorrectly triggered even when peer sending new blockszelig2015-03-221-24/+22
* fix common.Hash conversionzelig2015-03-201-0/+2
* improve documentation and move one testzelig2015-03-201-5/+18
* check and penalise td misreportingzelig2015-03-201-1/+6
* fix missing hexification on IdleTooLong error logzelig2015-03-201-1/+1
* use own total difficulty to limit best peerzelig2015-03-201-9/+6
* peer suspension to disallow reconnect after disconnect on fatal error for se...zelig2015-03-201-10/+39
* updated blockpoolobscuren2015-03-171-25/+24
* Moved ethutil => commonobscuren2015-03-161-3/+3
* fix wonky head section loop; correct status countszelig2015-03-061-23/+31
* partial fix to idle best peer issuezelig2015-03-041-9/+19
* log when added peer is behind (hash found in blockchain)zelig2015-03-031-0/+1
* - fix peer disconnect by adding severity function to errszelig2015-03-031-1/+1
* major rewrite, reorg of blockpool + new featureszelig2015-02-251-0/+536