Commit d9073a4
committed
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#3041 parent 36c909a commit d9073a4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments