quorum/eth
obscuren c2c24b3bb4 downloader: improved downloading and synchronisation
* Downloader's peers keeps track of peer's previously requested hashes
  so that we don't have to re-request
* Changed `AddBlock` to be fully synchronous
2015-04-18 18:55:13 +02:00
..
downloader downloader: improved downloading and synchronisation 2015-04-18 18:55:13 +02:00
backend.go eth: fixed proper BroadcastBlock for mined blocks 2015-04-18 02:38:13 +02:00
handler.go downloader: make sure that hashes are only accepted from the active peer 2015-04-18 17:35:03 +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