Skip to content

Commit

Permalink
Changeset update
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-figment committed Jul 25, 2022
1 parent 3f91333 commit 0c12f3e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .changeset/clever-points-roll.md

This file was deleted.

30 changes: 30 additions & 0 deletions .changeset/strong-penguins-call.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
"ledger-live-desktop": major
"live-mobile": major
"@ledgerhq/live-common": major
"@ledgerhq/live-cli": minor
"@ledgerhq/cryptoassets": minor
---

Osmosis Send, Receive and Staking + Cosmos refactor

For additional context on what changed:

Major:

- 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.

Minor:

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

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

0 comments on commit 0c12f3e

Please sign in to comment.