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

unixfs: suggest, but do not strictly mandate unixfs<>dagpb #294

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jun 27, 2022

  1. unixfs: suggest, but do not strictly mandate unixfs<>dagpb

    The strict coupling poses some problems for IPLD implementations that:
    
     1. do not retain codec information between the serialization and UnixFS (ADL)
        reification; and/or
     2. do not have a mechanism to strictly mandate that UnixFS data be _only_
        encoded in a particular codec.
    
    A mandate in the specification that strictly defines the layering on top of
    the codec makes it difficult to implement it as an ADL, which also presents
    difficulty for using tooling that builds on IPLD lens-style layering.
    
    Ref: ipfs/go-unixfsnode#27
    Ref: #271
    Ref: ipld/go-car#304
    rvagg committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    d9073a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17a8cb6 View commit details
    Browse the repository at this point in the history