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: tls-v2.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: tls-v2.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 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7cd9845 View commit details
    Browse the repository at this point in the history
  2. chore: remove Roadmap file (#2689)

    * chore: remove Roadmap file, users and contributors can view roadmap in GitHub issues
    p-shahi committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d101aac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c435271 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

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

    - Resolves #2696
    
    ---------
    
    Co-authored-by: achingbrain <alex@achingbrain.net>
    wemeetagain and achingbrain committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1210884 View commit details
    Browse the repository at this point in the history
  2. fix: add public/private key type disambiguators (#2698)

    To give typescript some hints about object types, add `isPrivateKey`
    and `isPublicKey` functions.
    achingbrain committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    18dd3cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62ce7b2 View commit details
    Browse the repository at this point in the history
Loading