Allow members to make partial contributions when they cannot afford the full amount in one transaction.
Acceptance Criteria:
- Track cumulative contributions per member per round
- Allow multiple
contribute calls until full amount is reached
- Mark contribution complete when total equals contribution_amount
- Add
get_member_contribution_progress view function
Files: contracts/sorosave/src/contribution.rs, contracts/sorosave/src/types.rs
Allow members to make partial contributions when they cannot afford the full amount in one transaction.
Acceptance Criteria:
contributecalls until full amount is reachedget_member_contribution_progressview functionFiles:
contracts/sorosave/src/contribution.rs,contracts/sorosave/src/types.rs