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: v7.0.3
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.0
Choose a head ref
  • 6 commits
  • 16 files changed
  • 7 contributors

Commits on Aug 7, 2022

  1. chore: fix tests (#184)

    The latest crypto release removed the ability to generate random
    data larger than 64kb so use iso-random-stream directly instead.
    achingbrain authored Aug 7, 2022
    Configuration menu
    Copy the full SHA
    c2e6b64 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. feat!: remove default instance (#188)

    * refactor: remove default instance
    
    * docs: update example to remove default instance usage
    Alan Shaw authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    1358409 View commit details
    Browse the repository at this point in the history
  2. chore!: remove noise pipes option (#177)

    * Remove un-used handshakes
    
    * Remove IK class
    
    * lint
    
    * Remove Keycache
    
    * chore: remove unsused dep
    
    Co-authored-by: Marin Petrunic <[email protected]>
    dapplion and mpetrunic authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    a43cba9 View commit details
    Browse the repository at this point in the history
  3. fix: Allow the caller to set the prologue (#181) (#182)

    * fix: Allow the caller to set the prologue (#181)
    
    * The easier PR comments.
    
    * Add a test.
    
    * refix formatting
    John-LittleBearLabs authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    15f7a6e View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. chore!: update protons and connection encryption interface (#193)

    * chore: update protons and connection encryption interface
    
    * address PR comments
    mpetrunic authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    9d5a07f View commit details
    Browse the repository at this point in the history
  2. chore(master): release 8.0.0 (#185)

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