Description
Zero-amount and dust transactions can cause edge cases in accounting. Implement proper handling with clear semantics.
Acceptance Criteria
Technical Scope
- stellar-lend/contracts/hello-world/src/test_zero_amount.rs
- stellar-lend/contracts/lending/src/
- docs/ZERO_AMOUNT_SEMANTICS.md
- Edge: precision loss in interest calculation, dust from liquidations, rounding asymmetry
Description
Zero-amount and dust transactions can cause edge cases in accounting. Implement proper handling with clear semantics.
Acceptance Criteria
Technical Scope