-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat:
localOrchAccount.getBalance
(non-vbank assets) and `localOrch…
…Account.getBalances` (#10029) closes: #9610 ## Description - updates `LocalOrchestrationAccount.getBalance()` to support non-vbank assets (using `localchain.query()` to ask cosmos bank) - implements `LocalOrchestrationAccount.getBalances()` - BREAKING: renames `ChainHub.lookupDenom` and `ChainHub.lookupAsset` to `getDenom` and `getAsset` - BREAKING: `ChainHub.getAsset` returns undefined instead of throwing when lookup fails ### Security Considerations n/a ### Scaling Considerations n/a ### Documentation Considerations Updates pertinent jsodc and `exos/README.md` ### Testing Considerations Includes unit and e2e tests ### Upgrade Considerations n/a, unreleased code
- Loading branch information
Showing
20 changed files
with
395 additions
and
131 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
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
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
Oops, something went wrong.