openethereum/ethcore/sync/src
Nicolas Gotchac 753fd4bda3 Improve P2P discovery (#9526)
* Add `target` to Rust traces

* network-devp2p: Don't remove discovery peer in main sync

* network-p2p: Refresh discovery more often

* Update Peer discovery protocol

* Run discovery more often when not enough nodes connected

* Start the first discovery early

* Update fast discovery rate

* Fix tests

* Fix `ping` tests

* Fixing remote Node address ; adding PingPong round

* Fix tests: update new +1 PingPong round

* Increase slow Discovery rate
Check in flight FindNode before pings

* Add `deprecated` to deprecated_echo_hash

* Refactor `discovery_round` branching
2018-09-14 22:18:03 +02:00
..
chain Improve P2P discovery (#9526) 2018-09-14 22:18:03 +02:00
light_sync light: give free credits for reserved peers (#9448) 2018-09-10 19:45:49 +08:00
res Support millisecond timestamp for instant seal engine (#9469) 2018-09-06 11:38:00 +02:00
tests Private packets verification and queue refactoring (#8715) 2018-08-29 20:31:04 +08:00
api.rs Light clippy(fy) (#9473) 2018-09-06 15:44:40 +02:00
block_sync.rs Remove unused BlockStatus::Pending (#9447) 2018-08-31 12:13:01 +01:00
blocks.rs block view! removal in progress (#9397) 2018-08-24 10:53:31 +01:00
lib.rs block view! removal in progress (#9397) 2018-08-24 10:53:31 +01:00
private_tx.rs Private packets verification and queue refactoring (#8715) 2018-08-29 20:31:04 +08:00
snapshot.rs Don't fetch snapshot chunks at random (#9088) 2018-07-11 13:04:31 +02:00
sync_io.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
transactions_stats.rs Move ethereum-specific H256FastMap type to own crate (#9307) 2018-08-09 09:51:48 +02:00