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: ping-v2.0.16
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: ping-v2.0.17
Choose a head ref
  • 8 commits
  • 79 files changed
  • 3 contributors

Commits on Feb 4, 2025

  1. fix: send user agent during auto tls (#2932)

    Sends a js-libp2p specific user agent to libp2p.direct while
    configuring the ACME DNS-01 response.
    achingbrain authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    80ddad5 View commit details
    Browse the repository at this point in the history
  2. feat: allow changing repeating task interval and timeout (#2934)

    To allow for changing the frequency and timeout of repeating tasks
    add `setInterval` and `setTimeout` methods to the task.
    
    This lets us repeat a task often to start with, then slow down the
    repetition once a successful result has occured.
    achingbrain authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    d708bb6 View commit details
    Browse the repository at this point in the history
  3. fix: set expires on observed address (#2935)

    Without this we continually re-validate observed addresses which
    causes a lot of unecessary network activity.
    achingbrain authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    d61cbac View commit details
    Browse the repository at this point in the history
  4. chore: bump codecov/codecov-action from 5.1.1 to 5.3.1 (#2922)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.1 to 5.3.1.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@7f8b4b4...13ce06b)
    
    ---
    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>
    Co-authored-by: Alex Potsides <alex@achingbrain.net>
    Co-authored-by: Chad Nehemiah <chad.nehemiah94@gmail.com>
    3 people authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    c1d0b7f View commit details
    Browse the repository at this point in the history
  5. fix: increase initial gateway search interval (#2936)

    During startup, search for gatweways at a more rapid pace, then
    slow down the search once gateways have been discovered.
    achingbrain authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    66c3ec5 View commit details
    Browse the repository at this point in the history
  6. feat: allow specifying UPnP gateways and external address (#2937)

    Some ISP-provided routers are underpowered and require frequent
    reboots before they will respond to SSDP M-SEARCH messages.
    
    To make working with them easier, allow manually specifying
    gateways and external network addresses.
    achingbrain authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    26313e6 View commit details
    Browse the repository at this point in the history
  7. docs: fix syntax of example in auto-tls module (#2938)

    Fixes a small typo
    achingbrain authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    bf0f74d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f049db9 View commit details
    Browse the repository at this point in the history
Loading