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: libp2p/js-libp2p
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.38.0
Choose a base ref
...
head repository: libp2p/js-libp2p
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.39.1
Choose a head ref
  • 11 commits
  • 31 files changed
  • 6 contributors

Commits on Aug 17, 2022

  1. fix!: load self key into keychain on startup if not present (#1357)

    To prevent triggering keychain attack prevention on startup, refactor the `KeyChain` class to load the current PeerId as the `'self'` key on startup.
    
    Fixes #1315
    
    BREAKING CHANGE: the `loadKeychain` method has been removed as it is no longer necessary
    achingbrain authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    1f38ab7 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. docs: update message filtering example (#1362)

    Updates the example to use the new pubsub `addEventListener`-style API along with the README.
    
    Also updates the test to actually test that the relevant messages were received.
    
    Fixes #1288
    achingbrain authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    0e7096d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Configuration menu
    Copy the full SHA
    fc2224a View commit details
    Browse the repository at this point in the history
  2. fix: discovery mechanism examples not working (#1365)

    Co-authored-by: achingbrain <[email protected]>- fixed tests that were passing even though the example isn't working
    - added timeouts to avoid infinite wait
    
    Fixes #1229
    mpetrunic authored Sep 5, 2022
    Configuration menu
    Copy the full SHA
    d281a60 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. docs: re-add talks section (#1368)

    The libp2p <3 ethereum video seems to have been moved to https://archive.devcon.org/archive/watch/2/libp2p-devp2p-ipfs-and-ethereum-networking/
    unfortunately couldn't find the slides and demos previously linked
    tabcat authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    57ef754 View commit details
    Browse the repository at this point in the history
  2. chore: release 0.39.0 (#1359)

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

Commits on Sep 8, 2022

  1. fix: overwrite stream fields after handshake (#1305)

    Instead of creating a new stream objects instead just overwrite the duplex fields with ones from the mss stream.
    achingbrain authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    43b0418 View commit details
    Browse the repository at this point in the history
  2. deps(dev): bump ipfs-http-client from 57.0.3 to 58.0.0 (#1369)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    dd14f82 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. fix: add yamux interop tests (#1290)

    Test stream compatibility with https://www.npmjs.com/package/@chainsafe/libp2p-yamux
    
    Co-authored-by: achingbrain <[email protected]>
    wemeetagain and achingbrain committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    b87632f View commit details
    Browse the repository at this point in the history
  2. fix: report dialer metrics (#1377)

    Converts the dialer to a component so it can access metrics
    achingbrain authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    0218acf View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. chore: release 0.39.1 (#1376)

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