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

feat!: opt-in V2-only records, IPIP-428 verification #234

Merged
merged 14 commits into from
Sep 15, 2023
Merged

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    b329147 View commit details
    Browse the repository at this point in the history
  2. chore: apply review suggestions

    Co-authored-by: Marcin Rataj <lidel@lidel.org>
    hacdias and lidel committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e2fca17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d04f96f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9997cc1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6566f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba7e65c View commit details
    Browse the repository at this point in the history
  7. refactor using interfaces

    hacdias committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    2817e33 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. fix!: only accept CIDs, PeerIds or strings as values (#255)

    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 `"/"`.
    
    BREAKING CHANGE: all /ipns/* keys are now encoded as base36 encoded CIDv1 libp2p-cid 
    
    ---------
    
    Co-authored-by: Marcin Rataj <lidel@lidel.org>
    achingbrain and lidel authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    cedb3f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    a56357d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a073704 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    354d62a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f6c4c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. chore: rename type

    Co-authored-by: Marcin Rataj <lidel@lidel.org>
    achingbrain and lidel authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    0e081e7 View commit details
    Browse the repository at this point in the history
  2. chore: update type

    achingbrain committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    108a839 View commit details
    Browse the repository at this point in the history