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-id-v5.0.0
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-id-v5.0.1
Choose a head ref
  • 6 commits
  • 94 files changed
  • 3 contributors

Commits on Sep 11, 2024

  1. fix: remove patches for gossipsub, noise and the daemon modules (#2694)

    These have all been updated so the patches are no longer required.
    achingbrain authored Sep 11, 2024
    Copy the full SHA
    7cd9845 View commit details
  2. chore: remove Roadmap file (#2689)

    * chore: remove Roadmap file, users and contributors can view roadmap in GitHub issues
    p-shahi authored Sep 11, 2024
    Copy the full SHA
    d101aac View commit details
  3. chore: release main (#2695)

    achingbrain authored Sep 11, 2024
    Copy the full SHA
    c435271 View commit details

Commits on Sep 12, 2024

  1. fix: correct secp256k1 key length detection in publicKeyFromRaw (#2697)

    - Resolves #2696
    
    ---------
    
    Co-authored-by: achingbrain <[email protected]>
    wemeetagain and achingbrain authored Sep 12, 2024
    Copy the full SHA
    1210884 View commit details
  2. fix: add public/private key type disambiguators (#2698)

    To give typescript some hints about object types, add `isPrivateKey`
    and `isPublicKey` functions.
    achingbrain authored Sep 12, 2024
    Copy the full SHA
    18dd3cb View commit details
  3. chore: release main (#2699)

    achingbrain authored Sep 12, 2024
    Copy the full SHA
    62ce7b2 View commit details
Loading