-
Notifications
You must be signed in to change notification settings - Fork 20
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
view: implement subaccount filtering for ownedPositionIds
#1989
Labels
priority
Important to work on next
Comments
VanishMax
added a commit
that referenced
this issue
Jan 28, 2025
VanishMax
added a commit
that referenced
this issue
Jan 28, 2025
VanishMax
added a commit
that referenced
this issue
Jan 28, 2025
VanishMax
added a commit
that referenced
this issue
Jan 28, 2025
This was referenced Jan 28, 2025
VanishMax
added a commit
that referenced
this issue
Jan 29, 2025
* feat(wasm): #1989: change `isControlledAddress` method to `getIndexByAddress` * feat(types): #1989: change `isControlledAddress` method to `getIndexByAddress` * feat(protobuf): #1989: sync latest changes in penumbra protobufs * feat(storage): #1989: add subaccount filter to `getOwnedPositionIds` method * feat(services): #1989: add subaccount filter to `ownedPositionIds` method in viewService * chore: changeset * fix(wasm): lint * revert(wasm, types): use the previous version of wasm methods * fix(storage): update idb tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
In penumbra-zone/penumbra#4992 we amended the Penumbra view protocol protos to incorporate an optional account filter in the
OwnedPositionIds
RPC of theView
service.Describe the solution you'd like
Implement this RPC in the web view service so that the DEX explorer can do proper segmentation by sub-account.
The text was updated successfully, but these errors were encountered: