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

feat: localOrchAccount.getBalance (non-vbank assets) and localOrchAccount.getBalances #10029

Merged
merged 11 commits into from
Sep 6, 2024

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    0864699 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbe58c7 View commit details
    Browse the repository at this point in the history
  3. feat!: lookupDenom -> getDenom and lookupAsset -> getAsset

    BREAKING CHANGE: lookupDenom -> getDenom and lookupAsset -> getAsset
    
    see []Method Naming Structure](https://docs.agoric.com/guides/ertp/#method-naming-structure) for more details
    0xpatrickdev committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    3ae2d6d View commit details
    Browse the repository at this point in the history
  4. feat!: getAsset returns undefined when lookup fails

    BREAKING CHANGE: The ChainHub.getAsset function returns undefined when a denom key is not found,
    instead of throwing an error
    0xpatrickdev committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    5cf8f49 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92bb532 View commit details
    Browse the repository at this point in the history
  6. fix: localOrchAccount.getBalance

    - getBalance should use asVow, as it synchronously throws errors
    0xpatrickdev committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    58ed5e7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1938ecd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    518230a View commit details
    Browse the repository at this point in the history
  9. feat: localOrchAccount.getBalances

    - use QueryAllBalancesRequest and localchain.query to return a list of a localOrchAccount's cosmos bank balances
    0xpatrickdev committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c95e229 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    72cbd68 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    687adf1 View commit details
    Browse the repository at this point in the history