This document tracks changes, versions, and migration notes for each of the smart contracts in the Remitwise suite.
- Summary: Added owner-indexed schedule pagination with ordering guarantees.
- New Features:
get_remittance_schedules_paginated(): Paginated schedule queries with stable cursors- Deterministic ID-ascending ordering for all schedule queries
- Enhanced pagination support with limit clamping and cursor stability
- Breaking Changes: None (new function added).
- Migration Notes: Existing
get_remittance_schedules()now returns results in ID-ascending order for consistency.
- Summary: Initial release of the Remittance Split contract.
- Breaking Changes: None.
- Migration Notes: Baseline deployment.
- Summary: Initial release of the Bill Payments contract.
- Breaking Changes: None.
- Migration Notes: Baseline deployment.
- Summary: Initial release of the Insurance contract.
- Breaking Changes: None.
- Migration Notes: Baseline deployment.
- Summary: Initial release of the Savings Goals contract.
- Breaking Changes: None.
- Migration Notes: Baseline deployment.
- Summary: Initial release of the Family Wallet contract.
- Breaking Changes: None.
- Migration Notes: Baseline deployment.
- Summary: Initial release of the Reporting contract.
- Breaking Changes: None.
- Migration Notes: Baseline deployment.