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-0512.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "IPIP-0512: Limit Identity CID Size to 128 Bytes in UnixFS Contexts"
3
3
date: 2025-09-09
4
-
ipip: proposal
4
+
ipip: ratified
5
5
editors:
6
6
- name: Marcin Rataj
7
7
github: lidel
@@ -74,7 +74,9 @@ The 128-byte limit was chosen based on several factors:
74
74
75
75
3.**Practical Usage**: 128 bytes is sufficient for legitimate use cases (small inline data) while preventing abuse.
76
76
77
-
4.**Implementation Precedent**: This limit has been implemented and tested in [ipfs/boxo#1018](https://github.com/ipfs/boxo/pull/1018) and included in Kubo 0.38 RC1 for broader testing.
77
+
4.**Implementation Precedent**: This limit has been implemented in:
78
+
- GO: [Boxo v0.35.0](https://github.com/ipfs/boxo/releases/tag/v0.35.0) (shipped in [Kubo v0.38.1](https://github.com/ipfs/kubo/releases/tag/v0.38.1))
79
+
- JS: [Helia UnixFS v6.0.1](https://github.com/ipfs/helia/releases/tag/unixfs-v6.0.1) (shipped in [Helia v6.0.1](https://github.com/ipfs/helia/releases/tag/helia-v6.0.1))
0 commit comments