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

Commits on Aug 16, 2022

  1. chore: add interop tests (#194)

    * chore: add interop tests
    
    * chore: update @libp2p/interop version
    
    * fix depcheck
    
    Co-authored-by: Cayman <[email protected]>
    mpetrunic and wemeetagain authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    78921b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. fix: only increment nonce in valid decrypted msg (#200)

    Only increment nonce in valid decrypted msg
    wemeetagain authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    393c169 View commit details
    Browse the repository at this point in the history
  2. chore: bump libp2p from 0.37.3-f439d9b to 0.38.0 (#201)

    dev: bump libp2p from 0.37.3-f439d9b to 0.38.0
    
    Bumps [libp2p](https://github.com/libp2p/js-libp2p) from 0.37.3-f439d9b to 0.38.0.
    - [Release notes](https://github.com/libp2p/js-libp2p/releases)
    - [Changelog](https://github.com/libp2p/js-libp2p/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/libp2p/js-libp2p/commits/v0.38.0)
    
    ---
    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 Aug 19, 2022
    Configuration menu
    Copy the full SHA
    ff869e7 View commit details
    Browse the repository at this point in the history
  3. chore: bump @libp2p/daemon-client from 2.0.3 to 2.0.4 (#197)

    Bumps [@libp2p/daemon-client](https://github.com/libp2p/js-libp2p-daemon) from 2.0.3 to 2.0.4.
    - [Release notes](https://github.com/libp2p/js-libp2p-daemon/releases)
    - [Commits](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-client-v2.0.3...@libp2p/daemon-client-v2.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: "@libp2p/daemon-client"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    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 Aug 19, 2022
    Configuration menu
    Copy the full SHA
    5a16844 View commit details
    Browse the repository at this point in the history
  4. chore(master): release 8.0.1 (#195)

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