Skip to content

Commit 0440c4b

Browse files
authored
Merge branch 'master' into dhuseby/feature/linux-macos-wsl-support
2 parents 94a1e30 + 2d2165b commit 0440c4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

transport/images.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ test-aliases:
3232
value: "zig-v0.0.1"
3333
- alias: "eth-p2p"
3434
value: "eth-p2p-z-v0.0.1"
35-
- alias: "failing" # everything except rust-v0.56 and js implementations as of 22 Jan 2026
36-
value: "~browsers|~go|~python|~nim|~jvm|~c|~dotnet|~zig|~eth-p2p|rust-v0.53|rust-v0.54|rust-v0.55"
35+
- alias: "failing" # everything except rust-v0.56 and js and python-v0.x implementations as of 25 Jan 2026
36+
value: "~browsers|~go|~nim|~jvm|~c|~dotnet|~zig|~eth-p2p|rust-v0.53|rust-v0.54|rust-v0.55"
3737

3838
implementations:
3939
# Rust implementations
@@ -165,10 +165,10 @@ implementations:
165165
source:
166166
type: github
167167
repo: libp2p/py-libp2p
168-
commit: cd3ae48b35ef140622b275ea8ac2ad00a64db68c
168+
commit: 22ea173ac0359a386275bdf6b846bc52a0082e91
169169
dockerfile: interop/transport/Dockerfile
170170
transports: [tcp, ws, wss, quic-v1]
171-
secureChannels: [noise]
171+
secureChannels: [tls, noise]
172172
muxers: [mplex, yamux]
173173

174174
# JavaScript implementations (Node.js)

0 commit comments

Comments
 (0)