Overview
Once [SC-34] builds every contract for WASM, size becomes measurable — and assetsup at 8,894 lines is at real risk of approaching deployment limits. Without tracking, nobody notices until a deploy fails.
Tasks
Acceptance Criteria
Dependencies
Blocked by [SC-34]; informs [SC-46].
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
Once [SC-34] builds every contract for WASM, size becomes measurable — and
assetsupat 8,894 lines is at real risk of approaching deployment limits. Without tracking, nobody notices until a deploy fails.Tasks
stellar contract optimizeand report post-optimization sizes.Acceptance Criteria
Dependencies
Blocked by [SC-34]; informs [SC-46].
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.