switch to upstream gossipsub (#7057)

We forked `gossipsub` into the lighthouse repo sometime ago so that we could iterate quicker on implementing back pressure and IDONTWANT.
Meanwhile we have pushed all our changes upstream and we are now the main maintainers of `rust-libp2p` this allows us to use upstream `gossipsub` again.
Nonetheless we still use our forked repo to give us freedom to experiment with features before submitting them upstream
This commit is contained in:
João Oliveira
2025-03-11 12:59:16 +00:00
committed by GitHub
parent 1a08e6f0a0
commit f23f984f85
35 changed files with 460 additions and 19074 deletions

View File

@@ -9,7 +9,7 @@ bls = { workspace = true }
eth2 = { workspace = true }
eth2_network_config = { workspace = true }
genesis = { workspace = true }
gossipsub = { workspace = true }
gossipsub = { package = "libp2p-gossipsub", git = "https://github.com/sigp/rust-libp2p.git", tag = "sigp-gossipsub-0.1" }
k256 = "0.13.4"
kzg = { workspace = true }
matches = "0.1.8"