From 4e232b050eb971a61be19f5e59c754c11610c150 Mon Sep 17 00:00:00 2001 From: MarcusDavidG Date: Fri, 4 Sep 2026 00:18:06 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20refresh=20README=20=E2=80=94=20184=20te?= =?UTF-8?q?sts,=20live=20redeploy=20status,=20no=20emojis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3dfd98e..b3e83ce 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ Soroban smart contract powering the Sharpy split payment protocol on Stellar. Ha | Network | Contract ID | Status | |---------|-------------|--------| -| Testnet | `CAEWQX36RLGP2WY6ACOREDJEIGELYV3HWWUPGV3CJMC27OWGQWZHTH6T` | ✅ Live (2026-09-04, 184-test build) | -| Mainnet | Coming soon | ⏳ Pending | +| Testnet | `CAEWQX36RLGP2WY6ACOREDJEIGELYV3HWWUPGV3CJMC27OWGQWZHTH6T` | Live (2026-09-04, 184-test build) | +| Mainnet | Coming soon | Pending | - [Testnet Explorer](https://stellar.expert/explorer/testnet/contract/CAEWQX36RLGP2WY6ACOREDJEIGELYV3HWWUPGV3CJMC27OWGQWZHTH6T) - [Frontend dApp](https://sharpy-sigma.vercel.app) @@ -185,7 +185,7 @@ sharpy-contracts/ │ ├── lib.rs # All contract logic (600+ lines) │ ├── types.rs # Invoice, SplitRule, AuditEntry, etc. │ ├── events.rs # Structured event helpers -│ └── test.rs # 129 unit tests (+7 features + 12 test PRs 2026-08-28) +│ └── test.rs # 184 unit tests (streaming, routing, tranche, whitelist, fee-module) └── .github/ ├── workflows/ci.yml # Test + WASM build on every PR └── ISSUE_TEMPLATE/ # Bug report, feature request @@ -196,7 +196,7 @@ sharpy-contracts/ ## Build & Test ```bash -make test # cargo test (129 passing) +make test # cargo test (184 passing) make build # build WASM make optimize # optimize WASM with stellar contract optimize make deploy-testnet # deploy to testnet @@ -209,7 +209,7 @@ make deploy-mainnet # deploy to mainnet | soroban-sdk | Protocol | Status | |-------------|----------|--------| -| 26.1.0 | 27 | ✅ Current | +| 26.1.0 | 27 | Current | ---