openethereum/ethcore/src/miner
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
..
miner.rs Improve block and transaction propagation (#9954) 2018-11-28 11:30:05 +01:00
mod.rs RPC: parity_allTransactionHashes (#9745) 2018-10-27 09:38:35 +02:00
pool_client.rs Offload cull to IoWorker. (#9099) 2018-07-13 12:23:57 +02:00
service_transaction_checker.rs new ethabi (#9511) 2018-09-13 11:04:39 +02:00
stratum.rs Update a few parity-common dependencies (#9663) 2018-10-09 22:07:25 +02:00