lighthouse/beacon_node
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
..
beacon_chain Super/Silky smooth syncs (#816) 2020-01-23 17:30:49 +11:00
client Persist/load DHT on shutdown/startup (#659) 2020-01-23 18:16:11 +11:00
eth1 Fix clippy warnings (#813) 2020-01-21 18:38:56 +11:00
eth2-libp2p Persist/load DHT on shutdown/startup (#659) 2020-01-23 18:16:11 +11:00
genesis Fix clippy warnings (#813) 2020-01-21 18:38:56 +11:00
network Persist/load DHT on shutdown/startup (#659) 2020-01-23 18:16:11 +11:00
rest_api Fix clippy warnings (#813) 2020-01-21 18:38:56 +11:00
src Correct discovery address CLI functionality (#818) 2020-01-23 17:31:08 +11:00
store Persist/load DHT on shutdown/startup (#659) 2020-01-23 18:16:11 +11:00
tests Prepare for public testnet (#628) 2019-12-03 15:28:57 +11:00
version Apply clippy suggestions 2019-03-19 23:20:39 +11:00
websocket_server Improve beacon node logging (#660) 2019-12-06 18:44:38 +11:00
Cargo.toml Implements a timeout for peer banning (#665) 2019-12-06 14:13:43 +11:00