Skip to content

Commit 2ba2a16

Browse files
committed
docs: mark ipip-512 as ratified and add implementation releases
- change status from proposal to ratified - add GO: boxo v0.35.0 (kubo v0.38.1) implementation reference - add JS: helia unixfs v6.0.1 (helia v6.0.1) implementation reference
1 parent 59dc0fa commit 2ba2a16

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/ipips/ipip-0512.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "IPIP-0512: Limit Identity CID Size to 128 Bytes in UnixFS Contexts"
33
date: 2025-09-09
4-
ipip: proposal
4+
ipip: ratified
55
editors:
66
- name: Marcin Rataj
77
github: lidel
@@ -74,7 +74,9 @@ The 128-byte limit was chosen based on several factors:
7474

7575
3. **Practical Usage**: 128 bytes is sufficient for legitimate use cases (small inline data) while preventing abuse.
7676

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))
7880

7981
### User benefit
8082

0 commit comments

Comments
 (0)