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: ChainSafe/js-libp2p-noise
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v14.1.0
Choose a base ref
...
head repository: ChainSafe/js-libp2p-noise
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v15.0.0
Choose a head ref
  • 5 commits
  • 30 files changed
  • 4 contributors

Commits on Jan 15, 2024

  1. chore: bump @libp2p/peer-id-factory from 3.0.11 to 4.0.4 (#415)

    Bumps [@libp2p/peer-id-factory](https://github.com/libp2p/js-libp2p) from 3.0.11 to 4.0.4.
    - [Release notes](https://github.com/libp2p/js-libp2p/releases)
    - [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json)
    - [Commits](libp2p/js-libp2p@perf-v3.0.11...utils-v4.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: "@libp2p/peer-id-factory"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    e4cfd34 View commit details
    Browse the repository at this point in the history
  2. fix: bump @libp2p/crypto from 3.0.4 to 4.0.0 (#414)

    Bumps [@libp2p/crypto](https://github.com/libp2p/js-libp2p) from 3.0.4 to 4.0.0.
    - [Release notes](https://github.com/libp2p/js-libp2p/releases)
    - [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json)
    - [Commits](libp2p/js-libp2p@perf-v3.0.4...utils-v4.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@libp2p/crypto"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    0ffa85f View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. feat!: refactor codebase (#407)

    * chore: cleanup comments
    
    * fix: simplify uint16 encode/decode
    
    * fix: fix node crypto
    
    * chore: consolidate types
    
    * fix: avoid reallocations of empty key
    
    * fix: simplify XX initialization
    
    * chore: add more comments to types
    
    * fix: remove unused psk state variable
    
    * feat: refactor the codebase
    wemeetagain authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    9ebbfc5 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. chore: bump aegir from 41.3.5 to 42.2.0 (#417)

    * chore: bump aegir from 41.3.5 to 42.2.0
    
    Bumps [aegir](https://github.com/ipfs/aegir) from 41.3.5 to 42.2.0.
    - [Release notes](https://github.com/ipfs/aegir/releases)
    - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
    - [Commits](ipfs/aegir@v41.3.5...v42.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: aegir
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * chore: update imports and deps
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alex Potsides <[email protected]>
    dependabot[bot] and achingbrain authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    a965c44 View commit details
    Browse the repository at this point in the history
  2. chore(master): release 15.0.0 (#416)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    d3bc865 View commit details
    Browse the repository at this point in the history
Loading