quorum/eth
obscuren d3be1a2719 eth: moved mined, tx events to protocol-hnd and improved tx propagation
Transactions are now propagated to peers from which we have not yet
received the transaction. This will significantly reduce the chatter on
the network.

Moved new mined block handler to the protocol handler and moved
transaction handling to protocol handler.
2015-04-23 11:50:12 +02:00
..
downloader core: added chain head reset to known block 2015-04-20 12:29:02 +02:00
backend.go eth: moved mined, tx events to protocol-hnd and improved tx propagation 2015-04-23 11:50:12 +02:00
handler.go eth: moved mined, tx events to protocol-hnd and improved tx propagation 2015-04-23 11:50:12 +02:00
peer.go eth: moved mined, tx events to protocol-hnd and improved tx propagation 2015-04-23 11:50:12 +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