This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
RPC: Query account history newer than specific signature #11446
Closed
Description
Problem
The getConfirmedSignaturesForAccount2
allows searching before
a certain signature but doesn't support searching recent history up until
a signature that you already have. Using until
is useful when refreshing the explorer UI to check if any new signatures have been confirmed since the last fetch (common operation). Clients need to refresh with no params and dedupe but there could be gaps in fetched history.
Proposed Solution
Add until
option which works with together with before
/ limit
tag @mvines
Metadata
Assignees
Labels
No labels