mirror of
https://github.com/status-im/libp2p-test-plans.git
synced 2025-01-11 23:34:21 +00:00
feat(interop): add rust-libp2p v0.52 (#206)
See https://github.com/libp2p/rust-libp2p/releases/tag/libp2p-v0.52.0 Co-authored-by: Marco Munizaga <git@marcopolo.io>
This commit is contained in:
parent
3b8e62b74b
commit
81b6e7c370
@ -1,5 +1,5 @@
|
||||
image_name := rust-v0.48
|
||||
commitSha := 7b3047d6d05d599f11f05938d4257e70de66ac12
|
||||
image_name := rust-v0.52
|
||||
commitSha := ce9821154a3bde53e38e72c511acbacb721573ce
|
||||
|
||||
all: image.json
|
||||
|
@ -5,10 +5,10 @@ import gov025 from "./impl/go/v0.25/image.json"
|
||||
import gov024 from "./impl/go/v0.24/image.json"
|
||||
import gov023 from "./impl/go/v0.23/image.json"
|
||||
import gov022 from "./impl/go/v0.22/image.json"
|
||||
import rustv048 from "./impl/rust/v0.48/image.json"
|
||||
import rustv049 from "./impl/rust/v0.49/image.json"
|
||||
import rustv050 from "./impl/rust/v0.50/image.json"
|
||||
import rustv051 from "./impl/rust/v0.51/image.json"
|
||||
import rustv052 from "./impl/rust/v0.52/image.json"
|
||||
import jsV041 from "./impl/js/v0.41/node-image.json"
|
||||
import jsV042 from "./impl/js/v0.42/node-image.json"
|
||||
import jsV044 from "./impl/js/v0.44/node-image.json"
|
||||
@ -33,13 +33,6 @@ export type Version = {
|
||||
}
|
||||
|
||||
export const versions: Array<Version> = [
|
||||
{
|
||||
id: "rust-v0.48.0",
|
||||
containerImageID: rustv048.imageID,
|
||||
transports: ["ws", "tcp"],
|
||||
secureChannels: ["noise"],
|
||||
muxers: ["mplex", "yamux"],
|
||||
},
|
||||
{
|
||||
id: "rust-v0.49.0",
|
||||
containerImageID: rustv049.imageID,
|
||||
@ -61,6 +54,13 @@ export const versions: Array<Version> = [
|
||||
secureChannels: ["tls", "noise"],
|
||||
muxers: ["mplex", "yamux"],
|
||||
},
|
||||
{
|
||||
id: "rust-v0.52.0",
|
||||
containerImageID: rustv052.imageID,
|
||||
transports: ["ws", "tcp", "quic-v1", "webrtc-direct"],
|
||||
secureChannels: ["tls", "noise"],
|
||||
muxers: ["mplex", "yamux"],
|
||||
},
|
||||
{
|
||||
id: "js-v0.41.0",
|
||||
containerImageID: jsV041.imageID,
|
||||
|
Loading…
x
Reference in New Issue
Block a user