openethereum/ethcore/sync/src
David cf6fa63f55
Avoid long state queries when serving GetNodeData requests (#11444)
* Remove dead bootnodes, add new geth bootnodes

* More granular locking when fetching state
Finish GetDataNode requests early if queries take too long

* typo

* Use latest kvdb-rocksdb

* Cleanup

* Update ethcore/sync/src/chain/supplier.rs

Co-Authored-By: Andronik Ordian <write@reusable.software>

* Address review grumbles

* Fix compilation

* Address review grumbles

Co-authored-by: Andronik Ordian <write@reusable.software>
2020-02-04 20:59:16 +01:00
..
chain Avoid long state queries when serving GetNodeData requests (#11444) 2020-02-04 20:59:16 +01:00
light_sync chore: remove unused dependencies (#11432) 2020-02-03 23:26:43 +01:00
res Support millisecond timestamp for instant seal engine (#9469) 2018-09-06 11:38:00 +02:00
tests Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
api.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
block_sync.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
blocks.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
lib.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
private_tx.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
snapshot_sync.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
sync_io.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
transactions_stats.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00