Overview
Tests today are per-crate and exercise contracts in isolation. Real flows span crates — a high-value asset transfer touches the registry, multisig approval rules, and the audit trail — and the seams between them are untested.
Tasks
Acceptance Criteria
Dependencies
Best after [SC-32], [SC-40], [SC-45].
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
Tests today are per-crate and exercise contracts in isolation. Real flows span crates — a high-value asset transfer touches the registry, multisig approval rules, and the audit trail — and the seams between them are untested.
Tasks
Env.Acceptance Criteria
cargo test --allin CI.Dependencies
Best after [SC-32], [SC-40], [SC-45].
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.