Overview
There is no documented upgrade story for the workspace. Once contracts hold real asset registry data, changing a storage layout without a tested migration means data loss — and asset ownership records are precisely the data you cannot afford to lose.
Tasks
Acceptance Criteria
Dependencies
Builds on [SC-48].
Notes for Contributors
Requires Rust + Soroban. Workspace: contracts/ (soroban-sdk 22, members: assetsup, contrib, multisig-wallet, multisig_transfer, asset-maintenance). Run cargo test --all, cargo fmt --all -- --check, and cargo clippy --all-targets --all-features -- -D warnings before opening a PR — CI enforces all three. Comment below to be assigned.
Overview
There is no documented upgrade story for the workspace. Once contracts hold real asset registry data, changing a storage layout without a tested migration means data loss — and asset ownership records are precisely the data you cannot afford to lose.
Tasks
update_current_contract_wasm, or immutable-and-redeploy?Acceptance Criteria
Dependencies
Builds on [SC-48].
Notes for Contributors
Requires Rust + Soroban. Workspace:
contracts/(soroban-sdk22, members:assetsup,contrib,multisig-wallet,multisig_transfer,asset-maintenance). Runcargo test --all,cargo fmt --all -- --check, andcargo clippy --all-targets --all-features -- -D warningsbefore opening a PR — CI enforces all three. Comment below to be assigned.