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: update IPNS specification #319

Merged
merged 13 commits into from
Oct 19, 2022
Merged

feat: update IPNS specification #319

merged 13 commits into from
Oct 19, 2022

Commits on Oct 19, 2022

  1. feat: update IPNS specification

    - IPNS Name and Record protobufs, ascii and logical structs
    - extensible record data in strict CBOR
    - signatures v2: creation and validation
    lidel committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    0fa5e57 View commit details
    Browse the repository at this point in the history
  2. chore: editorial

    lidel committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    f2a5629 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a2deaf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfaff45 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f085cd5 View commit details
    Browse the repository at this point in the history
  6. ipns: explicit signatureV1 field

    this removes any confusion around V1 and V2
    lidel committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    8918b29 View commit details
    Browse the repository at this point in the history
  7. ipns: add Record Size Limit section

    The size is not mentioned once, making it easier to change in the
    future.
    lidel committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    381a51f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bc575b8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cebad21 View commit details
    Browse the repository at this point in the history
  10. ipns: note on ignored field

    lidel committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    68f685a View commit details
    Browse the repository at this point in the history
  11. ipns: document backward compatibility

    We have to document legacy signature, because it is the only reason for
    copying 'data' fields into the main protobuf.
    
    Added section about backward compatibility so our approach is more clear.
    lidel committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    efcecd5 View commit details
    Browse the repository at this point in the history
  12. ipns: move to ./ipns

    lidel committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    9ae1008 View commit details
    Browse the repository at this point in the history
  13. ipns: ensure old links work

    Gently point at new location (until we clean up docs.ipfs.tech)
    lidel committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    0453b84 View commit details
    Browse the repository at this point in the history