Skip to content

feat: add reproducible migration/upgrade scripts for Soroban contracts#52

Open
abrak01 wants to merge 1 commit into
Kalebtron1:mainfrom
abrak01:feat/issue-40-migration-scripts
Open

feat: add reproducible migration/upgrade scripts for Soroban contracts#52
abrak01 wants to merge 1 commit into
Kalebtron1:mainfrom
abrak01:feat/issue-40-migration-scripts

Conversation

@abrak01
Copy link
Copy Markdown

@abrak01 abrak01 commented May 28, 2026

Contracts: vinculo_sbt, staking_pool, vinculo_lending (testnet)

Changes:

  • docs/contracts/migration.md: full deploy, upgrade, and rollback guide for all three contracts with exact stellar-cli command sequences
  • scripts/deploy_contracts.sh: automated full deploy + init from clean clone
  • scripts/upgrade_contract.sh: single-contract in-place upgrade with rollback instructions

Manual step for reviewer: set ADMIN_SECRET, ADMIN_PUBLIC, TOKEN_ADDRESS
then run: bash scripts/deploy_contracts.sh
Closes #40

Closes Kalebtron1#40

Contracts: vinculo_sbt, staking_pool, vinculo_lending (testnet)

Changes:
- docs/contracts/migration.md: full deploy, upgrade, and rollback guide
  for all three contracts with exact stellar-cli command sequences
- scripts/deploy_contracts.sh: automated full deploy + init from clean clone
- scripts/upgrade_contract.sh: single-contract in-place upgrade with
  rollback instructions

Manual step for reviewer: set ADMIN_SECRET, ADMIN_PUBLIC, TOKEN_ADDRESS
then run: bash scripts/deploy_contracts.sh
@vercel
Copy link
Copy Markdown

vercel Bot commented May 28, 2026

@abrak01 is attempting to deploy a commit to the alankcr1-6443's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 28, 2026

@abrak01 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.

Scripts de migracion/upgrade reproducibles

1 participant