Skip to content

@ledgerhq/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Sep 11:15
· 11895 commits to develop since this release
fc7788a

2.47.0

Minor Changes

  • #856 3615a06f1 Thanks @andyhass! - Gracefully handle when user reaches the maximum number of Celo validator groups they can vote for.
  • #998 3a54cee86 Thanks @github-actions! - Osmosis Send, Receive and Staking + Cosmos refactor

    For additional context on what changed:

    • Ledger Live Desktop: functionality for Osmosis send, receive and staking.

    • Ledger Live Desktop: refactor of some Cosmos components to enable reusing some components for Osmosis.
      and easily integrate future Cosmos-based cryptocurrencies.

    • Ledger Live Common: functionality for Osmosis send, receive and staking.

    • Ledger Live Common: refactor of some Cosmos modules to enable reusing code for Osmosis.
      Notable changes are: renaming the hook useCosmosPreloadData to useCosmosFamilyPreloadData and turning
      validators.ts and js-synchronisation.ts into classes.

    • Ledger Live Mobile: only marked as major because the useCosmosPreloadData hook changed name, which is a breaking change.

    • Cryptoassets: updated a URL in the Osmosis cryptocurrency definition.

    • Live CLI: updated references to cosmosSourceValidators to sourceValidators for re-usability.

Patch Changes