You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ipips/ipip-0499.md
+24-21Lines changed: 24 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ tags: ['ipips']
50
50
51
51
## Summary
52
52
53
-
This proposal introduces **configuration profiles** for CIDs that represent files and directories using [UnixFS](https://specs.ipfs.tech/unixfs/). The legacy profiles table also documents non-UnixFS implementations for reference.
53
+
This proposal introduces **configuration profiles** for CIDs that represent files and directories using [UnixFS](https://specs.ipfs.tech/unixfs/). The legacy profiles table also documents non-UnixFS implementations for reference.
54
54
55
55
## Motivation
56
56
@@ -98,15 +98,15 @@ The `balanced` DAG layout has implementation variants that affect CID determinis
98
98
99
99
Implementations adopting a profile SHOULD specify which balanced variant they use. The `unixfs-v1-2025` profile uses `balanced` for maximum compatibility with existing implementations.
100
100
101
-
#####`balanced`
101
+
#### `balanced`
102
102
103
103
The original balanced layout used by [kubo][]/[boxo][], [helia][], and others in the ecosystem. Builds the tree incrementally as chunks stream in:
104
104
- Starts with first chunk as root, grows tree upward as needed
105
105
- Uses explicit depth tracking to fill nodes recursively
106
106
- All leaf nodes end up at the **same depth** from the root
Name introduced by this IPIP for [Singularity][singularity]'s variant. Groups pre-computed links in batch:
112
112
- Takes all chunk links as input, then packs them into parent nodes (up to max width)
@@ -157,24 +157,24 @@ These inconsistencies between Go and JS implementations over the years, combined
157
157
158
158
We analyzed the default settings across the most popular UnixFS implementations in the ecosystem. The table below documents the divergences that prevent deterministic CID generation today:
0 commit comments