openethereum/miner/src/pool
Tomasz Drwięga 6771539a90 Fix ancient blocks queue deadlock (#8751)
* Revert "Fix not downloading old blocks (#8642)"

This reverts commit d1934363e7.

* Make sure only one thread actually imports old blocks.

* Add some trace timers.

* Bring back pending hashes set.

* Separate locks so that queue can happen while we are importing.

* Address grumbles.
2018-06-05 19:49:46 +02:00
..
res Return error if RLP size of transaction exceeds the limit (#8473) 2018-04-27 15:02:45 +02:00
tests Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
client.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
listener.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
local_transactions.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
mod.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
queue.rs Fix ancient blocks queue deadlock (#8751) 2018-06-05 19:49:46 +02:00
ready.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
scoring.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
verifier.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00