Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,13 @@ node scripts/invoke.mjs <SECRET_KEY> <CONTRACT_ID> initialize \
address:<ADMIN_G...> address:<TREASURY_G...> 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
Expand Down