mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 04:54:05 -05:00
Bump github.com/libp2p/go-libp2p from 0.27.5 to 0.27.8 (#12709)
* Bump github.com/libp2p/go-libp2p from 0.27.5 to 0.27.8 Bumps [github.com/libp2p/go-libp2p](https://github.com/libp2p/go-libp2p) from 0.27.5 to 0.27.8. - [Release notes](https://github.com/libp2p/go-libp2p/releases) - [Changelog](https://github.com/libp2p/go-libp2p/blob/master/CHANGELOG.md) - [Commits](https://github.com/libp2p/go-libp2p/compare/v0.27.5...v0.27.8) --- updated-dependencies: - dependency-name: github.com/libp2p/go-libp2p dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * gazelle and remove libp2p patch. The patch is merged upstream as of this version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Preston Van Loon <pvanloon@offchainlabs.com>
This commit is contained in:
11
third_party/com_github_libp2p_go_libp2p.patch
vendored
11
third_party/com_github_libp2p_go_libp2p.patch
vendored
@@ -1,11 +0,0 @@
|
||||
diff --git a/p2p/net/swarm/swarm_conn.go b/p2p/net/swarm/swarm_conn.go
|
||||
index 0e79da1b..e770381a 100644
|
||||
--- a/p2p/net/swarm/swarm_conn.go
|
||||
+++ b/p2p/net/swarm/swarm_conn.go
|
||||
@@ -130,6 +130,7 @@ func (c *Conn) start() {
|
||||
|
||||
// We only get an error here when the swarm is closed or closing.
|
||||
if err != nil {
|
||||
+ scope.Done()
|
||||
return
|
||||
}
|
||||
Reference in New Issue
Block a user