plugeth/eth
obscuren dfbf580354 eth/downloader: ignore orphan blocks in the downloader.
When blocks have been sorted and are being processed, orphan blocks
should be ignored and thrown out. The protocol handler is responsible
for downloading blocks which have missing parents.
2015-04-29 14:49:37 +02:00
..
downloader eth/downloader: ignore orphan blocks in the downloader. 2015-04-29 14:49:37 +02:00
backend.go Merge pull request #793 from karalabe/discovery-node-cache 2015-04-28 03:40:10 -07:00
handler.go core: return the index of the block that failed when inserting a chain 2015-04-29 14:00:24 +02:00
peer.go eth, eth/downloader: moved peer selection to protocol handler 2015-04-24 14:40:32 +02:00
protocol_test.go downloader: don't remove peers. keep them around 2015-04-18 23:56:08 +02:00
protocol.go eth: began split up of peers and protocol manager 2015-04-18 01:11:09 +02:00