Resources
Changelog
Dated release notes for the contract, dApp, and API. Pre-mainnet: expect breaking changes; we will call them out here.
- Docs
Docs site launched
Initial docs covering concepts, smart-contract reference, and the Pro API surface. Status page also online.
- Contract
Partial withdraws added
CommunityPool.sol gained withdraw(amount) and withdrawTokenAmount(token, amount). Pools deployed before this date expose only the full-balance variants. The dashboard auto-detects this via poolSupportsPartialWithdraw against the deployed bytecode; the canonical ABI is in lib/onchain/community-pool-artifact.json (verified byte-for-byte against forge-out in CI).