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: v11.0.4
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: v12.0.0
Choose a head ref
  • 6 commits
  • 25 files changed
  • 6 contributors

Commits on Mar 31, 2023

  1. chore: create SECURITY.md (#299)

    Create SECURITY.md
    Theholycityweb authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    de40989 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. fix!: update stream types (#316)

    * deps!: update stream types
    
    libp2p streams are now explicit about the types of sync/sources they provide, showing that they are
    `AsyncGenerator`s and not just `AsyncIterable`s.
    
    Refs: achingbrain/it-stream-types#45
    
    BREAKING CHANGE: the type of the source/sink properties have changed
    
    * fix: interop
    
    Signed-off-by: Marin Petrunic <[email protected]>
    
    ---------
    
    Signed-off-by: Marin Petrunic <[email protected]>
    Co-authored-by: Marin Petrunic <[email protected]>
    achingbrain and mpetrunic authored May 5, 2023
    Configuration menu
    Copy the full SHA
    8426920 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. fix!: update hashing libs to @noble (#323)

    * fix: update hashing libs
    
    Signed-off-by: Marin Petrunic <[email protected]>
    
    * chore: remove @noble/curve package
    
    Signed-off-by: Marin Petrunic <[email protected]>
    
    * fix!: rename stablelib crypto backend into pureJsCrypto
    
    Signed-off-by: Marin Petrunic <[email protected]>
    
    * fix lint
    
    Signed-off-by: Marin Petrunic <[email protected]>
    
    ---------
    
    Signed-off-by: Marin Petrunic <[email protected]>
    mpetrunic authored May 8, 2023
    Configuration menu
    Copy the full SHA
    3732fda View commit details
    Browse the repository at this point in the history
  2. chore: update README.md shields (#326)

    chore:update README.md shields
    mpetrunic authored May 8, 2023
    Configuration menu
    Copy the full SHA
    188a117 View commit details
    Browse the repository at this point in the history
  3. chore: bump aegir from 38.1.8 to 39.0.5 (#328)

    * chore: bump aegir from 38.1.8 to 39.0.5
    
    Bumps [aegir](https://github.com/ipfs/aegir) from 38.1.8 to 39.0.5.
    - [Release notes](https://github.com/ipfs/aegir/releases)
    - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
    - [Commits](ipfs/aegir@v38.1.8...v39.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: aegir
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * fix types
    
    Signed-off-by: Marin Petrunic <[email protected]>
    
    * fix: lint
    
    Signed-off-by: Marin Petrunic <[email protected]>
    
    * fix: depcheck
    
    Signed-off-by: Marin Petrunic <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Marin Petrunic <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Marin Petrunic <[email protected]>
    dependabot[bot] and mpetrunic authored May 8, 2023
    Configuration menu
    Copy the full SHA
    b269527 View commit details
    Browse the repository at this point in the history
  4. chore(master): release 12.0.0 (#327)

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