-
Notifications
You must be signed in to change notification settings - Fork 487
Comparing changes
Open a pull request
base repository: libp2p/js-libp2p
base: v0.38.0
head repository: libp2p/js-libp2p
compare: v0.39.1
- 11 commits
- 31 files changed
- 6 contributors
Commits on Aug 17, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 1f38ab7 - Browse repository at this point
Copy the full SHA 1f38ab7View commit details
Commits on Aug 30, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 0e7096d - Browse repository at this point
Copy the full SHA 0e7096dView commit details
Commits on Sep 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fc2224a - Browse repository at this point
Copy the full SHA fc2224aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d281a60 - Browse repository at this point
Copy the full SHA d281a60View commit details
Commits on Sep 7, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 57ef754 - Browse repository at this point
Copy the full SHA 57ef754View commit details -
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d63e081 - Browse repository at this point
Copy the full SHA d63e081View commit details
Commits on Sep 8, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for 43b0418 - Browse repository at this point
Copy the full SHA 43b0418View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for dd14f82 - Browse repository at this point
Copy the full SHA dd14f82View commit details
Commits on Sep 9, 2022
-
fix: add yamux interop tests (#1290)
Test stream compatibility with https://www.npmjs.com/package/@chainsafe/libp2p-yamux Co-authored-by: achingbrain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b87632f - Browse repository at this point
Copy the full SHA b87632fView commit details -
fix: report dialer metrics (#1377)
Converts the dialer to a component so it can access metrics
Configuration menu - View commit details
-
Copy full SHA for 0218acf - Browse repository at this point
Copy the full SHA 0218acfView commit details
Commits on Sep 11, 2022
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 111e75d - Browse repository at this point
Copy the full SHA 111e75dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.38.0...v0.39.1