Expand contract conformance vectors for sponsor and USDC paths

This commit is contained in:
Joshua 2026-02-18 14:20:06 -08:00
parent 6d9130c9db
commit 16a1c5836c

View File

@ -6,3 +6,5 @@
4. `C-004` Entitlement mint emits deterministic entitlement id/event payload. 4. `C-004` Entitlement mint emits deterministic entitlement id/event payload.
5. `C-005` Entitlement state transitions cannot bypass allowed state machine. 5. `C-005` Entitlement state transitions cannot bypass allowed state machine.
6. `C-006` Contract deployment artifacts map to verified on-chain bytecode. 6. `C-006` Contract deployment artifacts map to verified on-chain bytecode.
7. `C-007` Sponsor/company payer can mint membership for recipient without transferring soulbound ownership.
8. `C-008` USDC settlement path transfers exact atomic amount to treasury and rejects missing allowance.