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: docs/example #560

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Jun 18, 2024

  1. fix: docs/example

    fs.add is not a function
    "Invalid key type" key type must be specified
    
    https://github.com/libp2p/js-libp2p/blob/main/packages/keychain/src/keychain.ts#L157
    kristian-nygaard-jensen committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c2e3eb9 View commit details
    Browse the repository at this point in the history
  2. fix: docs/example

    fs.add is not a function
    "Invalid key type" key type must be specified
    Ed keys are preferred over RSA for new code
    
    https://github.com/libp2p/js-libp2p/blob/main/packages/keychain/src/keychain.ts#L157
    kristian-nygaard-jensen committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c153236 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9c522d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2052b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6afa6b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb9add0 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Async

    kristian-nygaard-jensen committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    29a3f85 View commit details
    Browse the repository at this point in the history