From 4bdace466782b25a2f492c386a7a7af0610905fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 15:54:17 +0000 Subject: [PATCH 1/5] chore: update the link to the interop dashboard [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7db00dbe4..4c43340aa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Interoperability/end to end test-plans & performance benchmarking for libp2p -[![Interop Dashboard](https://github.com/libp2p/test-plans/workflows/libp2p%20transport%20interop%20test/badge.svg?branch=master)](https://github.com/libp2p/test-plans/actions/runs/24059437449/attempts/1#summary-70174001405) +[![Interop Dashboard](https://github.com/rlve/test-plans/workflows/libp2p%20transport%20interop%20test/badge.svg?branch=master)](https://github.com/rlve/test-plans/actions/runs/24787308432/attempts/1#summary-72538371243) [![Made by Protocol Labs](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://protocol.ai) From 9b6db612ea0ba5539c6c14f882a57ff13455fce0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 15:57:23 +0000 Subject: [PATCH 2/5] chore: update the link to the interop dashboard [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c43340aa..8b433f85e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Interoperability/end to end test-plans & performance benchmarking for libp2p -[![Interop Dashboard](https://github.com/rlve/test-plans/workflows/libp2p%20transport%20interop%20test/badge.svg?branch=master)](https://github.com/rlve/test-plans/actions/runs/24787308432/attempts/1#summary-72538371243) +[![Interop Dashboard](https://github.com/rlve/test-plans/workflows/libp2p%20transport%20interop%20test/badge.svg?branch=master)](https://github.com/rlve/test-plans/actions/runs/24787221085/attempts/1#summary-72538932832) [![Made by Protocol Labs](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://protocol.ai) From e09c6073ab30611f13e386f424ea6772651bba54 Mon Sep 17 00:00:00 2001 From: Radoslaw Kaminski Date: Mon, 1 Jun 2026 11:57:25 +0100 Subject: [PATCH 3/5] update commit --- gossipsub-interop/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gossipsub-interop/Makefile b/gossipsub-interop/Makefile index 90a60bf7b..ccb1b9dab 100644 --- a/gossipsub-interop/Makefile +++ b/gossipsub-interop/Makefile @@ -1,7 +1,7 @@ # Default target all: binaries -NIM_LIBP2P_COMMIT = 22ab0402cd86f88fba0103f7946311d93e2566cd +NIM_LIBP2P_COMMIT = 072961b767457d6a1b2680a45bc9123ee5a336f8 nim-libp2p/gossipsub-bin: @echo "Building nim-libp2p from commit: $(NIM_LIBP2P_COMMIT)" # Clone nim-libp2p (if not already present) and build gossipsub binary From 7c036477a8908870c3eb260e86fe3049f76a2c36 Mon Sep 17 00:00:00 2001 From: Radoslaw Kaminski Date: Wed, 3 Jun 2026 12:18:21 +0100 Subject: [PATCH 4/5] update commit --- gossipsub-interop/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gossipsub-interop/Makefile b/gossipsub-interop/Makefile index ccb1b9dab..6e0c3f93a 100644 --- a/gossipsub-interop/Makefile +++ b/gossipsub-interop/Makefile @@ -1,7 +1,7 @@ # Default target all: binaries -NIM_LIBP2P_COMMIT = 072961b767457d6a1b2680a45bc9123ee5a336f8 +NIM_LIBP2P_COMMIT = 563aaafc061816f6b58fac77823dfa68f727b217 nim-libp2p/gossipsub-bin: @echo "Building nim-libp2p from commit: $(NIM_LIBP2P_COMMIT)" # Clone nim-libp2p (if not already present) and build gossipsub binary From b3988ba687e950a356f2680d5fd5b7eaeaf1b1af Mon Sep 17 00:00:00 2001 From: Radoslaw Kaminski Date: Wed, 3 Jun 2026 14:45:08 +0100 Subject: [PATCH 5/5] update commit --- gossipsub-interop/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gossipsub-interop/Makefile b/gossipsub-interop/Makefile index 6e0c3f93a..9a7f9f0dd 100644 --- a/gossipsub-interop/Makefile +++ b/gossipsub-interop/Makefile @@ -1,7 +1,7 @@ # Default target all: binaries -NIM_LIBP2P_COMMIT = 563aaafc061816f6b58fac77823dfa68f727b217 +NIM_LIBP2P_COMMIT = 6dd17d86f37c0460cc537a93da73358fad77517d nim-libp2p/gossipsub-bin: @echo "Building nim-libp2p from commit: $(NIM_LIBP2P_COMMIT)" # Clone nim-libp2p (if not already present) and build gossipsub binary