diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/MONZERO_ASSETS_V1_SPEC.md | 9 | ||||
| -rw-r--r-- | docs/MONZERO_PHASE0_STABILIZATION.md | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/MONZERO_ASSETS_V1_SPEC.md b/docs/MONZERO_ASSETS_V1_SPEC.md index a49764fe2..826536ea2 100644 --- a/docs/MONZERO_ASSETS_V1_SPEC.md +++ b/docs/MONZERO_ASSETS_V1_SPEC.md @@ -158,6 +158,15 @@ issued at or above a detached height. Tests demonstrate removal and subsequent valid reissuance after a simulated reorganisation. This is an executable state model, not the final database schema or consensus integration. +The inactive registry also has a deterministic, network-separated snapshot +format. Records retain issuer and optional collection signatures, are ordered +by height with collections before same-height members, and are fully +revalidated into temporary state before replacing the active registry. +Corruption, cross-network input, noncanonical order, duplicate issuance, +trailing data, and invalid signatures fail without modifying existing state. +This provides a recovery and migration model; it is not yet an LMDB table or a +substitute for replaying authenticated transactions from the chain. + This encoding is a stable prototype vector for review, not an activation decision. A cryptographic review may replace the hash construction or fields; doing so must deliberately update the golden vector before any testnet fork. diff --git a/docs/MONZERO_PHASE0_STABILIZATION.md b/docs/MONZERO_PHASE0_STABILIZATION.md index ec45be62b..267020435 100644 --- a/docs/MONZERO_PHASE0_STABILIZATION.md +++ b/docs/MONZERO_PHASE0_STABILIZATION.md @@ -129,6 +129,7 @@ isolated disposable development network may be used after cryptographic review. - [x] Inactive authenticated issuance registry with deterministic reorg rollback. - [x] Strict canonical issuance-descriptor decoder with byte-boundary truncation tests. - [x] Bounded authenticated issuance-payload envelope with strict signature shape rules. +- [x] Deterministic authenticated registry snapshots with atomic restore failure behavior. - [x] External cryptographic-review brief and mandatory threat cases. - [ ] Reviewed confidential per-asset commitment and range-proof construction. - [ ] Versioned asset transaction serialization with strict parser limits. |
