Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pagination support for AllIntermediaryAccounts query in Superfluid Module #4168

Closed
Tracked by #4624
mattverse opened this issue Jan 31, 2023 · 1 comment · Fixed by #4752
Closed
Tracked by #4624

Add pagination support for AllIntermediaryAccounts query in Superfluid Module #4168

mattverse opened this issue Jan 31, 2023 · 1 comment · Fixed by #4752

Comments

@mattverse
Copy link
Member

Background

Noticed that we have pagination for the AllIntermediaryAccounts query in the superfluid module proto definitions((cref:https://github.com/osmosis-labs/osmosis/blob/main/proto/osmosis/superfluid/query.proto#L154-L161), but we're not correctly supporting pagination for the query(https://github.com/osmosis-labs/osmosis/blob/main/x/superfluid/keeper/grpc_query.go#L89-L106)

Suggested Design

Add support for pagination for this query, examples of using pagination can be found in the gamm module or the incentives module.

Acceptance Criteria

  • Pagination support for AllIntermediaryAccounts query in Superfluid module has been added
@DongLieu
Copy link
Contributor

Can i handle it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants