Skip to content

Commit 8cfd96d

Browse files
committed
Accept RFC-0127 v6.12: DCS Blob Amendment
Ratified after 14 rounds of adversarial review. Adds Blob as first-class DCS type with u32_be(length)||bytes wire format, schema-driven dispatcher for Length-Prefixed type disambiguation, 18-entry Merkle probe with complete Python verification script, and full pseudocode for serialize_blob/deserialize_blob/deserialize_field/deserialize_struct. Updates rfcs/README.md index.
1 parent ca65513 commit 8cfd96d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

rfcs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ Once accepted:
233233
| RFC-0115 (Numeric) | Deterministic Tensors (DTENSOR) | Planned | N-dimensional tensors (Phase 4) |
234234
| RFC-0116 (Numeric) | Unified Deterministic Execution Model | Draft | Unified execution framework |
235235
| RFC-0126 (Numeric) | Deterministic Canonical Serialization (DCS) | Accepted | Cross-language deterministic serialization for consensus |
236+
| RFC-0127 (Numeric) | DCS Blob Amendment | Accepted | Adds Blob as first-class DCS type with schema-driven dispatcher |
236237

237238
### Storage (RFC-0200-0299)
238239

rfcs/draft/numeric/0127-dcs-blob-amendment.md renamed to rfcs/accepted/numeric/0127-dcs-blob-amendment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Status
44

5-
Draft (v6.12, adversarial review Round 14 candidate)
5+
Accepted (v6.12, adversarial review Round 14 — ratified)
66

77
## Authors
88

0 commit comments

Comments
 (0)