openethereum/ethcore/sync/src/chain
Andrew Jones fb503f523b
Allow old blocks from peers with lower difficulty (#9226)
Previously we only allow downloading of old blocks if the peer
difficulty was greater than our syncing difficulty. This change allows
downloading of blocks from peers where the difficulty is greater then
the last downloaded old block.
2018-07-27 10:13:05 +01:00
..
handler.rs handle SyncHandler errors properly (#9151) 2018-07-19 12:46:33 +02:00
mod.rs Allow old blocks from peers with lower difficulty (#9226) 2018-07-27 10:13:05 +01:00
propagator.rs Parity Ethereum 2.0.0 (#9052) 2018-07-11 13:35:10 +02:00
requester.rs Fix packet count when talking with PAR2 peers (#8555) 2018-05-14 10:09:05 +02:00
supplier.rs Make HashDB generic (#8739) 2018-07-02 18:50:05 +02:00