lighthouse/beacon_node/eth2-libp2p/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
..
rpc Super/Silky smooth syncs (#816) 2020-01-23 17:30:49 +11:00
behaviour.rs Persist/load DHT on shutdown/startup (#659) 2020-01-23 18:16:11 +11:00
config.rs Correct discovery address CLI functionality (#818) 2020-01-23 17:31:08 +11:00
discovery.rs Persist/load DHT on shutdown/startup (#659) 2020-01-23 18:16:11 +11:00
error.rs Implement basic BeaconChain persistence. 2019-05-27 17:58:15 +10:00
lib.rs Filter gossipsub message duplication (#736) 2019-12-20 16:26:30 +11:00
metrics.rs Fix block processing blowup, upgrade metrics (#500) 2019-08-19 21:02:34 +10:00
service.rs Remove the logic allowing lighthouse to update it's own ENR (#682) 2020-01-03 15:37:05 +11:00
topics.rs Filter gossipsub message duplication (#736) 2019-12-20 16:26:30 +11:00