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: ea9f556
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: 449b9b4
Choose a head ref
  • 2 commits
  • 26 files changed
  • 3 contributors

Commits on Nov 29, 2023

  1. fix!: yield uint8arraylists instead of concatenating buffers (#391)

    * fix: yield uint8arraylists instead of concatenating buffers
    
    In order to avoid unnecessary buffer copies, update to the new libp2p
    connection encrypter API that lets connection encrypters consume/yield
    lists of buffers instead of requiring them to be concatenated
    before/after encryption/decryption.
    
    * chore: fix tcp version
    
    * feat: use libp2p component logger
    
    Refactors code to use the component logger from libp2p to allow more
    flexible logging patterns.
    
    Nb. adds a `NoiseComponents` interface separate from `NoiseInit` that
    contains the `Metrics` instance - this is consistent with every other
    libp2p module.
    
    Refs: https://github.com/libp2p/js-libp2p/issue/2105
    Refs: libp2p/js-libp2p#2198
    Refs: https://github.com/libp2p/js-libp2p/issue/378
    
    * chore: fix linter errors
    
    ---------
    
    Co-authored-by: Cayman <[email protected]>
    achingbrain and wemeetagain authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    ad25a5e View commit details
    Browse the repository at this point in the history
  2. chore(master): release 14.0.0 (#394)

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