Skip to content

feat: add subscription contract migration tooling - #287

Merged
Smartdevs17 merged 2 commits into
Smartdevs17:mainfrom
Itodo-S:issue-232-contract-migration-tooling
Apr 28, 2026
Merged

feat: add subscription contract migration tooling#287
Smartdevs17 merged 2 commits into
Smartdevs17:mainfrom
Itodo-S:issue-232-contract-migration-tooling

Conversation

@Itodo-S

@Itodo-S Itodo-S commented Apr 22, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add a reusable Soroban migration framework under contracts/migrations
  • add migration runner, validation, rollback, and history/snapshot artifacts
  • document the upgrade and cutover flow for contract deployments

Closes #232

Verification

  • bash -n contracts/migrations/lib.sh contracts/migrations/001_blue_green_cutover.sh scripts/run-migration.sh scripts/rollback-migration.sh scripts/validate-migration.sh
  • ./scripts/run-migration.sh

Notes

  • end-to-end execution requires the Soroban CLI to be installed in the target environment

@drips-wave

drips-wave Bot commented Apr 24, 2026

Copy link
Copy Markdown

@Itodo-S 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

@Smartdevs17
Smartdevs17 merged commit b8ea7d9 into Smartdevs17:main Apr 28, 2026
3 of 16 checks passed
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.

Implement subscription contract migration tooling

2 participants