Discovery update (#1349)

* Improve logging

* Discovery update
This commit is contained in:
Age Manning
2020-07-11 12:35:59 +10:00
committed by GitHub
parent 9ae218bfac
commit e6a8635b38
6 changed files with 105 additions and 95 deletions

View File

@@ -32,7 +32,7 @@ snap = "1.0.0"
void = "1.0.2"
tokio-io-timeout = "0.4.0"
tokio-util = { version = "0.3.1", features = ["codec", "compat"] }
discv5 = { version = "0.1.0-alpha.5", features = ["libp2p"] }
discv5 = { version = "0.1.0-alpha.6", features = ["libp2p"] }
tiny-keccak = "2.0.2"
environment = { path = "../../lighthouse/environment" }