-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* 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
- Loading branch information
Showing
7 changed files
with
105 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
'@penumbra-zone/storage': major | ||
'@penumbra-zone/protobuf': minor | ||
'@penumbra-zone/services': minor | ||
'@penumbra-zone/types': minor | ||
--- | ||
|
||
- storage: add subaccount filter to `getOwnedPositionIds` method | ||
- protobuf: sync latest changes in penumbra protobufs | ||
- services: add subaccount filter to `ownedPositionIds` method in ViewService | ||
- types: update indexedDB schema |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters