-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathimpls.yaml
More file actions
361 lines (327 loc) · 10.3 KB
/
impls.yaml
File metadata and controls
361 lines (327 loc) · 10.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
# Transport Interop - Implementation Definitions
# This file defines all libp2p implementations to test for transport interoperability
# Test Aliases - Define reusable patterns for test selection
# Usage: --test-select "~browsers" or --test-ignore "!~browsers"
test-aliases:
- alias: "browsers"
value: "chromium-rust-v0.53|chromium-rust-v0.54|chromium-js-v1.x|chromium-js-v2.x|firefox-js-v1.x|firefox-js-v2.x|webkit-js-v1.x|webkit-js-v2.x"
- alias: "rust-browsers"
value: "chromium-rust-v0.53|chromium-rust-v0.54"
- alias: "js-browsers"
value: "chromium-js-v1.x|chromium-js-v2.x|firefox-js-v1.x|firefox-js-v2.x|webkit-js-v1.x|webkit-js-v2.x"
- alias: "rust"
value: "rust-v0.53|rust-v0.54|rust-v0.55|rust-v0.56"
- alias: "go"
value: "go-v0.38|go-v0.39|go-v0.40|go-v0.41|go-v0.42|go-v0.43|go-v0.44|go-v0.45"
- alias: "python"
value: "python-v0.4"
- alias: "js"
value: "js-v1.x|js-v2.x|js-v3.x"
- alias: "nim"
value: "nim-v1.14"
- alias: "jvm"
value: "jvm-v1.2"
- alias: "c"
value: "c-v0.0.1"
- alias: "dotnet"
value: "dotnet-v1.0"
- alias: "zig"
value: "zig-v0.0.1"
- alias: "eth-p2p"
value: "eth-p2p-z-v0.0.1"
- alias: "failing"
value: ""
implementations:
# Rust implementations
- id: rust-v0.53
source:
type: github
repo: libp2p/rust-libp2p
commit: b7914e407da34c99fb76dcc300b3d44b9af97fac
dockerfile: interop-tests/Dockerfile.native
transports: [ws, tcp, quic-v1, webrtc-direct]
secureChannels: [tls, noise]
muxers: [mplex, yamux]
- id: rust-v0.54
source:
type: github
repo: libp2p/rust-libp2p
commit: d7beb55f672dce54017fa4b30f67ecb8d66b9810
dockerfile: interop-tests/Dockerfile.native
transports: [ws, tcp, quic-v1, webrtc-direct]
secureChannels: [tls, noise]
muxers: [mplex, yamux]
- id: rust-v0.55
source:
type: github
repo: libp2p/rust-libp2p
commit: 9698607c72ea7b8f5e661963ab0e24384aef1e4e
dockerfile: interop-tests/Dockerfile.native
transports: [ws, tcp, quic-v1, webrtc-direct]
secureChannels: [tls, noise]
muxers: [mplex, yamux]
- id: rust-v0.56
source:
type: github
repo: libp2p/rust-libp2p
commit: 70082df7e6181722630eabc5de5373733aac9a21
dockerfile: interop-tests/Dockerfile.native
transports: [ws, tcp, quic-v1, webrtc-direct]
secureChannels: [tls, noise]
muxers: [mplex, yamux]
# Go implementations (commit SHAs from git tags)
- id: go-v0.38
source:
type: github
repo: libp2p/go-libp2p
commit: 7ce9c5024bc4c91fa7a3420e9a542435b9af6831 # v0.38.1
dockerfile: test-plans/PingDockerfile
transports: [tcp, ws, wss, quic-v1, webtransport, webrtc-direct]
secureChannels: [tls, noise]
muxers: [yamux]
- id: go-v0.39
source:
type: github
repo: libp2p/go-libp2p
commit: f38ab369bd8452a3df73ac6add0e02dd3f31fce3 # v0.39.0
dockerfile: test-plans/PingDockerfile
transports: [tcp, ws, wss, quic-v1, webtransport, webrtc-direct]
secureChannels: [tls, noise]
muxers: [yamux]
- id: go-v0.40
source:
type: github
repo: libp2p/go-libp2p
commit: ce335621f2966a54001161ec313dbfda7a1296fe # v0.40.0
dockerfile: test-plans/PingDockerfile
transports: [tcp, ws, wss, quic-v1, webtransport, webrtc-direct]
secureChannels: [tls, noise]
muxers: [yamux]
- id: go-v0.41
source:
type: github
repo: libp2p/go-libp2p
commit: 578af0c651a61549cc51a08c70f611c8977ae75e # v0.41.0
dockerfile: test-plans/PingDockerfile
transports: [tcp, ws, wss, quic-v1, webtransport, webrtc-direct]
secureChannels: [tls, noise]
muxers: [yamux]
- id: go-v0.42
source:
type: github
repo: libp2p/go-libp2p
commit: 000582cf2c5864b406122d9cff46dd3b8b04abe3 # v0.42.0
dockerfile: test-plans/PingDockerfile
transports: [tcp, ws, wss, quic-v1, webtransport, webrtc-direct]
secureChannels: [tls, noise]
muxers: [yamux]
- id: go-v0.43
source:
type: github
repo: libp2p/go-libp2p
commit: b75e678e64557ced9e02130b7253610c2a09447a # v0.43.0
dockerfile: test-plans/PingDockerfile
transports: [tcp, ws, wss, quic-v1, webtransport, webrtc-direct]
secureChannels: [tls, noise]
muxers: [yamux]
- id: go-v0.44
source:
type: github
repo: libp2p/go-libp2p
commit: bc0a6d52f507f378b7e6e66979b5cbd82c239bef # v0.44.0
dockerfile: test-plans/PingDockerfile
transports: [tcp, ws, wss, quic-v1, webtransport, webrtc-direct]
secureChannels: [tls, noise]
muxers: [yamux]
- id: go-v0.45
source:
type: github
repo: libp2p/go-libp2p
commit: d0ecbf99a977f95428c72ec436b96ba17bbcfea0 # v0.45.0
dockerfile: test-plans/PingDockerfile
transports: [tcp, ws, wss, quic-v1, webtransport, webrtc-direct]
secureChannels: [tls, noise]
muxers: [yamux]
# Python implementation
- id: python-v0.4
source:
type: github
repo: sumanjeet0012/py-libp2p
commit: e79b6e9f2d7adf6cd1d089e6696d39f43af12c6f
dockerfile: interop/transport/Dockerfile
transports: [tcp, ws, wss, quic-v1, webrtc-direct]
secureChannels: [noise]
muxers: [mplex, yamux]
# JavaScript implementations (Node.js)
- id: js-v1.x
source:
type: local
path: impls/js/v1.x
dockerfile: Dockerfile
transports: [tcp, ws, wss]
secureChannels: [noise]
muxers: [mplex, yamux]
dialOnly: [wss]
- id: js-v2.x
source:
type: local
path: impls/js/v2.x
dockerfile: Dockerfile
transports: [tcp, ws, wss]
secureChannels: [noise]
muxers: [mplex, yamux]
dialOnly: [wss]
- id: js-v3.x
source:
type: local
path: impls/js/v3.x
dockerfile: Dockerfile
transports: [tcp, ws, wss]
secureChannels: [noise]
muxers: [mplex, yamux]
dialOnly: [wss]
# Nim implementation
- id: nim-v1.14
source:
type: github
repo: status-im/nim-libp2p
commit: 0309685cd27d4bf763c8b3be86a76c33bcfe67ea
dockerfile: interop/transport/Dockerfile
transports: [tcp, ws]
secureChannels: [noise]
muxers: [mplex, yamux]
# JVM implementation
- id: jvm-v1.2
source:
type: github
repo: libp2p/jvm-libp2p
commit: 737456de5d96db030aa04c8527585af1a510898f
dockerfile: Dockerfile
transports: [tcp, ws, quic-v1]
secureChannels: [tls, noise]
muxers: [mplex, yamux]
# C implementation
- id: c-v0.0.1
source:
type: github
repo: Pier-Two/c-libp2p
commit: 23a617223a3bbfb4b2af8f219f389e440b9c1ac2
dockerfile: interop-tests/transport/Dockerfile
requiresSubmodules: true # Needs git submodules
complexBuild: true # Has many external dependencies
transports: [tcp, quic-v1]
secureChannels: [noise]
muxers: [mplex, yamux]
# .NET implementation
- id: dotnet-v1.0
source:
type: github
repo: NethermindEth/dotnet-libp2p
commit: 91be8757237dba57b1f1688799c4fec808060fdb
dockerfile: src/samples/transport-interop/Dockerfile
transports: [tcp]
secureChannels: [noise]
muxers: [yamux]
# Zig implementation
- id: zig-v0.0.1
source:
type: github
repo: marcopolo/zig-libp2p
commit: d4a679ee48acae25b5c55c91918f89dec1b78e85
dockerfile: interop/Dockerfile
transports: [quic-v1]
secureChannels: []
muxers: []
# Ethereum P2P implementation (Zig-based)
- id: eth-p2p-z-v0.0.1
source:
type: github
repo: zen-eth/eth-p2p-z
commit: a517a15d7845698c56c37e9135d45eb437660845
dockerfile: interop/transport/Dockerfile
transports: [quic-v1]
secureChannels: []
muxers: []
# Browser implementations (require local build)
# Note: Browser images are built from js implementations
- id: chromium-js-v1.x
source:
type: browser
baseImage: js-v1.x
browser: chromium
dockerfile: impls/js/v1.x/BrowserDockerfile
transports: [webtransport, wss, webrtc-direct, webrtc]
secureChannels: [noise]
muxers: [mplex, yamux]
dialOnly: [webtransport, wss, webrtc-direct]
- id: chromium-js-v2.x
source:
type: browser
baseImage: js-v2.x
browser: chromium
dockerfile: impls/js/v2.x/BrowserDockerfile
transports: [webtransport, wss, webrtc-direct, webrtc]
secureChannels: [noise]
muxers: [mplex, yamux]
dialOnly: [webtransport, wss, webrtc-direct]
- id: firefox-js-v1.x
source:
type: browser
baseImage: js-v1.x
browser: firefox
dockerfile: impls/js/v1.x/BrowserDockerfile
transports: [webtransport, wss, webrtc-direct, webrtc]
secureChannels: [noise]
muxers: [mplex, yamux]
dialOnly: [webtransport, wss, webrtc-direct]
- id: firefox-js-v2.x
source:
type: browser
baseImage: js-v2.x
browser: firefox
dockerfile: impls/js/v2.x/BrowserDockerfile
transports: [webtransport, wss, webrtc-direct, webrtc]
secureChannels: [noise]
muxers: [mplex, yamux]
dialOnly: [webtransport, wss, webrtc-direct]
- id: webkit-js-v1.x
source:
type: browser
baseImage: js-v1.x
browser: webkit
dockerfile: impls/js/v1.x/BrowserDockerfile
transports: [wss, webrtc-direct, webrtc]
secureChannels: [noise]
muxers: [mplex, yamux]
dialOnly: [wss, webrtc-direct]
- id: webkit-js-v2.x
source:
type: browser
baseImage: js-v2.x
browser: webkit
dockerfile: impls/js/v2.x/BrowserDockerfile
transports: [wss, webrtc-direct, webrtc]
secureChannels: [noise]
muxers: [mplex, yamux]
dialOnly: [wss, webrtc-direct]
# Rust browser implementations
- id: chromium-rust-v0.53
source:
type: github
repo: libp2p/rust-libp2p
commit: b7914e407da34c99fb76dcc300b3d44b9af97fac
dockerfile: interop-tests/Dockerfile.chromium
transports: [webtransport, webrtc-direct, ws]
secureChannels: [noise]
muxers: [mplex, yamux]
dialOnly: [webtransport, webrtc-direct, ws]
- id: chromium-rust-v0.54
source:
type: github
repo: libp2p/rust-libp2p
commit: d7beb55f672dce54017fa4b30f67ecb8d66b9810
dockerfile: interop-tests/Dockerfile.chromium
transports: [webtransport, webrtc-direct, ws]
secureChannels: [noise]
muxers: [mplex, yamux]
dialOnly: [webtransport, webrtc-direct, ws]