quorum/eth
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 downloader: throw an error if there are no peers available for download 2015-04-18 19:30:29 +02:00
backend.go eth: fixed proper BroadcastBlock for mined blocks 2015-04-18 02:38:13 +02:00
handler.go eth: adapted to new synchronous api of downloader's AddBlock 2015-04-18 18:57:59 +02:00
peer.go eth: additional cleanups to the subprotocol, improved block propagation 2015-04-18 02:21:07 +02:00
protocol.go eth: began split up of peers and protocol manager 2015-04-18 01:11:09 +02:00
protocol_test.go Updated logging 2015-04-07 14:57:04 +02:00