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

deps: update libp2p to 0.45.x #73

Merged
merged 7 commits into from
Jun 7, 2023

Conversation

achingbrain
Copy link
Member

@achingbrain achingbrain commented May 18, 2023

  • Updates all deps to work with the new version
  • Adds a panel that shows the addresses the node is listening on
  • Adds public bootstrap nodes to find other peers as the hard coded bootstrapper wasn't running when I tried

Fixes #71
Fixes #65

- Updates all deps to work with the new version
- Adds a panel that shows the addresses the node is listening on
- Adds public bootstrap nodes to find other peers as the hard coded bootstrapper wasn't running when I tried
@vercel
Copy link

vercel bot commented May 18, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
universal-connectivity ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 7, 2023 1:32am

Copy link
Member

@maschad maschad left a comment

Choose a reason for hiding this comment

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

In testing this I am unable to establish a WebRTCDirect connection with the Rust peer
image

As well as I cannot establish a Browser-to-browser connection via the bootstrap nodes.

packages/frontend/src/pages/index.tsx Outdated Show resolved Hide resolved
@p-shahi
Copy link
Member

p-shahi commented Jun 1, 2023

@maschad can you take over this PR and update it with the new js-libp2p-webrtc version

@maschad
Copy link
Member

maschad commented Jun 2, 2023

@maschad can you take over this PR and update it with the new js-libp2p-webrtc version

No prob @p-shahi

@maschad maschad self-assigned this Jun 2, 2023
DrHongos added a commit to DrHongos/universal-connectivity-reload that referenced this pull request Jun 6, 2023
packages/frontend/src/lib/libp2p.ts Outdated Show resolved Hide resolved
packages/frontend/src/lib/libp2p.ts Outdated Show resolved Hide resolved
maschad and others added 2 commits June 6, 2023 20:31
Co-authored-by: Prithvi Shahi <50885601+p-shahi@users.noreply.github.com>
Co-authored-by: Prithvi Shahi <50885601+p-shahi@users.noreply.github.com>
@maschad maschad merged commit 5eb3513 into libp2p:main Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Upgrade to js-libp2p 0.45.0 Display browser nodes listen addresses in UI
3 participants