openethereum/ethcore/sync/src
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
..
chain Allow old blocks from peers with lower difficulty (#9226) 2018-07-27 10:13:05 +01:00
light_sync Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
res Private transactions processing error handling (#8431) 2018-04-20 15:45:53 +02:00
tests Add type for passwords. (#8920) 2018-06-22 15:09:15 +02:00
api.rs A last bunch of txqueue performance optimizations (#9024) 2018-07-05 16:27:48 +01:00
block_sync.rs handle SyncHandler errors properly (#9151) 2018-07-19 12:46:33 +02:00
blocks.rs handle SyncHandler errors properly (#9151) 2018-07-19 12:46:33 +02:00
lib.rs Delete crates from parity-ethereum and fetch them from parity-common instead (#9083) 2018-07-10 14:59:19 +02:00
private_tx.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
snapshot.rs Don't fetch snapshot chunks at random (#9088) 2018-07-11 13:04:31 +02:00
sync_io.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
transactions_stats.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00