Skip to content

feat: track member reputation#153

Open
TUPM96 wants to merge 1 commit into
sorosave-protocol:mainfrom
TUPM96:codex/member-reputation-21
Open

feat: track member reputation#153
TUPM96 wants to merge 1 commit into
sorosave-protocol:mainfrom
TUPM96:codex/member-reputation-21

Conversation

@TUPM96
Copy link
Copy Markdown

@TUPM96 TUPM96 commented May 25, 2026

/claim #21

Summary

  • add MemberReputation with groups_completed, on_time_contributions, and defaults
  • persist reputation by member address with zero-value defaults for new members
  • increment on_time_contributions after each successful contribution
  • increment groups_completed for every member when a group finishes its final payout
  • expose get_reputation(member) for SDK/UI reads
  • add tests for default reputation and lifecycle-driven reputation updates

Validation

  • cargo fmt --check
  • cargo test --package sorosave
  • cargo clippy --package sorosave --all-targets -- -D warnings
  • git diff --check

Payout details can be provided privately on acceptance.

Copilot AI review requested due to automatic review settings May 25, 2026 10:43
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants