aboutsummaryrefslogtreecommitdiffstats
path: root/block_pool.go
Commit message (Collapse)AuthorAgeFilesLines
* Changed the block fetching code and hash distributionobscuren2014-09-251-45/+85
|
* tmpobscuren2014-09-241-6/+95
|
* Added lenobscuren2014-09-171-0/+4
|
* Improved catching up and refactoredobscuren2014-09-151-42/+17
|
* add it to the listobscuren2014-09-141-0/+1
|
* Logobscuren2014-08-221-2/+0
|
* Minor improvement catching upobscuren2014-08-221-4/+12
| | | | * When catching up check linked up the chain of hashes
* Extra checksobscuren2014-08-221-5/+9
|
* PoC 6 networking code.obscuren2014-08-211-0/+116
* Added block pool for gathering blocks from the network (chunks) * Re wrote syncing