Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add js-libp2p@v1.3.0 to transport-interop #359

Merged
merged 12 commits into from
May 23, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 26, 2024

This PR adds js-libp2p@v1.3.0 to transport-interop

Closes #364

Copy link
Member

@SgtPooki SgtPooki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me but I would ensure @achingbrain has a look

@@ -0,0 +1,11 @@
# Here because we want to fetch the node_modules within docker so that it's
# installed on the same platform the test is run. Otherwise tools like `esbuild` will fail to run
FROM node:18.17.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use LTS here:

Suggested change
FROM node:18.17.1
FROM node:20.12.1

Copy link
Member

@achingbrain achingbrain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@MarcoPolo
Copy link
Contributor

I'm pretty sure I've fixed this by patching the js-libp2p tests to use the ipv4 loopback address instead of "localhost". See #365 (comment).

@MarcoPolo MarcoPolo merged commit f25059f into master May 23, 2024
2 checks passed
@MarcoPolo MarcoPolo deleted the add/transport-interop/js-libp2p branch May 23, 2024 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

js-libp2p tests failing in interop
4 participants