docs: v2 deployment guide and testnet runbook - #105
Conversation
|
@collinsezedike Done Sir |
|
Hey @ReinaMaze, I don't see any new commits on this PR, it's still on the same commit the review was against. Did you push to the right branch? |
|
Hey @ReinaMaze, this has been sitting a while with no update, so I went ahead and fixed the review findings directly on your branch: the base_bond/MAX_BOND_AMOUNT rationale, trimmed the parameter-selection bullets, pointed the pause-scope rationale at V2_RESOLUTION.md instead of duplicating it, corrected cancel_round's actual behavior (it does finalize the round, and doesn't itself move tokens for a disputed round), fixed the VoteCommitmentPreimage field list, and pointed the compute-commitment reference at its real usage comment instead of a nonexistent README. No action needed on your end. |
close #100
docs: v2 deployment guide and testnet runbook
Summary
Adds comprehensive deployment and operations documentation for Tholos v2 (stake-weighted resolution), covering parameter selection, deployment walkthrough, and admin procedures.
Changes
New:
docs/src/DEPLOYMENT_V2.md— Complete v2 deployment guide mirroring v1's structure but addressing v2's distinct requirementsregistration_duration_secs,anti_snipe_extension_secs,anti_snipe_hard_max_secs,reveal_duration_secs,max_position,max_total_weight)set_paused_v2andcancel_roundwith narrower pause semantics (new assertions only, not in-flight disputes)Updated:
docs/src/SUMMARY.md— Added DEPLOYMENT_V2.md under "Deployment & Operations" nav sectionScope
This is scoped to v2's own testnet deployment guidance only. The separate mainnet-launch deployment runbook (if open) remains v1-focused and not addressed here.
Testing
References
contracts/tholos-v2/src/lib.rs's initialize functiondocs/src/V2_RESOLUTION.mddocs/src/DEPLOYMENT.mdCONTRIBUTING.md#reviewing-prs