Active development: 100 commits across 25 contributors
Code ActivitySource linked
8 active day(s) in LedgerHQ/ledger-live.
Utility
Verified BuilderMono-repository for Ledger Wallet apps and related packages
Code ActivitySource linked
8 active day(s) in LedgerHQ/ledger-live.
Code ActivitySource linked
10 active day(s) in LedgerHQ/wallet-connect-live-app.
View evidenceGithub ReleaseSource verified
## 4.18.0 ### Minor Changes - [#20911](https://github.com/LedgerHQ/ledger-live/pull/20911) [`4014093`](https://github.com/LedgerHQ/ledger-live/commit/4014093fe5fb899fdeae22f12b24c07540d2b2bf) Thanks [@claudiiafg](https://github.com/claudiiafg)! - Expose useOpenPrefillAddAddressFlow and mount PrefillAddAddressFlowRoot on Desktop and Mobile so consumers such as Send can open the prefilled Add Address flow without depending on Contacts internals. - [#21025](https://github.com/LedgerHQ/ledger-live/pull/21025) [`de982e6`](https://github.com/LedgerHQ/ledger-live/commit/de982e6a9ef6e2a27789212bee2729
View evidenceGithub ReleaseSource verified
## 4.18.0 ### Minor Changes - [#20911](https://github.com/LedgerHQ/ledger-live/pull/20911) [`4014093`](https://github.com/LedgerHQ/ledger-live/commit/4014093fe5fb899fdeae22f12b24c07540d2b2bf) Thanks [@claudiiafg](https://github.com/claudiiafg)! - Expose useOpenPrefillAddAddressFlow and mount PrefillAddAddressFlowRoot on Desktop and Mobile so consumers such as Send can open the prefilled Add Address flow without depending on Contacts internals. - [#21025](https://github.com/LedgerHQ/ledger-live/pull/21025) [`de982e6`](https://github.com/LedgerHQ/ledger-live/commit/de982e6a9ef6e2a27789212bee2729
View evidenceGithub ReleaseSource verified
## 4.17.0 ### Minor Changes - [#20611](https://github.com/LedgerHQ/ledger-live/pull/20611) [`5a87153`](https://github.com/LedgerHQ/ledger-live/commit/5a8715341159ffe80f0e380cff2affb9299406cb) Thanks [@mcayuelas-ledger](https://github.com/mcayuelas-ledger)! - Mount the first-time Pay tab FeatureTour on the PayTab screen in both apps. Visibility is self-gated by the payCard slice (shown on first visit, hidden after dismissal), copy is injected from app-owned i18n keys (payTab.featureTour.\*), and analytics are wired through the view-model. Adds unit and integration coverage for the conditional r
View evidenceGithub ReleaseSource verified
## 4.17.0 ### Minor Changes - [#20611](https://github.com/LedgerHQ/ledger-live/pull/20611) [`5a87153`](https://github.com/LedgerHQ/ledger-live/commit/5a8715341159ffe80f0e380cff2affb9299406cb) Thanks [@mcayuelas-ledger](https://github.com/mcayuelas-ledger)! - Mount the first-time Pay tab FeatureTour on the PayTab screen in both apps. Visibility is self-gated by the payCard slice (shown on first visit, hidden after dismissal), copy is injected from app-owned i18n keys (payTab.featureTour.\*), and analytics are wired through the view-model. Adds unit and integration coverage for the conditional r
View evidenceGithub ReleaseSource verified
## 4.16.0 ### Minor Changes - [#20278](https://github.com/LedgerHQ/ledger-live/pull/20278) [`3d24a89`](https://github.com/LedgerHQ/ledger-live/commit/3d24a898d59de55364ec29de29eaecb7ca14425d) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Drop the `@ledgerhq/errors` dependency, completing the errors sunset (LIVE-32915). The `@ledgerhq/errors` package is removed from the monorepo: no workspace source imported it anymore, every error class it held now lives in the package that owns it (`@ledgerhq/ledger-wallet-framework/errors` for the ones shared across coin modules). `createCustomError
View evidenceGithub ReleaseSource verified
## 4.16.0 ### Minor Changes - [#20278](https://github.com/LedgerHQ/ledger-live/pull/20278) [`3d24a89`](https://github.com/LedgerHQ/ledger-live/commit/3d24a898d59de55364ec29de29eaecb7ca14425d) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Drop the `@ledgerhq/errors` dependency, completing the errors sunset (LIVE-32915). The `@ledgerhq/errors` package is removed from the monorepo: no workspace source imported it anymore, every error class it held now lives in the package that owns it (`@ledgerhq/ledger-wallet-framework/errors` for the ones shared across coin modules). `createCustomError
View evidenceGithub ReleaseSource verified
## 4.15.0 ### Minor Changes - [#20280](https://github.com/LedgerHQ/ledger-live/pull/20280) [`9fcbe39`](https://github.com/LedgerHQ/ledger-live/commit/9fcbe39689ff122568ffb031a30dc3805ebb6add) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Stop depending on `@ledgerhq/errors` (LIVE-32915). No workspace package declares it anymore, and none may again: `enforce-boundaries` now fails CI on any manifest that does. The classes it held live in the package that owns them, with `@ledgerhq/ledger-wallet-framework/errors` as the shared home below the coin layer. The package itself stays in the re
View evidenceGithub ReleaseSource verified
## 4.14.0 ### Minor Changes - [#20129](https://github.com/LedgerHQ/ledger-live/pull/20129) [`ba20e39`](https://github.com/LedgerHQ/ledger-live/commit/ba20e3926e52284c04c9bc4e4b17b7c5e34b3cb5) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Migrate `checkLibs` and its two callers off `@ledgerhq/errors` as part of the errors sunset (LIVE-32915). `checkLibs` detects duplicated npm packages by comparing class identity, so `sanityChecks.ts` and both app entrypoints must import `NotEnoughBalance` from the same module. All three now use `@ledgerhq/ledger-wallet-framework/errors`. The duplicate
View evidenceGithub ReleaseSource verified
## 4.14.0 ### Minor Changes - [#20129](https://github.com/LedgerHQ/ledger-live/pull/20129) [`ba20e39`](https://github.com/LedgerHQ/ledger-live/commit/ba20e3926e52284c04c9bc4e4b17b7c5e34b3cb5) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Migrate `checkLibs` and its two callers off `@ledgerhq/errors` as part of the errors sunset (LIVE-32915). `checkLibs` detects duplicated npm packages by comparing class identity, so `sanityChecks.ts` and both app entrypoints must import `NotEnoughBalance` from the same module. All three now use `@ledgerhq/ledger-wallet-framework/errors`. The duplicate
View evidenceGithub ReleaseSource verified
This is a dummy release used by [gh-attach](https://github.com/Addono/gh-attach) as storage for attachment files linked from issues and pull requests. > [!WARNING] > Do not delete this release or its assets — doing so will break attachment links and embeds that reference them.
View evidenceGithub ReleaseSource verified
## 4.12.1 ### Patch Changes - [#20178](https://github.com/LedgerHQ/ledger-live/pull/20178) [`036c82f`](https://github.com/LedgerHQ/ledger-live/commit/036c82f79f99928dd382f2c9f0c0b1b2e54aa6cb) Thanks [@henri-ly](https://github.com/henri-ly)! - trigger change on mobile for solana hotfix
View evidenceGithub ReleaseSource verified
## 4.12.1 ### Patch Changes - Updated dependencies []: - @ledgerhq/live-common@36.5.1 - @ledgerhq/asset-detail@0.9.1 - @ledgerhq/live-dmk-desktop@0.20.2
View evidenceGithub ReleaseSource verified
## 4.13.1 ### Patch Changes - Updated dependencies []: - @ledgerhq/live-common@36.6.1 - @ledgerhq/asset-detail@0.9.2 - @ledgerhq/live-dmk-desktop@0.20.3
View evidenceGithub ReleaseSource verified
## 4.13.0 ### Minor Changes - [#19666](https://github.com/LedgerHQ/ledger-live/pull/19666) [`b842501`](https://github.com/LedgerHQ/ledger-live/commit/b8425019b0649ddaf37f875ea78ae9425016c728) Thanks [@deepyjr](https://github.com/deepyjr)! - Add Ledger Sync introduction translations to Mobile Contacts. - [#19813](https://github.com/LedgerHQ/ledger-live/pull/19813) [`928f6e2`](https://github.com/LedgerHQ/ledger-live/commit/928f6e2745d9713c12a8986d46bb3d7e31b5918a) Thanks [@aussedatlo](https://github.com/aussedatlo)! - bump @ledgerhq/context-module to 2.3.0 - [#19854](https://github.com/LedgerHQ/
View evidenceGithub ReleaseSource verified
## 4.13.0 ### Minor Changes - [#19843](https://github.com/LedgerHQ/ledger-live/pull/19843) [`6f30183`](https://github.com/LedgerHQ/ledger-live/commit/6f30183f9abdd21cf2e732eefacd339cad73b5bc) Thanks [@amaslakov](https://github.com/amaslakov)! - Fix InputCurrency not applying external value updates (e.g. amount presets) when focused after typing - [#19813](https://github.com/LedgerHQ/ledger-live/pull/19813) [`928f6e2`](https://github.com/LedgerHQ/ledger-live/commit/928f6e2745d9713c12a8986d46bb3d7e31b5918a) Thanks [@aussedatlo](https://github.com/aussedatlo)! - bump @ledgerhq/context-module to 2
View evidenceGithub ReleaseSource verified
## 4.12.0 ### Minor Changes - [#19309](https://github.com/LedgerHQ/ledger-live/pull/19309) [`27da624`](https://github.com/LedgerHQ/ledger-live/commit/27da6249452d911a9666d60b4a04a4ff4d9735d6) Thanks [@mateuszpalosz-ext](https://github.com/mateuszpalosz-ext)! - Private sync flow for Aleo (mobile) - [#19411](https://github.com/LedgerHQ/ledger-live/pull/19411) [`ca37cfe`](https://github.com/LedgerHQ/ledger-live/commit/ca37cfe7f451b88ebd76a9da7af70fcc6577cc53) Thanks [@dilaouid](https://github.com/dilaouid)! - fix(algorand): not opt in asa error message - [#19393](https://github.com/LedgerHQ/ledge
View evidenceGithub ReleaseSource verified
## 4.12.0 ### Minor Changes - [#19411](https://github.com/LedgerHQ/ledger-live/pull/19411) [`ca37cfe`](https://github.com/LedgerHQ/ledger-live/commit/ca37cfe7f451b88ebd76a9da7af70fcc6577cc53) Thanks [@dilaouid](https://github.com/dilaouid)! - fix(algorand): not opt in asa error message - [#19373](https://github.com/LedgerHQ/ledger-live/pull/19373) [`1f34a90`](https://github.com/LedgerHQ/ledger-live/commit/1f34a9055ccaea91ee2ab98a7b10ef1afc968e85) Thanks [@jiyuzhuang](https://github.com/jiyuzhuang)! - Fix GAM CTA visibility and empty-link click behavior on desktop and mobile - [#19396](https://
View evidenceGithub ReleaseSource verified
## 4.11.0 ### Minor Changes - [#19082](https://github.com/LedgerHQ/ledger-live/pull/19082) [`ba55b01`](https://github.com/LedgerHQ/ledger-live/commit/ba55b01bd7ed101f47e685c8204c2b9e9385d8b2) Thanks [@Valentin-Ledger](https://github.com/Valentin-Ledger)! - Rename the desktop analytics property emitted for the `ptxBorrowLiveApp` feature flag from `ptxBorrowLiveApp` to `borrowFeature` so it matches mobile and the documented `borrowFeature` Segment trait. - [#19180](https://github.com/LedgerHQ/ledger-live/pull/19180) [`343208d`](https://github.com/LedgerHQ/ledger-live/commit/343208d92d0ca0d6b0c23
View evidenceGithub ReleaseSource verified
## 4.11.0 ### Minor Changes - [#19030](https://github.com/LedgerHQ/ledger-live/pull/19030) [`9af0e8a`](https://github.com/LedgerHQ/ledger-live/commit/9af0e8a926ac4d0c7b7dccd43c0d913b3d805f42) Thanks [@mitchellv-ledger](https://github.com/mitchellv-ledger)! - Fix hasEnabledOsNotifications being intermittently tracked as false after the user enabled OS notifications - [#19029](https://github.com/LedgerHQ/ledger-live/pull/19029) [`a832b69`](https://github.com/LedgerHQ/ledger-live/commit/a832b69720b286c106002c5ef8b6742c76900b30) Thanks [@mateuszpalosz-ext](https://github.com/mateuszpalosz-ext)! -
View evidenceGithub ReleaseSource verified
## 4.10.1 ### Patch Changes - [#19602](https://github.com/LedgerHQ/ledger-live/pull/19602) [`5528d15`](https://github.com/LedgerHQ/ledger-live/commit/5528d15573b9ac1c54ce590b1b26b5cdfdf8eefa) Thanks [@LucasWerey](https://github.com/LucasWerey)! - Fix asset aggreg for L2
View evidenceGithub ReleaseSource verified
## 4.10.1 ### Patch Changes - Updated dependencies [[`91b83cf`](https://github.com/LedgerHQ/ledger-live/commit/91b83cf8af507a92d2ff535af4e62264a7c142a1), [`641779c`](https://github.com/LedgerHQ/ledger-live/commit/641779c220abf623cfbe95e2980e131ec1f3300c)]: - @ledgerhq/live-common@36.3.1 - @ledgerhq/asset-aggregation@0.9.1 - @ledgerhq/asset-detail@0.7.1 - @ledgerhq/live-dmk-desktop@0.19.1
View evidenceGithub ReleaseSource verified
## 4.10.0 ### Minor Changes - [#18943](https://github.com/LedgerHQ/ledger-live/pull/18943) [`d60474c`](https://github.com/LedgerHQ/ledger-live/commit/d60474ca81da537dad606744fe5b8ba3bb8f5ba6) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - fix(llc): use Arc native USDC's ERC20 token CAL descriptor for the exchange config, so the device shows the correct (6-decimal) swap amount - [#18641](https://github.com/LedgerHQ/ledger-live/pull/18641) [`104d174`](https://github.com/LedgerHQ/ledger-live/commit/104d17428f5d3f9fa1adf29709a29c447dcf40da) Thanks [@claudiiafg](http
View evidenceGithub ReleaseSource verified
## 4.10.0 ### Minor Changes - [#18707](https://github.com/LedgerHQ/ledger-live/pull/18707) [`64cb6e7`](https://github.com/LedgerHQ/ledger-live/commit/64cb6e72de12bb9d0706bd3593575ffee319fa9c) Thanks [@mcayuelas-ledger](https://github.com/mcayuelas-ledger)! - Add truncated text to asset names in the Analytics Asset Allocation table, matching the Assets section behavior (ellipsis with a tooltip showing the full name on hover) - [#18943](https://github.com/LedgerHQ/ledger-live/pull/18943) [`d60474c`](https://github.com/LedgerHQ/ledger-live/commit/d60474ca81da537dad606744fe5b8ba3bb8f5ba6) Thanks [
View evidenceWritten by HEY researchers and reviewed before publishing. Commentary with sources — not the project's own claims, and not evidence of shipping.
No published notes on LedgerHQ yet.
Know something about LedgerHQ? Sign in with GitHub to submit a research note. Notes are reviewed before they appear here.