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: v8.0.1
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: v8.0.2
Choose a head ref
  • 5 commits
  • 5 files changed
  • 4 contributors

Commits on Sep 12, 2022

  1. chore: bump libp2p from 0.38.0 to 0.39.1 (#208)

    dev: bump libp2p from 0.38.0 to 0.39.1
    
    Bumps [libp2p](https://github.com/libp2p/js-libp2p) from 0.38.0 to 0.39.1.
    - [Release notes](https://github.com/libp2p/js-libp2p/releases)
    - [Changelog](https://github.com/libp2p/js-libp2p/blob/master/CHANGELOG.md)
    - [Commits](libp2p/js-libp2p@v0.38.0...v0.39.1)
    
    ---
    updated-dependencies:
    - dependency-name: libp2p
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    fef1af2 View commit details
    Browse the repository at this point in the history
  2. dev: bump @libp2p/daemon-server from 2.0.4 to 3.0.0 (#207)

    Bumps [@libp2p/daemon-server](https://github.com/libp2p/js-libp2p-daemon) from 2.0.4 to 3.0.0.
    - [Release notes](https://github.com/libp2p/js-libp2p-daemon/releases)
    - [Commits](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-server-v2.0.4...@libp2p/daemon-server-v3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@libp2p/daemon-server"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Marin Petrunić <[email protected]>
    dependabot[bot] and mpetrunic authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    f3eb360 View commit details
    Browse the repository at this point in the history
  3. fix: readme docs

    resolves #203
    mpetrunic authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    77a95fd View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. fix: update to new interfaces (#218)

    libp2p/js-libp2p-interfaces#294 made the outbound
    peer id optional in the connection encrypter interface so apply that
    change to the noise codebase.
    achingbrain authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    2a04b51 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. chore(master): release 8.0.2 (#209)

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