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!: remove private key field from peer id #2660

Merged
merged 20 commits into from
Sep 4, 2024

Commits on Aug 15, 2024

  1. fix!: remove private key field from peer id

    The only time you'll ever see a private key on a peer id is for the
    id of the currently running node.
    
    At runtime a service can obtain the unmarhsalled private key by adding
    a `privateKey: PrivateKey` field to it's components map so there's no
    need to have the field on every `PeerId`.
    
    BREAKING CHANGE: the `.privateKey` field of the `PeerId` interface has been removed
    achingbrain committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a3226cd View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    327a7ef View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    37bdc9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7631b0a View commit details
    Browse the repository at this point in the history
  3. chore: patch noise

    achingbrain committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    7e89e7b View commit details
    Browse the repository at this point in the history
  4. chore: fix tests

    achingbrain committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    a4162ac View commit details
    Browse the repository at this point in the history
  5. chore: stop node

    achingbrain committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    172b183 View commit details
    Browse the repository at this point in the history
  6. chore: linting

    achingbrain committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f3dae81 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5cc41f9 View commit details
    Browse the repository at this point in the history
  8. chore: fix deps

    achingbrain committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    99eee5b View commit details
    Browse the repository at this point in the history
  9. chore: patch gossipsub

    achingbrain committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    7fbdb29 View commit details
    Browse the repository at this point in the history
  10. chore: update patch

    achingbrain committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    33b3b23 View commit details
    Browse the repository at this point in the history
  11. chore: patch interop deps

    achingbrain committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    6a5d8b8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1b9f68c View commit details
    Browse the repository at this point in the history
  13. chore: add docs and tidy

    achingbrain committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    4f424e5 View commit details
    Browse the repository at this point in the history
  14. chore: linting

    achingbrain committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    70bea61 View commit details
    Browse the repository at this point in the history
  15. chore: add types to cids

    achingbrain committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    8730258 View commit details
    Browse the repository at this point in the history
  16. chore: partial revert

    achingbrain committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    3d3bb36 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    0aac4ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e8108d View commit details
    Browse the repository at this point in the history