|
2 | 2 | "proofId": "v27-crypto-primitives-proof", |
3 | 3 | "version": "V27", |
4 | 4 | "generatedAt": "2026-05-06T00:00:00.000Z", |
5 | | - "activeCanonicalPointer": "V26", |
| 5 | + "activeCanonicalPointer": "V27", |
6 | 6 | "state": "draft-target-proof-slice", |
7 | 7 | "scope": [ |
8 | 8 | "fixed-supply measureminting primitives", |
|
39 | 39 | "ledger-anchored rights-transfer receipt guard", |
40 | 40 | "Terminal journal coverage and diff route boundary", |
41 | 41 | "required Terminal transaction family coverage", |
| 42 | + "ledger/database reconciliation route boundary", |
| 43 | + "confirmed-ledger precedence over database projections", |
| 44 | + "private metaphysical canonical fact root binding", |
| 45 | + "deployment readiness route boundary", |
| 46 | + "classified crypto telemetry records", |
| 47 | + "mainnet value-bearing operational approval guard", |
| 48 | + "versioned protocol upgrade receipt route boundary", |
42 | 49 | "package/API Need-Fit-Prove-Settle mint admission rejection", |
43 | 50 | "source-to-shares minted range proof binding", |
44 | 51 | "mint receipt and contributor allocation replay", |
|
49 | 56 | "Wallet And BTC Fee Settlement gate closure", |
50 | 57 | "Ledgerized AssetPack Anchoring gate closure", |
51 | 58 | "Minimal AssetPack Exchange gate closure", |
52 | | - "Terminal Transactions And Journal Diffing gate closure" |
| 59 | + "Terminal Transactions And Journal Diffing gate closure", |
| 60 | + "Ledger Database Reconciliation gate closure", |
| 61 | + "Testnet Mainnet Telemetry And Upgrades gate closure" |
53 | 62 | ], |
54 | 63 | "sourceSurfaces": [ |
55 | 64 | "BITCODE_SPEC_V27.md", |
|
91 | 100 | "uapi/app/api/btd/asset-pack-ledger-anchor/route.ts", |
92 | 101 | "uapi/app/api/btd/asset-pack-exchange/route.ts", |
93 | 102 | "uapi/app/api/btd/terminal-journal/route.ts", |
| 103 | + "uapi/app/api/btd/ledger-database-reconciliation/route.ts", |
| 104 | + "uapi/app/api/btd/deployment-readiness/route.ts", |
94 | 105 | "uapi/app/auxillaries/components/AuxillariesBTDPane.tsx", |
95 | 106 | "uapi/tests/orbitalsBTDPane.test.tsx", |
96 | 107 | "protocol-demonstration/src/receipt-schemas.js", |
|
113 | 124 | ".bitcode/v27-gate-10-wallet-btc-fee-proof.json", |
114 | 125 | ".bitcode/v27-gate-11-ledger-anchor-proof.json", |
115 | 126 | ".bitcode/v27-gate-12-minimal-exchange-proof.json", |
116 | | - ".bitcode/v27-gate-13-terminal-journal-proof.json" |
| 127 | + ".bitcode/v27-gate-13-terminal-journal-proof.json", |
| 128 | + ".bitcode/v27-gate-14-ledger-database-reconciliation-proof.json", |
| 129 | + ".bitcode/v27-gate-15-testnet-mainnet-telemetry-upgrade-proof.json" |
117 | 130 | ], |
118 | 131 | "validation": [ |
119 | 132 | { |
120 | 133 | "command": "./uapi/node_modules/.bin/jest --config '{...packages/api + packages/btd focused ts-jest config...}' --runInBand", |
121 | 134 | "status": "passed", |
122 | | - "assertions": 57, |
| 135 | + "assertions": 62, |
123 | 136 | "notes": "Jest still reports pre-existing duplicate manual mock warnings outside the V27 package/API slice." |
124 | 137 | }, |
125 | 138 | { |
|
197 | 210 | "Gate 12 Minimal AssetPack Exchange closure", |
198 | 211 | "required Terminal transaction family coverage", |
199 | 212 | "Terminal journal route commit and projection diff checks", |
200 | | - "Gate 13 Terminal Transactions And Journal Diffing closure" |
| 213 | + "Gate 13 Terminal Transactions And Journal Diffing closure", |
| 214 | + "confirmed ledger fact reconciliation precedence over database projection", |
| 215 | + "private/metaphysical canonical fact root binding", |
| 216 | + "Gate 14 Ledger/Database Reconciliation closure", |
| 217 | + "deployment readiness environment-key checks", |
| 218 | + "classified crypto telemetry and upgrade receipt route persistence", |
| 219 | + "Gate 15 Testnet/Mainnet Telemetry And Upgrades closure" |
201 | 220 | ], |
202 | 221 | "remainingBlockingForPromotion": [ |
203 | 222 | "production wallet adapter UX and credential binding", |
|
206 | 225 | "Supabase migration execution and generated DB type refresh", |
207 | 226 | "full source-to-shares settlement integration", |
208 | 227 | "external crypto library and standards rebinding proof" |
209 | | - ] |
| 228 | + ], |
| 229 | + "activeCanonicalPointerAtGeneration": "V26" |
210 | 230 | } |
0 commit comments