lighthouse/beacon_node/client/src
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
..
builder.rs Fix clippy warnings (#813) 2020-01-21 18:38:56 +11:00
config.rs Improve freezer DB efficiency with periodic restore points (#649) 2019-12-06 14:29:06 +11:00
error.rs Refactor ClientConfig, add serde to it 2019-06-07 19:44:27 -04:00
lib.rs Persist/load DHT on shutdown/startup (#659) 2020-01-23 18:16:11 +11:00
notifier.rs Fix clippy warnings (#813) 2020-01-21 18:38:56 +11:00