You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a configuration option to allow dynamically loading crypto implementations on-demand.
Ships with only webcrypto-supported crypto implementations (e.g. `Ed25519`, `RSA`, `ECDSA`), anything else (e.g. `secp256k1`) must be configured separately.
Imports [ipns](https://www.npmjs.com/package/ipns) code into `@helia/ipns` for ease of maintenance.
Removes `@libp2p/keychain` dep and adds a `.keychain` property to Helia for securely storing private keys.
BREAKING CHANGE: `secp256k1` support has been removed from the default config, it must now be configured separately
0 commit comments