Skip to content

Commit 9d0d415

Browse files
committed
fix(ipip-0499): correct kubo legacy profile
- rename kubo-legacy-2015 to kubo-legacy-2025 - clarify (v0.39 default) instead of (kubo default) - fix leaves value: dag-pb (UnixFSRawLeaves=False in legacy-cid-v0)
1 parent 92352d7 commit 9d0d415

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ipips/ipip-0499.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The initial profile in the series, **`unixfs-2025`**, captures the baseline defa
8484

8585
We also define a series of **legacy profiles**, used by various implementations as of November 2025:
8686

87-
| | `kubo-legacy-2015` (kubo default) | `helia-2025` | `storacha-2025` | `kubo-2025` | `kubo-wide-2025` | `dasl-2025` |
87+
| | `kubo-legacy-2025` (v0.39) | `helia-2025` | `storacha-2025` | `kubo-2025` | `kubo-wide-2025` | `dasl-2025` |
8888
| ----------------------------- | ------------------------------ | --------------- | ------------------ | ------------------ | ----------------------- | ------------- |
8989
| CID version | CIDv0 | CIDv1 | CIDv1 | CIDv1 | CIDv1 | CIDv1 |
9090
| Hash function | sha2-256 | sha2-256 | sha2-256 | sha2-256 | sha2-256 | sha2-256 |
@@ -94,7 +94,7 @@ We also define a series of **legacy profiles**, used by various implementations
9494
| DAG width (children per node) | 174 | 1024 | 1024 | 174 | **1024** | not specified |
9595
| `HAMTDirectory` fanout | 256 blocks | 256 blocks | 256 blocks | 256 blocks | **1024** | not specified |
9696
| `HAMTDirectory` threshold | 256KiB (est:links[name+cid]) | 256KiB (est) | 1000 **links** | 256KiB | **1MiB** | not specified |
97-
| Leaves | raw | raw | raw | raw | raw | not specified |
97+
| Leaves | dag-pb | raw | raw | raw | raw | not specified |
9898
| Empty directories | Included | Included | Ignored | Included | Included | not specified |
9999
| Hidden entities | Included | Ignored | Ignored | Included | Included | not specified |
100100

0 commit comments

Comments
 (0)