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: use @libp2p/keychain module instead of bundling source code #1569

Merged
merged 1 commit into from
Feb 6, 2023

Conversation

achingbrain
Copy link
Member

The @libp2p/keychain module has the keychain code split out from this module so use that instead of bundling the code here.

It's also dropped it's dependency on node-forge so it's now only in @libp2p/crypto.

The @libp2p/keychain module has the keychain code split out from this
module so use that instead of bundling the code here.

It's also dropped it's dependency on `node-forge` so it's now only
in `@libp2p/crypto`.
@achingbrain achingbrain merged commit c02e1bd into master Feb 6, 2023
@achingbrain achingbrain deleted the fix/use-keychain-module branch February 6, 2023 15:26
prathamesh0 pushed a commit to cerc-io/js-libp2p that referenced this pull request Mar 24, 2023
…p2p#1569)

The @libp2p/keychain module has the keychain code split out from this module so use that instead of bundling the code here.

It's also dropped it's dependency on `node-forge` so it's now only in `@libp2p/crypto`.
ashwinphatak pushed a commit to cerc-io/js-libp2p that referenced this pull request Mar 24, 2023
* chore: upgrade aegir (libp2p#1566)

Updates aegir, fixes all linting and dep issues.

Co-authored-by: achingbrain <[email protected]>

* Fix linting errors

* Add package-lock.json

* fix: use @libp2p/keychain module instead of bundling source code (libp2p#1569)

The @libp2p/keychain module has the keychain code split out from this module so use that instead of bundling the code here.

It's also dropped it's dependency on `node-forge` so it's now only in `@libp2p/crypto`.

* Fix dependencies

* Avoid upgrading go-libp2p for interop tests

---------

Co-authored-by: Chad Nehemiah <[email protected]>
Co-authored-by: achingbrain <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant