-
Notifications
You must be signed in to change notification settings - Fork 50
Settlement: developer balance upsert behavior tests #156
Copy link
Copy link
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programsettlementsmart-contractssorobantesting
Description
Description
Multiple credits accumulate; defaults behave as documented for missing keys.
Requirements and context
- Guard against accidental zero-entry storage if undesired.
- Add regression tests.
Suggested execution
- Fork the repo and create a branch:
git checkout -b test/settlement-developer-map-upsert - Implement changes in the Callora-Contracts Soroban workspace (
contracts/*/src/). - Run
cargo fmt,cargo clippy --all-targets --all-features -- -D warnings, andcargo testfrom the workspace root. - For WASM release builds:
cargo build --target wasm32-unknown-unknown --release -p callora-settlement(adjust-pif the crate name differs).
Deliverables
contracts/settlement/src/test.rs.
Test and commit
- Run tests and
./scripts/coverage.sh(orcargo tarpaulinpertarpaulin.toml). - Cover edge cases; include summarized test output and brief security notes in the PR description.
Example commit message
test(settlement): developer balance upsert behavior
Guidelines
- Minimum 95% line coverage for touched crates (workspace policy).
- Clear documentation (Rust
///on public items where applicable; repo markdown as needed). - Timeframe: 96 hours from assignment unless agreed otherwise.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programsettlementsmart-contractssorobantesting