mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
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. |
||
|---|---|---|
| .. | ||
| downloader | ||
| backend.go | ||
| handler.go | ||
| peer.go | ||
| protocol.go | ||
| protocol_test.go | ||