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

DIP-273 Content Addressing #280

Merged
merged 12 commits into from
Aug 13, 2024
Merged

Commits on Jul 1, 2024

  1. DIP-273 Content Addressing

    * Update the definition of DSNP Content Hash to include DSNP CIDs
    * Change ProfileResource to use bytes, not string, for cid field, in line with Announcement usage
    * Update Activity Content Hash extension to include CID option
    * Update various example hashes to use CIDv1
    * Update to pre-1.3.0 versioning and sync prerelease changelogs
    Wes Biggs committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c571222 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6f5ac2 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Revert to multihash only, but with blake3 in place of blake2b-256 as …

    …an option
    Wes Biggs committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    7da7a6d View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Improve description of usage of content hash vs URL

    Wes Biggs committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    1329f7a View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Update ProfileResource

    Wes Biggs committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    09b606b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47aad29 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. "DSNP Content Hash" now refers to the base32-encoded multihash of sup…

    …ported types only. Announcements have been updated to use strings for contentHash and targetContentHash fields.
    Wes Biggs committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    51c0218 View commit details
    Browse the repository at this point in the history
  2. Lint

    Wes Biggs committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    9a43e28 View commit details
    Browse the repository at this point in the history
  3. Break out base32 multibase as a Serialization

    Wes Biggs committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    2543500 View commit details
    Browse the repository at this point in the history
  4. Formatting issues

    Wes Biggs committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    eda2857 View commit details
    Browse the repository at this point in the history
  5. Tweaking decimal examples that bothered me

    Wes Biggs committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f3ba6e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Fix hashes for dsnp_whitepaper.pdf

    Wes Biggs committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a080418 View commit details
    Browse the repository at this point in the history