Skip to content

Replace ad-hoc Vec<SLAResult> history read with cursor envelope #117

Description

@usmanimamu17-create

Problem Statement. get_history_page(offset, limit) lacks a "next"
cursor — clients must compute offsets themselves.

Expected Outcome.

  • New fn: get_history_page_cursor(after: Option<u32>, limit: u32) -> HistoryPage.
  • Returns cursor + entries.

Files: lib.rs, tests.

Metadata

Metadata

Assignees

Labels

GrantFox OSSIssue tracked in GrantFox OSSMaybe RewardedIssue may be eligible for a GrantFox rewardOfficial Campaign | FWC26Campaign: Official Campaign | FWC26apiImported from ISSUES.mdrefactorImported from ISSUES.md

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions