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: peer-store-v10.0.14
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: peer-store-v10.0.15
Choose a head ref
  • 5 commits
  • 60 files changed
  • 3 contributors

Commits on Apr 15, 2024

  1. fix: ensure abort listeners are removed from queue jobs (#2482)

    Fixes a bug where aborted queue jobs were not removing abort signal
    listeners properly.
    
    Also removes the aborted job from the queue immediately to reduce
    size and allow garbage collection sooner.
    achingbrain committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    f45dc5d View commit details
    Browse the repository at this point in the history
  2. ci: bump codecov/codecov-action from 4.2.0 to 4.3.0 (#2483)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.2.0 to 4.3.0.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@7afa10e...8450866)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    7993470 View commit details
    Browse the repository at this point in the history
  3. fix: close MultiaddrConnection once (#2478)

    - It's designed to close MultiaddrConnection once, however in case there are some writable data remaining, socket is not destroyed yet https://github.com/libp2p/js-libp2p/blob/c5003d40207bc3be15645b5af93f8dec1fd5d55b/packages/transport-tcp/src/socket-to-conn.ts#L177 and when there is a called to `close()` again it'll run the function again
    - Instead use a variable to control it like other places
    twoeths committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    08dabd3 View commit details
    Browse the repository at this point in the history
  4. chore: enable electron-main webrtc tests (#1918)

    Runs WebRTC tests on Electron as well as node/browsers.
    achingbrain committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    31c78f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a401fa0 View commit details
    Browse the repository at this point in the history
Loading