Add pagination support for AllIntermediaryAccounts
query in Superfluid Module
#4168
Labels
AllIntermediaryAccounts
query in Superfluid Module
#4168
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
AllIntermediaryAccounts
query in Superfluid module has been addedThe text was updated successfully, but these errors were encountered: