lighthouse/beacon_node/eth2-libp2p
realbigsean 036096ef61
add retry logic to peer discovery and an expiration time for peers (#1203)
* add retry logic to peer discovery and an expiration time for peers

* Restructure discovery

* Add mac build to CI

* Always return an error for Health when not linux

* Change macos workflow

* Rename macos tests

* Update DiscoverPeers messages to pass Instants. Implement PartialEq for AttServiceMessage

* update discover peer queueing to always check existing messages and extend min_ttl as necessary

* update method name and comment

* Correct merge issues

* Add subnet id check to partialeq, fix discover peer message dups

* fix discover peer message dups

* fix discover peer message dups for real this time

Co-authored-by: Age Manning <Age@AgeManning.com>
Co-authored-by: Paul Hauner <paul@paulhauner.com>
2020-06-05 14:55:03 +10:00
..
src add retry logic to peer discovery and an expiration time for peers (#1203) 2020-06-05 14:55:03 +10:00
tests Super tiny RPC refactor (#1187) 2020-06-05 13:07:59 +10:00
Cargo.toml Improve tokio task execution (#1181) 2020-06-04 21:48:05 +10:00