Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Support pagination for transaction aggregate #619

Closed
faustbrian opened this issue Aug 3, 2020 · 0 comments · Fixed by #620
Closed

Support pagination for transaction aggregate #619

faustbrian opened this issue Aug 3, 2020 · 0 comments · Fixed by #620
Assignees
Labels
Type: Feature The issue is a request for new functionality.

Comments

@faustbrian
Copy link
Contributor

The transaction aggregate is responsible for gathering the transactions of all wallets that belong to a profile. The difficulty with streamlining this process is that we need the cursor from each coin to paginate the results but this cursor differs per coin and can be a string or number.

What needs to be figured out is how we keep track of the cursors inside of the aggregate to not leak the pagination logic out of the aggregate.

@faustbrian faustbrian added the Type: Feature The issue is a request for new functionality. label Aug 3, 2020
@faustbrian faustbrian self-assigned this Aug 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Type: Feature The issue is a request for new functionality.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant