Every program ID and (where recorded) deploy transaction.
Open the Solscan link — verify yourself.
All IDs match solana/Anchor.toml lines 9–17. One row per program. Click the Solscan icon to inspect on-chain state in your browser.
| Program | Program ID | Deploy Tx |
|---|
Latest anchor test run on the full 9-program suite.
Test report (2026-06-05): pending publication
·
Run locally: cd solana && anchor test
Most recent anchor test evidence on file: data/sentinel/multisig-ops/2026-05-30-anchor-test-run.txt repo public after key rotation
Internal audit posture (no external auditor engaged yet — devnet only).
Internal audit report: docs/security/AUDIT-2026-05-30-internal.md · Production hardening: SECURITY_AUDIT_PRODUCTION.md
CRIT/MED findings closed on-chain: CRIT-02 (relay payout validation), MED-03 (relay self-delivery), AR-01 (anti-rug vault drain), P0-PRESALE-1 (math truncation), P0-PRESALE-SOFT-RUG (cancel after hardcap), P0-POAW-1 (stack overflow), P0-GOV-1 (flashloan governance). See programs/README.md § Cross-cutting security posture.
External audit: pending mainnet — deferred until multisig flip + mainnet deploy at TGE.
All code is in one monorepo. Public flip is gated on git-history key rotation (see feedback_public_flip_blockers.md).
Repository: github.com/myswarmio/swarm-protocol public after key rotation
Anchor manifest: solana/Anchor.toml · per-program sources: solana/programs/<name>/src/lib.rs