Skip to content

SDK: Infinite query for vesting delegations - #625

Closed
seer-by-sentry[bot] wants to merge 1 commit into
developfrom
seer/feat/infinite-vesting-delegations
Closed

SDK: Infinite query for vesting delegations#625
seer-by-sentry[bot] wants to merge 1 commit into
developfrom
seer/feat/infinite-vesting-delegations

Conversation

@seer-by-sentry

Copy link
Copy Markdown
Contributor

Fixes ECENCY-NEXT-13JJ. The issue was that: getVestingDelegationsQueryOptions uses queryOptions instead of infiniteQueryOptions, omitting the required getNextPageParam for useInfiniteQuery.

  • Introduced getVestingDelegationsInfiniteQueryOptions in the SDK for fetching vesting delegations with infinite pagination.
  • Updated the use-debounce-transfer-account-data hook in the web app to use the new infinite query for improved handling of vesting delegations.

This fix was generated by Seer in Sentry, triggered automatically. 👁️ Run ID: 603490

Not quite right? Click here to continue debugging with Seer.

@feruzm

Copy link
Copy Markdown
Member

#626 does address this properly.

@feruzmferuzm closed this Jan 21, 2026
@feruzm
feruzm deleted the seer/feat/infinite-vesting-delegations branch January 21, 2026 11:57
Sign up for freeto 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.

1 participant

@feruzm