Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix!: yield uint8arraylists instead of concatenating buffers #391

Merged
merged 5 commits into from
Nov 29, 2023

Commits on Nov 25, 2023

  1. 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.
    achingbrain committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    14c7a9a View commit details
    Browse the repository at this point in the history
  2. chore: fix tcp version

    achingbrain committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    e4796ed View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. 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
    achingbrain committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    bc7c158 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7c5a23 View commit details
    Browse the repository at this point in the history
  3. chore: fix linter errors

    wemeetagain committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    9d1503d View commit details
    Browse the repository at this point in the history