Skip to content

feat: add round history query#159

Open
TUPM96 wants to merge 1 commit into
sorosave-protocol:mainfrom
TUPM96:codex/round-history-69
Open

feat: add round history query#159
TUPM96 wants to merge 1 commit into
sorosave-protocol:mainfrom
TUPM96:codex/round-history-69

Conversation

@TUPM96
Copy link
Copy Markdown

@TUPM96 TUPM96 commented May 25, 2026

Closes #69

/claim #69

Summary

  • add paginated get_round_history(group_id, offset, limit) for completed rounds
  • return existing RoundInfo data including recipient, total contributed, deadline, and completion status
  • skip incomplete active rounds and handle zero-limit/out-of-range pages
  • add regression coverage for pagination and incomplete-round filtering

Validation

  • cargo fmt --check
  • cargo test --package sorosave (10 passed)
  • 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 11:26
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.

Implement round history query

2 participants