openethereum/ethcore/src/client
Tomasz Drwięga 24838bbcd3 Don't block sync when importing old blocks (#8530)
* Alter IO queueing.

* Don't require IoMessages to be Clone

* Ancient blocks imported via IoChannel.

* Get rid of private transactions io message.

* Get rid of deadlock and fix disconnected handler.

* Revert to old disconnect condition.

* Fix tests.

* Fix deadlock.
2018-05-09 08:49:34 +02:00
..
ancient_import.rs Don't block sync when importing old blocks (#8530) 2018-05-09 08:49:34 +02:00
chain_notify.rs Keep all enacted blocks notify in order (#8524) 2018-05-07 12:58:25 +02:00
client.rs Don't block sync when importing old blocks (#8530) 2018-05-09 08:49:34 +02:00
config.rs Decouple rocksdb dependency from ethcore (#8320) 2018-04-09 14:21:37 +02:00
error.rs KeyValueDB trait uses errors instead of strings 2017-10-16 12:11:35 +02:00
evm_test_client.rs Additional data in EVMTestClient (#7964) 2018-03-13 12:54:17 +01:00
io_message.rs Don't block sync when importing old blocks (#8530) 2018-05-09 08:49:34 +02:00
mod.rs Don't block sync when importing old blocks (#8530) 2018-05-09 08:49:34 +02:00
private_notify.rs Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
test_client.rs Don't block sync when importing old blocks (#8530) 2018-05-09 08:49:34 +02:00
trace.rs removed dummy wrapper structure - LogGroupPosition (#7922) 2018-02-19 10:52:33 +01:00
traits.rs Don't block sync when importing old blocks (#8530) 2018-05-09 08:49:34 +02:00