lighthouse/beacon_node/eth2-libp2p
Pawan Dhananjay 23a35c3767 Persist/load DHT on shutdown/startup (#659)
* Store dht enrs on shutdown

* Load enrs on startup and add tests

* Remove enr_entries from behavior

* Move all dht persisting logic to `NetworkService`

* Move `PersistedDht` from eth2-libp2p to network crate

* Add test to confirm dht persistence

* Add logging

* Remove extra call to beacon_chain persist

* Expose only mutable `add_enr` method from behaviour

* Fix tests

* Fix merge errors
2020-01-23 18:16:11 +11:00
..
src Persist/load DHT on shutdown/startup (#659) 2020-01-23 18:16:11 +11:00
tests Fix clippy warnings (#813) 2020-01-21 18:38:56 +11:00
Cargo.toml Discv5 upgrade (#788) 2020-01-10 14:35:07 +11:00