Skip to content

feat: deploy the canonical Tholos testnet instance - #62

Open
subheeksh5599 wants to merge 1 commit into
drydocs:mainfrom
subheeksh5599:feat/canonical-testnet-instance
Open

feat: deploy the canonical Tholos testnet instance#62
subheeksh5599 wants to merge 1 commit into
drydocs:mainfrom
subheeksh5599:feat/canonical-testnet-instance

Conversation

@subheeksh5599

Copy link
Copy Markdown

Closes #59

Deploys and initializes a long-lived, canonical Tholos testnet instance that integrators (this repo's own demos included) point at by default instead of deploying throwaway instances.

What's here

  • Live deployment (testnet, initialized on-chain):
    • contract id CBFFQEFDGSLLLQKOZGHWNTSPBUWMAVKFFKYXUHCMP6WDR5Y4HN4I2C76
    • bond 5 XLM, challenge window 6h, finalize reward 1% — derived from BOND_SIZING.md's low-value profile (R_case/K_spam floor × 2–5 public multiple)
    • dedicated 3-member resolver committee (testnet-only identities, documented stopgap)
  • docs/src/DEPLOYMENT.md: new "Canonical testnet instance" section publishing the id + parameter rationale
  • docs/src/INTEGRATION.md: "Should you deploy your own instance, or share one?" rewritten — sharing the canonical instance is the default; a separate deployment is the exception for genuinely incompatible bond/token/window needs
  • demos/freelance-escrow/README.md: points at the canonical id via VITE_THOLOS_CONTRACT_ID
  • .github/workflows/ci.yml + CONTRIBUTING.md: DEPLOYMENT.md is exempted from the never-commit-addresses check, with the exception documented (the ban is on addresses in application source/PR evidence, not the canonical deployment docs)

Verification

  • cargo build -p tholos --target wasm32v1-none --release clean (rust 1.96)
  • deploy + initialize submitted and confirmed on testnet (tx 67edb23bf74f9b1aae0a1ecebf9e441ac9475acc43dacd6c7fcf08e4af632599)
  • no source-code changes; docs/CI only

Deploys and initializes a long-lived canonical testnet instance (contract CBFFQEFDGSLLLQKOZGHWNTSPBUWMAVKFFKYXUHCMP6WDR5Y4HN4I2C76) using BOND_SIZING.md's low-value profile: 5 XLM bond, 6h challenge window, 1% finalize reward, dedicated 3-member resolver committee.

Publishes the contract id in DEPLOYMENT.md, rewrites INTEGRATION.md to frame the canonical instance as the default path, points demos/freelance-escrow at it via VITE_THOLOS_CONTRACT_ID, and exempts DEPLOYMENT.md from the never-commit-addresses CI check (documented exception in CONTRIBUTING.md). Closes drydocs#59.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Deploy the canonical Tholos testnet instance

1 participant