Add support for pagination at table level. (backport #1244) #1538
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelist
This PR aims to solve #1239 issue.
Specifically, it modifies the low-level functions used by the API provided by the indexer to add the pagination feature.
Test Plan
Tests are delivered with the features.
We have not tested the environment with a full live (development) environment, but have performed unit tests.
We encourage you to perform full (integration) testing before merging.
Author/Reviewer Checklist
If this PR has changes that result in a different app state given the same prior state and transaction list, manually add the
state-breaking
label.No breaking changes.
If the PR has breaking postgres changes to the indexer add the
indexer-postgres-breaking
label.No breaking changes.
If this PR isn't state-breaking but has changes that modify behavior in
PrepareProposal
orProcessProposal
, manually add the labelproposal-breaking
.No changes in
PrepareProposal
ORProcessProposal
.If this PR is one of many that implement a specific feature, manually label them all
feature:[feature-name]
.Probably should add feature:[support-pagination-in-transfers]
If you wish to for mergify-bot to automatically create a PR to backport your change to a release branch, manually add the label
backport/[branch-name]
.Manually add any of the following labels:
refactor
,chore
,bug
.Summary by CodeRabbit
New Features
Refactor
Tests
This is an automatic backport of pull request #1244 done by [Mergify](https://mergify.com).