aboutsummaryrefslogtreecommitdiffstats
path: root/blockpool
Commit message (Expand)AuthorAgeFilesLines
* blockpool: wrap intermittent status test in a loopzelig2015-03-272-40/+55
* header check for testzelig2015-03-252-3/+8
* bugfix with idle too long triggered after peer switchzelig2015-03-252-8/+10
* fixed bad unclesobscuren2015-03-241-1/+2
* Merge branch 'jsonlog' of https://github.com/ethersphere/go-ethereum into eth...obscuren2015-03-231-12/+6
|\
| * fix blockpool test loggerzelig2015-03-221-12/+6
* | Idle too long error incorrectly triggered even when peer sending new blockszelig2015-03-224-28/+31
|/
* use common.Hash as pool key, no string conversion neededzelig2015-03-202-8/+8
* fix common.Hash conversionzelig2015-03-203-3/+5
* fix import in reorganised testzelig2015-03-201-2/+0
* improve documentation and move one testzelig2015-03-209-156/+202
* reduce logging outputzelig2015-03-203-25/+22
* uncomment status test, hack: skip the 2 unreliable fieldszelig2015-03-202-171/+182
* check and penalise td misreportingzelig2015-03-207-52/+129
* fix missing hexification on IdleTooLong error logzelig2015-03-201-1/+1
* use own total difficulty to limit best peerzelig2015-03-205-15/+82
* peer suspension to disallow reconnect after disconnect on fatal error for se...zelig2015-03-207-40/+116
* updated blockpoolobscuren2015-03-173-58/+57
* Moved ethutil => commonobscuren2015-03-163-9/+9
* moved to detailobscuren2015-03-161-1/+1
* fix wonky head section loop; correct status countszelig2015-03-062-24/+33
* partial fix to idle best peer issuezelig2015-03-043-13/+33
* 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-034-38/+55
* major rewrite, reorg of blockpool + new featureszelig2015-02-2513-0/+3583