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: v10.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: v10.2.0
Choose a head ref
  • 3 commits
  • 8 files changed
  • 3 contributors

Commits on Nov 21, 2022

  1. dev: bump @libp2p/tcp from 5.0.2 to 6.0.2 (#249)

    Bumps [@libp2p/tcp](https://github.com/libp2p/js-libp2p-tcp) from 5.0.2 to 6.0.2.
    - [Release notes](https://github.com/libp2p/js-libp2p-tcp/releases)
    - [Changelog](https://github.com/libp2p/js-libp2p-tcp/blob/master/CHANGELOG.md)
    - [Commits](libp2p/js-libp2p-tcp@v5.0.2...v6.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: "@libp2p/tcp"
      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>
    dependabot[bot] authored Nov 21, 2022
    Configuration menu
    Copy the full SHA
    9137bf6 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. feat: reuse encrypted data to avoid memory allocation (#242)

    feat: reused ciphertext allocation in decrypt function
    twoeths authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    0b4b7f6 View commit details
    Browse the repository at this point in the history
  2. chore(master): release 10.2.0 (#250)

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