Skip to content

feat: create deployment automation scripts#935

Open
starkiVector-090 wants to merge 1 commit into
StellarCheckMate:mainfrom
starkiVector-090:feature/issue-739-create-deployment-automation-scripts
Open

feat: create deployment automation scripts#935
starkiVector-090 wants to merge 1 commit into
StellarCheckMate:mainfrom
starkiVector-090:feature/issue-739-create-deployment-automation-scripts

Conversation

@starkiVector-090

Copy link
Copy Markdown
Contributor

add automated deployment scripts and update deployment docs

Replaces manual deployment steps with two scripts:

  • scripts/deploy.sh — unified testnet/mainnet deployment with pre-flight checks (Rust version, wasm target, Stellar CLI), environment confirmation prompt, mainnet admin key verification, --upgrade mode
    for Wasm-only upgrades preserving on-chain state, automatic post-deployment verification, and a timestamped report saved to reports/.
  • scripts/verify-deployment.sh — standalone post-deployment verifier that calls five read-only contract functions and exits non-zero on any failure.

docs/deployment.md updated to document the automated flow, upgrade procedure, rollback options (Wasm rollback, contract pause, oracle rotation), and verification checks.

closes #739

@drips-wave

drips-wave Bot commented Jun 27, 2026

Copy link
Copy Markdown

@starkiVector-090 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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.

Create Deployment Automation Scripts

1 participant