feat: deploy the canonical Tholos testnet instance - #62
Open
subheeksh5599 wants to merge 1 commit into
Open
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
CBFFQEFDGSLLLQKOZGHWNTSPBUWMAVKFFKYXUHCMP6WDR5Y4HN4I2C76docs/src/DEPLOYMENT.md: new "Canonical testnet instance" section publishing the id + parameter rationaledocs/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 needsdemos/freelance-escrow/README.md: points at the canonical id viaVITE_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 --releaseclean (rust 1.96)initializesubmitted and confirmed on testnet (tx 67edb23bf74f9b1aae0a1ecebf9e441ac9475acc43dacd6c7fcf08e4af632599)