quorum/eth
obscuren 05715f27cf eth: added a cancel method for the downloader
Added a cancel method to the downloader which gracefully shuts down any
active syncing process (hash fetching or block downloading) and resets
the queue and remove any pending blocks.

Issue with the downloader which would stall because of an active ongoing
process when an invalid block was found.
2015-05-10 00:34:07 +02:00
..
downloader eth: added a cancel method for the downloader 2015-05-10 00:34:07 +02:00
backend.go cmd/geth, cmd/mist, eth, flags: renamed loglevel to verbosity 2015-05-09 12:00:51 +02:00
handler.go eth, eth/downloader: handle sync errors a bit more gracefully 2015-05-08 15:22:48 +03:00
peer.go eth, eth/downloader: moved peer selection to protocol handler 2015-04-24 14:40:32 +02:00
protocol.go eth: began split up of peers and protocol manager 2015-04-18 01:11:09 +02:00
protocol_test.go downloader: don't remove peers. keep them around 2015-04-18 23:56:08 +02:00
sync.go eth: added a cancel method for the downloader 2015-05-10 00:34:07 +02:00