From 8c70a6ca294d9c80cfa4d0b3a9b60549e64a91d9 Mon Sep 17 00:00:00 2001 From: YuuGR1337 Date: Tue, 25 Aug 2026 08:48:22 +0700 Subject: [PATCH] docs: readme.md's deployed stellar testnet contract ids predate se Closes #110 Signed-off-by: YuuGR1337 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1b76c1f..4244fec 100644 --- a/README.md +++ b/README.md @@ -567,6 +567,13 @@ node scripts/invoke.mjs initialize \ address: address: u32:250 ``` +> **⚠️ Stale testnet deployments:** The contract IDs listed under "Deployed +> on Stellar testnet" were deployed *before* several behavior-changing fixes +> landed on `main` — #55 (O(n log n) dust distribution), #56 +> (deadline-proportional TTL scaling), #57 (escrow crowdfunding), and #58 +> (milestones crowdfunding). The WASM live at those IDs does **not** match +> `main`; redeploy locally to test current behavior. + ## Roadmap - Extract shared split/fee math (`compute_split`) into a common