@@ -17,7 +17,7 @@ hidden amounts, and compliance viewing keys across 17 chains.**
1717
1818* Stealth addresses • Pedersen commitments • Viewing key hierarchies • On-chain Anchor program • 4 client SDKs*
1919
20- [ ![ Tests] ( https://img.shields.io/badge/tests-566 %20passing-brightgreen )] ( )
20+ [ ![ Tests] ( https://img.shields.io/badge/tests-573 %20passing-brightgreen )] ( )
2121[ ![ Endpoints] ( https://img.shields.io/badge/endpoints-71-blue )] ( )
2222[ ![ Chains] ( https://img.shields.io/badge/chains-17-purple )] ( )
2323[ ![ SDKs] ( https://img.shields.io/badge/SDKs-4-orange )] ( )
@@ -211,7 +211,7 @@ curl -s https://sipher.sip-protocol.org/v1/demo | jq '.data.summary'
211211
212212<div align =" center " >
213213
214- https://github.com/user-attachments/assets/03d8faa1-220d-4d17-814f-50ff6d888bb4
214+ https://github.com/user-attachments/assets/a4a87b0c-7168-4677-b8e6-457debb98cb0
215215
216216</div >
217217
@@ -432,7 +432,7 @@ Judges reward transparency. Here's exactly what's production-grade and what's in
432432| Inco FHE | 🧪 ** Preview** | Production interface, mock encryption backend |
433433| Private swap | 🧪 ** Preview** | Jupiter DEX integration stubbed |
434434| STARK range proofs | 🧪 ** Preview** | Hash-based placeholder (real Stwo/Murkl WASM roadmapped) |
435- | Jito gas abstraction | 🧪 ** Preview ** | Bundle relay with mock block engine |
435+ | Jito gas abstraction | ✅ ** Production ** | Real Jito Block Engine JSON-RPC (dual-mode: real when configured, mock fallback) |
436436
437437---
438438
@@ -447,7 +447,7 @@ pnpm install
447447# Start dev server
448448pnpm dev
449449
450- # Run tests (566 tests, 36 suites)
450+ # Run tests (573 tests, 36 suites)
451451pnpm test -- --run
452452
453453# Type check
@@ -680,7 +680,7 @@ CI workflow auto-regenerates SDKs on spec changes (`.github/workflows/generate-s
680680
681681---
682682
683- ## 🧪 Test Suite (566 tests, 36 suites)
683+ ## 🧪 Test Suite (573 tests, 36 suites)
684684
685685| Test File | Tests | What It Covers |
686686| -----------| -------| ----------------|
@@ -711,7 +711,7 @@ CI workflow auto-regenerates SDKs on spec changes (`.github/workflows/generate-s
711711| ` session.test.ts ` | 28 | CRUD, middleware merge, tier gating |
712712| ` governance.test.ts ` | 24 | Encrypt, submit, tally, double-vote, E2E |
713713| ` compliance.test.ts ` | 23 | Disclose, report, tier gating, auditor verify |
714- | ` jito.test.ts ` | 20 | Relay, bundle status, tier gating, state machine |
714+ | ` jito.test.ts ` | 25 | Relay, bundle status, tier gating, state machine, real mode |
715715| ` billing.test.ts ` | 31 | Usage, quotas, metering, subscriptions, webhooks |
716716| ` demo.test.ts ` | 12 | Live demo (25 steps, all crypto, no auth) |
717717| * + 6 more* | 67 | C-SPL, proofs, admin, OpenAPI |
0 commit comments