mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-24 13:40:13 +00:00
cc436c4b28
* Improved block propagation by sending blocks only to peers to which, as far as we know, the peer does not know about. * Made sub protocol its own manager * SubProtocol now contains the p2p.Protocol which is used instead of a function-returning-protocol thing.