Skip to content

fix(core): make 'until' param exclusive for getSignaturesForAddress#582

Merged
MicaiahReid merged 3 commits intomainfrom
fix/get-signatures-for-address-until
Mar 23, 2026
Merged

fix(core): make 'until' param exclusive for getSignaturesForAddress#582
MicaiahReid merged 3 commits intomainfrom
fix/get-signatures-for-address-until

Conversation

@MicaiahReid
Copy link
Collaborator

@MicaiahReid MicaiahReid commented Mar 19, 2026

Fixes #576

@MicaiahReid MicaiahReid requested a review from lgalabru March 19, 2026 20:38
.take(limit)
.collect()
.collect();

Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we please have some comments describing this filtering spec?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done 9f3827a

@MicaiahReid MicaiahReid merged commit ed903f7 into main Mar 23, 2026
5 checks passed
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.

getSignaturesForAddress includes the signature passed as until param in its output

2 participants