openethereum/ethcore/sync/src/chain
Tomasz Drwięga 0b5bbf6048 Improve block and transaction propagation (#9954)
* Refactor sync to add priority tasks.

* Send priority tasks notifications.

* Propagate blocks, optimize transactions.

* Implement transaction propagation. Use sync_channel.

* Tone down info.

* Prevent deadlock by not waiting forever for sync lock.

* Fix lock order.

* Don't use sync_channel to prevent deadlocks.

* Fix tests.
2018-11-28 11:30:05 +01:00
..
handler.rs Improve block and transaction propagation (#9954) 2018-11-28 11:30:05 +01:00
mod.rs Improve block and transaction propagation (#9954) 2018-11-28 11:30:05 +01:00
propagator.rs Improve block and transaction propagation (#9954) 2018-11-28 11:30:05 +01:00
requester.rs Fix packet count when talking with PAR2 peers (#8555) 2018-05-14 10:09:05 +02:00
supplier.rs Improve block and transaction propagation (#9954) 2018-11-28 11:30:05 +01:00