File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -934,6 +934,25 @@ Test vectors for UnixFS directory structures, progressing from simple flat direc
934
934
935
935
Test vectors for special UnixFS features and edge cases.
936
936
937
+ ### Well-Known UnixFS CIDs
938
+
939
+ Common empty structures that implementations frequently encounter:
940
+
941
+ * **Empty dag-pb directory**
942
+ - **CIDv0**: `QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn`
943
+ - **CIDv1**: `bafybeiczsscdsbs7ffqz55asqdf3smv6klcw3gofszvwlyarci47bgf354`
944
+ - **Inlined**: `bafyaabakaieac` (identity multihash)
945
+
946
+ * **Empty dag-pb file**
947
+ - **CIDv0**: `QmbFMke1KXqnYyBBWxB74N4c5SBnJMVAiMNRcGu6x1AwQH`
948
+ - **CIDv1**: `bafybeif7ztnhq65lumvvtr4ekcwd2ifwgm3awq4zfr3srh462rwyinlb4y`
949
+
950
+ * **Empty raw block**
951
+ - **CIDv1**: `bafkreihdwdcefgh4dqkjv67uzcmw7ojee6xedzdetojuzjevtenxquvyku`
952
+ - **Inlined**: `bafkqaaa` (identity multihash)
953
+
954
+ These CIDs appear frequently in UnixFS implementations and are often hardcoded for performance optimization.
955
+
937
956
### Symbolic Links
938
957
939
958
- Fixture: [`symlink.car`](https://github.com/ipfs/gateway-conformance/raw/refs/tags/v0.8.1/fixtures/path_gateway_unixfs/symlink.car)
You can’t perform that action at this time.
0 commit comments