Skip to content

Commit

Permalink
Revert "Add js-libp2p v0.45.0 (#187)" (#188)
Browse files Browse the repository at this point in the history
This reverts commit e9f4962.
  • Loading branch information
MarcoPolo authored Jun 2, 2023
1 parent bd3d138 commit 22f37a0
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 87 deletions.
3 changes: 0 additions & 3 deletions multidim-interop/impl/js/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
*image.json
js-libp2p-*.zip
js-libp2p-*
js-libp2p-*/*
18 changes: 0 additions & 18 deletions multidim-interop/impl/js/v0.45/BrowserDockerfile

This file was deleted.

11 changes: 0 additions & 11 deletions multidim-interop/impl/js/v0.45/Dockerfile

This file was deleted.

30 changes: 0 additions & 30 deletions multidim-interop/impl/js/v0.45/Makefile

This file was deleted.

25 changes: 0 additions & 25 deletions multidim-interop/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@ import rustv051 from "./impl/rust/v0.51/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"
import jsV045 from "./impl/js/v0.45/image.json"
import nimv10 from "./impl/nim/v1.0/image.json"
import chromiumJsV041 from "./impl/js/v0.41/chromium-image.json"
import chromiumJsV042 from "./impl/js/v0.42/chromium-image.json"
import chromiumJsV044 from "./impl/js/v0.44/chromium-image.json"
import chromiumJsV045 from "./impl/js/v0.45/chromium-image.json"
import firefoxJsV045 from "./impl/js/v0.45/firefox-image.json"
import zigv001 from "./impl/zig/v0.0.1/image.json"

export type Version = {
Expand Down Expand Up @@ -80,13 +77,6 @@ export const versions: Array<Version> = [
secureChannels: ["noise"],
muxers: ["mplex", "yamux"],
},
{
id: "js-v0.45.0",
containerImageID: jsV045.imageID,
transports: ["tcp", "ws", { name: "wss", onlyDial: true }],
secureChannels: ["noise"],
muxers: ["mplex", "yamux"],
},
{
id: "chromium-js-v0.41.0",
containerImageID: chromiumJsV041.imageID,
Expand All @@ -108,21 +98,6 @@ export const versions: Array<Version> = [
secureChannels: ["noise"],
muxers: ["mplex", "yamux"],
},
// TODO enable webrtc direct for v0.45
{
id: "chromium-js-v0.45.0",
containerImageID: chromiumJsV045.imageID,
transports: [{ name: "webtransport", onlyDial: true }, { name: "wss", onlyDial: true }],
secureChannels: ["noise"],
muxers: ["mplex", "yamux"],
},
{
id: "firefox-js-v0.45.0",
containerImageID: firefoxJsV045.imageID,
transports: [{ name: "wss", onlyDial: true }],
secureChannels: ["noise"],
muxers: ["mplex", "yamux"],
},
{
id: "go-v0.27.1",
containerImageID: gov027.imageID,
Expand Down

0 comments on commit 22f37a0

Please sign in to comment.