openethereum/ethcore/sync/src/chain
elferdo 046b8bbc8a
Make specification of protocol in SyncRequester::send_request explicit (#10295)
* Make the specification of the protocol to which a packet_id belongs to
  explicit when calling "SyncRequester::send_packet".

* Remove "SyncIO::send" and leave only "SyncIO::send_protocol"

* Adapt tests to new code.

* Strengthen tests to check if packet_id and protocol match when sending
a devp2p packet.
2019-02-08 13:01:29 +01:00
..
handler.rs Increase number of requested block bodies in chain sync (#10247) 2019-02-07 15:27:09 +01:00
mod.rs Make specification of protocol in SyncRequester::send_request explicit (#10295) 2019-02-08 13:01:29 +01:00
propagator.rs Make specification of protocol in SyncRequester::send_request explicit (#10295) 2019-02-08 13:01:29 +01:00
requester.rs Make specification of protocol in SyncRequester::send_request explicit (#10295) 2019-02-08 13:01:29 +01:00
supplier.rs Increase number of requested block bodies in chain sync (#10247) 2019-02-07 15:27:09 +01:00