chore: mark VC-04 blocked — .198 backend instability

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-14 04:27:53 +00:00
parent 3ba835b3ff
commit b2b6d44d26

View File

@@ -283,7 +283,7 @@ Every test must pass **10 consecutive times** from BOTH .228→.198 AND .198→.
- [x] **VC-03** — Added VC verification status to federation.list-nodes. Each node includes `vc_verified: bool` — true if a non-revoked FederationTrustCredential exists for that node's DID. VC-02 issues these during federation.join. (Full presentation exchange deferred.)
- [ ] **VC-04**Test VC flow between .228 and .198 (10x). (1) Issue VC on .228 to .198's DID, (2) Verify VC on .198, (3) Create presentation on .198 including the VC, (4) Verify presentation on .228. Run 10 times each direction. **Acceptance**: 80 checks, all pass.
- [ ] **VC-04**(BLOCKED: .198 backend keeps crashing/restarting — 502 errors during tests. VC flow requires both nodes stable simultaneously. .228 VC issuance/verification works in isolation via test-all-features.sh. Cross-node VC exchange needs .198 stability fix.)
---