Update libp2p and gossipsub (#1324)

* Update libp2p and gossipsub

* Remove gossipsub lru cache
This commit is contained in:
Age Manning
2020-07-06 20:34:40 +10:00
committed by GitHub
parent f631155304
commit 5977c00edb
4 changed files with 63 additions and 76 deletions

View File

@@ -39,7 +39,7 @@ environment = { path = "../../lighthouse/environment" }
[dependencies.libp2p]
#version = "0.19.1"
git = "https://github.com/sigp/rust-libp2p"
rev = "a6232506278b9e686248f8d04b79400861b143c2"
rev = "95e27446ca4371e41fc0035b187f60daa19b4b86"
default-features = false
features = ["websocket", "identify", "mplex", "yamux", "noise", "gossipsub", "dns", "secio", "tcp-tokio"]