Overview
contracts/asset-maintenance/ is 729 lines across just lib.rs and test.rs with 4 #[test] functions. It records maintenance history on-chain, which is audit evidence — incorrect or forgeable records undermine the point.
Tasks
Acceptance Criteria
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
contracts/asset-maintenance/is 729 lines across justlib.rsandtest.rswith 4#[test]functions. It records maintenance history on-chain, which is audit evidence — incorrect or forgeable records undermine the point.Tasks
mock_all_auths.lib.rsif it carries several distinct concerns.Acceptance Criteria
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.