Skip to content

@ledgerhq/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Aug 13:31
· 12668 commits to develop since this release
7f310a4

2.46.0

Minor Changes

  • #723 0c12f3e897 Thanks @marco-figment! - 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

  • #757 1edaab40e4 Thanks @gre! - Downgrade @sentry/node to a compatible version with @sentry/electron