From cc24f19140d7bc4e67ea5f1ba31682434b124193 Mon Sep 17 00:00:00 2001 From: RECTOR Date: Sat, 13 Jun 2026 08:22:10 +0700 Subject: [PATCH] docs: correct CLAUDE.md test counts (18 total, funding_proof 4) --- CLAUDE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 5233452..1517d0c 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -30,7 +30,7 @@ ## Quick Reference **Tech Stack:** Noir 1.0.0-beta.15, Barretenberg (UltraHonk), Nargo CLI -**Status:** Implemented - 3 circuits, 19 tests passing +**Status:** Implemented - 3 circuits, 18 tests passing **Key Commands:** ```bash @@ -52,11 +52,11 @@ nargo verify # Verify proof | Circuit | Purpose | ACIR Opcodes | Tests | |---------|---------|--------------|-------| -| funding_proof | Prove balance >= minimum without revealing balance | 972 | 5 | +| funding_proof | Prove balance >= minimum without revealing balance | 972 | 4 | | validity_proof | Prove intent authorization without revealing sender | 1113 | 6 | | fulfillment_proof | Prove fulfillment correctness with oracle attestation | 1691 | 8 | -**Total: 19 tests passing** +**Total: 18 tests passing** ---