Gossipsub fanout correction (#5110)

* Correct fanout in gossipsub

* Upgrade discv5 to pin new libp2p version

* Update cargo.lock
This commit is contained in:
Age Manning
2024-01-23 16:38:00 +11:00
committed by GitHub
parent a403138ed0
commit b7c9b27872
3 changed files with 70 additions and 70 deletions

View File

@@ -43,11 +43,11 @@ prometheus-client = "0.22.0"
unused_port = { workspace = true }
delay_map = { workspace = true }
void = "1"
libp2p-mplex = { git = "https://github.com/sigp/rust-libp2p/", rev = "b96b90894faab0a1eed78e1c82c6452138a3538a" }
libp2p-mplex = { git = "https://github.com/sigp/rust-libp2p/", rev = "cfa3275ca17e502799ed56e555b6c0611752e369" }
[dependencies.libp2p]
git = "https://github.com/sigp/rust-libp2p/"
rev = "b96b90894faab0a1eed78e1c82c6452138a3538a"
rev = "cfa3275ca17e502799ed56e555b6c0611752e369"
default-features = false
features = ["identify", "yamux", "noise", "gossipsub", "dns", "tcp", "tokio", "plaintext", "secp256k1", "macros", "ecdsa", "metrics", "quic"]