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!: only accept CIDs, PeerIds or strings as values #255

Merged
merged 4 commits into from
Sep 12, 2023

Commits on Aug 30, 2023

  1. fix!: only accept CIDs, PeerIds or strings as values

    This module has accepted `Uint8Array`s as values to store in IPNS
    records which means it has been mis-used to create records with
    raw CID bytes.
    
    To ensure this doesn't happen in future, accept only CIDs, PeerIds
    or arbitrary path strings prefixed with `"/"`.
    achingbrain committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    6a85abf View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

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

Commits on Sep 8, 2023

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

Commits on Sep 12, 2023

  1. docs: update jsdoc about

    lidel committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    4f832ba View commit details
    Browse the repository at this point in the history