Update discv5 and remove discovery retries (#1373)

This commit is contained in:
Age Manning
2020-07-21 14:19:55 +10:00
committed by GitHub
parent 1c90c816b7
commit 0620f54f2f
4 changed files with 7 additions and 7 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.6", features = ["libp2p"] }
discv5 = { version = "0.1.0-alpha.7", features = ["libp2p"] }
tiny-keccak = "2.0.2"
environment = { path = "../../lighthouse/environment" }