quorum/eth/downloader
obscuren 7c5d50f627 downloader: throw an error if there are no peers available for download
If all peers have been tried during the block download process and some
hashes are unfetchable (available peers > 0 and fetching == 0) throw an
error so the process can be aborted.
2015-04-18 19:30:29 +02:00
..
downloader.go downloader: throw an error if there are no peers available for download 2015-04-18 19:30:29 +02:00
downloader_test.go downloader: added missing blocks catchup functionality 2015-04-13 16:38:32 +02:00
peer.go downloader: improved downloading and synchronisation 2015-04-18 18:55:13 +02:00
queue.go downloader: improved downloading and synchronisation 2015-04-18 18:55:13 +02:00
synchronous.go eth: adapted to new synchronous api of downloader's AddBlock 2015-04-18 18:57:59 +02:00