Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: libp2p/js-libp2p
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: pnet-v2.0.43
Choose a base ref
...
head repository: libp2p/js-libp2p
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pnet-v2.0.44
Choose a head ref
  • 2 commits
  • 34 files changed
  • 1 contributor

Commits on Jul 3, 2025

  1. fix: do not close relay connection after WebRTC upgrade (#3205)

    We try to open a connection without informing the connection manager,
    but the upgrader emits a `connection:open` event which means the
    connection manager finds out about the connection anyway, so don't
    try to be clever with the connection and instead submit it to the
    same connection management rules as ever other connection.
    achingbrain authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    cfe2be4 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. Configuration menu
    Copy the full SHA
    ef30c28 View commit details
    Browse the repository at this point in the history
Loading