@ledgerhq/coin-vechain 3.0.0 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.unimportedrc.json +2 -1
- package/CHANGELOG.md +42 -2699
- package/lib/api/index.d.ts +2 -2
- package/lib/api/index.d.ts.map +1 -1
- package/lib/api/index.js +25 -22
- package/lib/api/index.js.map +1 -1
- package/lib/bridge/broadcast.d.ts.map +1 -1
- package/lib/bridge/broadcast.js +2 -1
- package/lib/bridge/broadcast.js.map +1 -1
- package/lib/bridge/createTransaction.js +1 -1
- package/lib/bridge/createTransaction.js.map +1 -1
- package/lib/bridge/estimateMaxSpendable.d.ts.map +1 -1
- package/lib/bridge/estimateMaxSpendable.js +2 -1
- package/lib/bridge/estimateMaxSpendable.js.map +1 -1
- package/lib/bridge/getTransactionStatus.d.ts.map +1 -1
- package/lib/bridge/getTransactionStatus.js +2 -1
- package/lib/bridge/getTransactionStatus.js.map +1 -1
- package/lib/bridge/prepareTransaction.d.ts.map +1 -1
- package/lib/bridge/prepareTransaction.js +4 -2
- package/lib/bridge/prepareTransaction.js.map +1 -1
- package/lib/bridge/synchronisation.d.ts.map +1 -1
- package/lib/bridge/synchronisation.js +6 -4
- package/lib/bridge/synchronisation.js.map +1 -1
- package/lib/common-logic/calculateGasFees.d.ts +2 -1
- package/lib/common-logic/calculateGasFees.d.ts.map +1 -1
- package/lib/common-logic/calculateGasFees.js +3 -3
- package/lib/common-logic/calculateGasFees.js.map +1 -1
- package/lib/common-logic/calculateTransactionInfo.d.ts +2 -1
- package/lib/common-logic/calculateTransactionInfo.d.ts.map +1 -1
- package/lib/common-logic/calculateTransactionInfo.js +2 -2
- package/lib/common-logic/calculateTransactionInfo.js.map +1 -1
- package/lib/common-logic/estimateGas.d.ts +2 -1
- package/lib/common-logic/estimateGas.d.ts.map +1 -1
- package/lib/common-logic/estimateGas.js +2 -2
- package/lib/common-logic/estimateGas.js.map +1 -1
- package/lib/common-logic/getThorClient.d.ts +2 -1
- package/lib/common-logic/getThorClient.d.ts.map +1 -1
- package/lib/common-logic/getThorClient.js +2 -2
- package/lib/common-logic/getThorClient.js.map +1 -1
- package/lib/common-logic/mapTransfersToOperations.d.ts +3 -2
- package/lib/common-logic/mapTransfersToOperations.d.ts.map +1 -1
- package/lib/common-logic/mapTransfersToOperations.js +4 -4
- package/lib/common-logic/mapTransfersToOperations.js.map +1 -1
- package/lib/config.d.ts +10 -4
- package/lib/config.d.ts.map +1 -1
- package/lib/config.js +9 -5
- package/lib/config.js.map +1 -1
- package/lib/logic/account/getBalance.d.ts +2 -1
- package/lib/logic/account/getBalance.d.ts.map +1 -1
- package/lib/logic/account/getBalance.js +3 -2
- package/lib/logic/account/getBalance.js.map +1 -1
- package/lib/logic/history/getBlock.d.ts +2 -1
- package/lib/logic/history/getBlock.d.ts.map +1 -1
- package/lib/logic/history/getBlock.js +3 -2
- package/lib/logic/history/getBlock.js.map +1 -1
- package/lib/logic/history/getBlockInfo.d.ts +2 -1
- package/lib/logic/history/getBlockInfo.d.ts.map +1 -1
- package/lib/logic/history/getBlockInfo.js +3 -2
- package/lib/logic/history/getBlockInfo.js.map +1 -1
- package/lib/logic/history/lastBlock.d.ts +2 -1
- package/lib/logic/history/lastBlock.d.ts.map +1 -1
- package/lib/logic/history/lastBlock.js +4 -3
- package/lib/logic/history/lastBlock.js.map +1 -1
- package/lib/logic/history/listOperations.d.ts +2 -1
- package/lib/logic/history/listOperations.d.ts.map +1 -1
- package/lib/logic/history/listOperations.js +5 -4
- package/lib/logic/history/listOperations.js.map +1 -1
- package/lib/logic/transaction/broadcast.d.ts +2 -1
- package/lib/logic/transaction/broadcast.d.ts.map +1 -1
- package/lib/logic/transaction/broadcast.js +3 -2
- package/lib/logic/transaction/broadcast.js.map +1 -1
- package/lib/logic/transaction/combine.d.ts +1 -1
- package/lib/logic/transaction/combine.d.ts.map +1 -1
- package/lib/logic/transaction/combine.js +4 -1
- package/lib/logic/transaction/combine.js.map +1 -1
- package/lib/logic/transaction/craftTransaction.d.ts +2 -1
- package/lib/logic/transaction/craftTransaction.d.ts.map +1 -1
- package/lib/logic/transaction/craftTransaction.js +11 -10
- package/lib/logic/transaction/craftTransaction.js.map +1 -1
- package/lib/logic/transaction/estimateFees.d.ts +2 -1
- package/lib/logic/transaction/estimateFees.d.ts.map +1 -1
- package/lib/logic/transaction/estimateFees.js +2 -2
- package/lib/logic/transaction/estimateFees.js.map +1 -1
- package/lib/network/getBlock.d.ts +2 -1
- package/lib/network/getBlock.d.ts.map +1 -1
- package/lib/network/getBlock.js +2 -2
- package/lib/network/getBlock.js.map +1 -1
- package/lib/network/getFees.d.ts +2 -1
- package/lib/network/getFees.d.ts.map +1 -1
- package/lib/network/getFees.js +2 -2
- package/lib/network/getFees.js.map +1 -1
- package/lib/network/sdk.d.ts +7 -6
- package/lib/network/sdk.d.ts.map +1 -1
- package/lib/network/sdk.js +18 -18
- package/lib/network/sdk.js.map +1 -1
- package/lib/test/context.d.ts +6 -0
- package/lib/test/context.d.ts.map +1 -0
- package/lib/test/context.js +15 -0
- package/lib/test/context.js.map +1 -0
- package/lib-es/api/index.d.ts +2 -2
- package/lib-es/api/index.d.ts.map +1 -1
- package/lib-es/api/index.js +25 -22
- package/lib-es/api/index.js.map +1 -1
- package/lib-es/bridge/broadcast.d.ts.map +1 -1
- package/lib-es/bridge/broadcast.js +2 -1
- package/lib-es/bridge/broadcast.js.map +1 -1
- package/lib-es/bridge/createTransaction.js +2 -2
- package/lib-es/bridge/createTransaction.js.map +1 -1
- package/lib-es/bridge/estimateMaxSpendable.d.ts.map +1 -1
- package/lib-es/bridge/estimateMaxSpendable.js +2 -1
- package/lib-es/bridge/estimateMaxSpendable.js.map +1 -1
- package/lib-es/bridge/getTransactionStatus.d.ts.map +1 -1
- package/lib-es/bridge/getTransactionStatus.js +2 -1
- package/lib-es/bridge/getTransactionStatus.js.map +1 -1
- package/lib-es/bridge/prepareTransaction.d.ts.map +1 -1
- package/lib-es/bridge/prepareTransaction.js +4 -2
- package/lib-es/bridge/prepareTransaction.js.map +1 -1
- package/lib-es/bridge/synchronisation.d.ts.map +1 -1
- package/lib-es/bridge/synchronisation.js +6 -4
- package/lib-es/bridge/synchronisation.js.map +1 -1
- package/lib-es/common-logic/calculateGasFees.d.ts +2 -1
- package/lib-es/common-logic/calculateGasFees.d.ts.map +1 -1
- package/lib-es/common-logic/calculateGasFees.js +3 -3
- package/lib-es/common-logic/calculateGasFees.js.map +1 -1
- package/lib-es/common-logic/calculateTransactionInfo.d.ts +2 -1
- package/lib-es/common-logic/calculateTransactionInfo.d.ts.map +1 -1
- package/lib-es/common-logic/calculateTransactionInfo.js +2 -2
- package/lib-es/common-logic/calculateTransactionInfo.js.map +1 -1
- package/lib-es/common-logic/estimateGas.d.ts +2 -1
- package/lib-es/common-logic/estimateGas.d.ts.map +1 -1
- package/lib-es/common-logic/estimateGas.js +2 -2
- package/lib-es/common-logic/estimateGas.js.map +1 -1
- package/lib-es/common-logic/getThorClient.d.ts +2 -1
- package/lib-es/common-logic/getThorClient.d.ts.map +1 -1
- package/lib-es/common-logic/getThorClient.js +2 -2
- package/lib-es/common-logic/getThorClient.js.map +1 -1
- package/lib-es/common-logic/mapTransfersToOperations.d.ts +3 -2
- package/lib-es/common-logic/mapTransfersToOperations.d.ts.map +1 -1
- package/lib-es/common-logic/mapTransfersToOperations.js +4 -4
- package/lib-es/common-logic/mapTransfersToOperations.js.map +1 -1
- package/lib-es/config.d.ts +10 -4
- package/lib-es/config.d.ts.map +1 -1
- package/lib-es/config.js +9 -5
- package/lib-es/config.js.map +1 -1
- package/lib-es/logic/account/getBalance.d.ts +2 -1
- package/lib-es/logic/account/getBalance.d.ts.map +1 -1
- package/lib-es/logic/account/getBalance.js +3 -2
- package/lib-es/logic/account/getBalance.js.map +1 -1
- package/lib-es/logic/history/getBlock.d.ts +2 -1
- package/lib-es/logic/history/getBlock.d.ts.map +1 -1
- package/lib-es/logic/history/getBlock.js +3 -2
- package/lib-es/logic/history/getBlock.js.map +1 -1
- package/lib-es/logic/history/getBlockInfo.d.ts +2 -1
- package/lib-es/logic/history/getBlockInfo.d.ts.map +1 -1
- package/lib-es/logic/history/getBlockInfo.js +3 -2
- package/lib-es/logic/history/getBlockInfo.js.map +1 -1
- package/lib-es/logic/history/lastBlock.d.ts +2 -1
- package/lib-es/logic/history/lastBlock.d.ts.map +1 -1
- package/lib-es/logic/history/lastBlock.js +4 -3
- package/lib-es/logic/history/lastBlock.js.map +1 -1
- package/lib-es/logic/history/listOperations.d.ts +2 -1
- package/lib-es/logic/history/listOperations.d.ts.map +1 -1
- package/lib-es/logic/history/listOperations.js +5 -4
- package/lib-es/logic/history/listOperations.js.map +1 -1
- package/lib-es/logic/transaction/broadcast.d.ts +2 -1
- package/lib-es/logic/transaction/broadcast.d.ts.map +1 -1
- package/lib-es/logic/transaction/broadcast.js +3 -2
- package/lib-es/logic/transaction/broadcast.js.map +1 -1
- package/lib-es/logic/transaction/combine.d.ts +1 -1
- package/lib-es/logic/transaction/combine.d.ts.map +1 -1
- package/lib-es/logic/transaction/combine.js +4 -1
- package/lib-es/logic/transaction/combine.js.map +1 -1
- package/lib-es/logic/transaction/craftTransaction.d.ts +2 -1
- package/lib-es/logic/transaction/craftTransaction.d.ts.map +1 -1
- package/lib-es/logic/transaction/craftTransaction.js +11 -10
- package/lib-es/logic/transaction/craftTransaction.js.map +1 -1
- package/lib-es/logic/transaction/estimateFees.d.ts +2 -1
- package/lib-es/logic/transaction/estimateFees.d.ts.map +1 -1
- package/lib-es/logic/transaction/estimateFees.js +2 -2
- package/lib-es/logic/transaction/estimateFees.js.map +1 -1
- package/lib-es/network/getBlock.d.ts +2 -1
- package/lib-es/network/getBlock.d.ts.map +1 -1
- package/lib-es/network/getBlock.js +2 -2
- package/lib-es/network/getBlock.js.map +1 -1
- package/lib-es/network/getFees.d.ts +2 -1
- package/lib-es/network/getFees.d.ts.map +1 -1
- package/lib-es/network/getFees.js +2 -2
- package/lib-es/network/getFees.js.map +1 -1
- package/lib-es/network/sdk.d.ts +7 -6
- package/lib-es/network/sdk.d.ts.map +1 -1
- package/lib-es/network/sdk.js +18 -18
- package/lib-es/network/sdk.js.map +1 -1
- package/lib-es/test/context.d.ts +6 -0
- package/lib-es/test/context.d.ts.map +1 -0
- package/lib-es/test/context.js +11 -0
- package/lib-es/test/context.js.map +1 -0
- package/package.json +6 -6
- package/src/api/index.integ.test.ts +21 -24
- package/src/api/index.ts +74 -27
- package/src/api/index.unit.test.ts +68 -48
- package/src/bridge/broadcast.integ.test.ts +2 -1
- package/src/bridge/broadcast.test.ts +1 -1
- package/src/bridge/broadcast.ts +2 -1
- package/src/bridge/createTransaction.ts +2 -2
- package/src/bridge/estimateMaxSpendable.test.ts +19 -3
- package/src/bridge/estimateMaxSpendable.ts +2 -0
- package/src/bridge/getTransactionStatus.test.ts +11 -6
- package/src/bridge/getTransactionStatus.ts +2 -0
- package/src/bridge/prepareTransaction.test.ts +5 -1
- package/src/bridge/prepareTransaction.ts +4 -2
- package/src/bridge/synchronisation.ts +7 -3
- package/src/common-logic/calculateGasFees.test.ts +101 -27
- package/src/common-logic/calculateGasFees.ts +4 -2
- package/src/common-logic/calculateTransactionInfo.test.ts +71 -16
- package/src/common-logic/calculateTransactionInfo.ts +3 -1
- package/src/common-logic/estimateGas.test.ts +13 -10
- package/src/common-logic/estimateGas.ts +3 -1
- package/src/common-logic/getThorClient.test.ts +7 -7
- package/src/common-logic/getThorClient.ts +3 -3
- package/src/common-logic/mapTransfersToOperations.test.ts +48 -13
- package/src/common-logic/mapTransfersToOperations.ts +5 -2
- package/src/config.test.ts +3 -3
- package/src/config.ts +13 -6
- package/src/logic/account/getBalance.ts +4 -2
- package/src/logic/account/getBalance.unit.test.ts +6 -4
- package/src/logic/history/getBlock.ts +4 -2
- package/src/logic/history/getBlock.unit.test.ts +8 -5
- package/src/logic/history/getBlockInfo.ts +4 -2
- package/src/logic/history/getBlockInfo.unit.test.ts +6 -3
- package/src/logic/history/lastBlock.ts +5 -3
- package/src/logic/history/lastBlock.unit.test.ts +6 -3
- package/src/logic/history/listOperations.ts +6 -3
- package/src/logic/history/listOperations.unit.test.ts +10 -6
- package/src/logic/transaction/broadcast.msw.test.ts +7 -2
- package/src/logic/transaction/broadcast.ts +8 -2
- package/src/logic/transaction/broadcast.unit.test.ts +6 -3
- package/src/logic/transaction/combine.ts +6 -2
- package/src/logic/transaction/combine.unit.test.ts +3 -3
- package/src/logic/transaction/craftTransaction.ts +16 -9
- package/src/logic/transaction/craftTransaction.unit.test.ts +29 -28
- package/src/logic/transaction/estimateFees.ts +3 -0
- package/src/logic/transaction/estimateFees.unit.test.ts +15 -12
- package/src/network/getBlock.ts +3 -2
- package/src/network/getBlock.unit.test.ts +11 -6
- package/src/network/getFees.ts +6 -3
- package/src/network/sdk.integ.test.ts +8 -1
- package/src/network/sdk.test.ts +18 -7
- package/src/network/sdk.ts +25 -15
- package/src/test/context.ts +15 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,46 @@
|
|
|
1
1
|
# @ledgerhq/coin-evm
|
|
2
2
|
|
|
3
|
+
## 4.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#20752](https://github.com/LedgerHQ/ledger-live/pull/20752) [`b2896a9`](https://github.com/LedgerHQ/ledger-live/commit/b2896a9b10cf6daaa8f532eaa12f016df606eb8b) Thanks [@live-github-bot](https://github.com/apps/live-github-bot)! - Update combine to accept string[] per ADR-047
|
|
8
|
+
|
|
9
|
+
### Minor Changes
|
|
10
|
+
|
|
11
|
+
- [#20571](https://github.com/LedgerHQ/ledger-live/pull/20571) [`7c8d5df`](https://github.com/LedgerHQ/ledger-live/commit/7c8d5dfa862a2e9c3a35251b5d06a3cd4f905d2a) Thanks [@live-github-bot](https://github.com/apps/live-github-bot)! - Thread the coin-module `Context` (ADR-019) explicitly through the coin-evm, coin-vechain and coin-near api and logic layers instead of resolving configuration from the module-level `getCoinConfig` singleton. Exported logic functions now take the context as their first argument, resolve `config` from it (`await context.config(currencyId)`), and pass an explicit, required `config` down to the network layer — no `config?` optionals and no singleton reads on the data path. `getCoinConfig`/`setCoinConfig` remain only as the compatibility surface for the classic account bridge. Ledger Live consumers (live-common, desktop, mobile and coin-celo) are updated to resolve and pass config/context explicitly. Also fixes a coin-polkadot type-inference issue where `getTransactionMaterialWithMetadata`'s cache-key extractor narrowed the cached signature and dropped the `config` argument.
|
|
12
|
+
|
|
13
|
+
- [#20786](https://github.com/LedgerHQ/ledger-live/pull/20786) [`75d0c9b`](https://github.com/LedgerHQ/ledger-live/commit/75d0c9b97aced42be1f465319ee17ccaafcd649d) Thanks [@live-github-bot](https://github.com/apps/live-github-bot)! - Add unsupported `register` to CoinModuleApi implementations (ADR-046)
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [[`eecf99a`](https://github.com/LedgerHQ/ledger-live/commit/eecf99af5c17ab63724843c31d5f3facc6352dad), [`030fc67`](https://github.com/LedgerHQ/ledger-live/commit/030fc677db03e8a411d3d33d2fa88e1ab04df80b), [`b6da6b1`](https://github.com/LedgerHQ/ledger-live/commit/b6da6b1b1c98d022f30985c6103c239bffd0c7df), [`79882e2`](https://github.com/LedgerHQ/ledger-live/commit/79882e26a14f246f1cc969937e011b16e701b8f2), [`a20805c`](https://github.com/LedgerHQ/ledger-live/commit/a20805cebd95f2f620d394c4d7598ec93506c83e), [`030b427`](https://github.com/LedgerHQ/ledger-live/commit/030b42707768af3f9c98a15fc6751f1d64b36fe6)]:
|
|
18
|
+
- @ledgerhq/ledger-wallet-framework@3.0.0
|
|
19
|
+
|
|
20
|
+
## 4.0.0-next.1
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- Updated dependencies []:
|
|
25
|
+
- @ledgerhq/ledger-wallet-framework@3.0.0-next.1
|
|
26
|
+
|
|
27
|
+
## 4.0.0-next.0
|
|
28
|
+
|
|
29
|
+
### Major Changes
|
|
30
|
+
|
|
31
|
+
- [#20752](https://github.com/LedgerHQ/ledger-live/pull/20752) [`b2896a9`](https://github.com/LedgerHQ/ledger-live/commit/b2896a9b10cf6daaa8f532eaa12f016df606eb8b) Thanks [@live-github-bot](https://github.com/apps/live-github-bot)! - Update combine to accept string[] per ADR-047
|
|
32
|
+
|
|
33
|
+
### Minor Changes
|
|
34
|
+
|
|
35
|
+
- [#20571](https://github.com/LedgerHQ/ledger-live/pull/20571) [`7c8d5df`](https://github.com/LedgerHQ/ledger-live/commit/7c8d5dfa862a2e9c3a35251b5d06a3cd4f905d2a) Thanks [@live-github-bot](https://github.com/apps/live-github-bot)! - Thread the coin-module `Context` (ADR-019) explicitly through the coin-evm, coin-vechain and coin-near api and logic layers instead of resolving configuration from the module-level `getCoinConfig` singleton. Exported logic functions now take the context as their first argument, resolve `config` from it (`await context.config(currencyId)`), and pass an explicit, required `config` down to the network layer — no `config?` optionals and no singleton reads on the data path. `getCoinConfig`/`setCoinConfig` remain only as the compatibility surface for the classic account bridge. Ledger Live consumers (live-common, desktop, mobile and coin-celo) are updated to resolve and pass config/context explicitly. Also fixes a coin-polkadot type-inference issue where `getTransactionMaterialWithMetadata`'s cache-key extractor narrowed the cached signature and dropped the `config` argument.
|
|
36
|
+
|
|
37
|
+
- [#20786](https://github.com/LedgerHQ/ledger-live/pull/20786) [`75d0c9b`](https://github.com/LedgerHQ/ledger-live/commit/75d0c9b97aced42be1f465319ee17ccaafcd649d) Thanks [@live-github-bot](https://github.com/apps/live-github-bot)! - Add unsupported `register` to CoinModuleApi implementations (ADR-046)
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- Updated dependencies [[`eecf99a`](https://github.com/LedgerHQ/ledger-live/commit/eecf99af5c17ab63724843c31d5f3facc6352dad), [`030fc67`](https://github.com/LedgerHQ/ledger-live/commit/030fc677db03e8a411d3d33d2fa88e1ab04df80b), [`b6da6b1`](https://github.com/LedgerHQ/ledger-live/commit/b6da6b1b1c98d022f30985c6103c239bffd0c7df), [`79882e2`](https://github.com/LedgerHQ/ledger-live/commit/79882e26a14f246f1cc969937e011b16e701b8f2), [`a20805c`](https://github.com/LedgerHQ/ledger-live/commit/a20805cebd95f2f620d394c4d7598ec93506c83e), [`030b427`](https://github.com/LedgerHQ/ledger-live/commit/030b42707768af3f9c98a15fc6751f1d64b36fe6)]:
|
|
42
|
+
- @ledgerhq/ledger-wallet-framework@3.0.0-next.0
|
|
43
|
+
|
|
3
44
|
## 3.0.0
|
|
4
45
|
|
|
5
46
|
### Major Changes
|
|
@@ -349,2702 +390,4 @@
|
|
|
349
390
|
- @ledgerhq/devices@8.15.0
|
|
350
391
|
- @ledgerhq/live-network@2.6.3
|
|
351
392
|
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
### Patch Changes
|
|
355
|
-
|
|
356
|
-
- Updated dependencies [[`5fc817a`](https://github.com/LedgerHQ/ledger-live/commit/5fc817a5ee316396a327e5b10eccd8314bfb2df5), [`44fd893`](https://github.com/LedgerHQ/ledger-live/commit/44fd8931435a52232cfd5abed3fec7a5b275a9be), [`65f87d9`](https://github.com/LedgerHQ/ledger-live/commit/65f87d938ac4158e0ae706593d2a46561097f5a9), [`73afced`](https://github.com/LedgerHQ/ledger-live/commit/73afced223c37efeb24943ffb9cc1ee788b72a6f)]:
|
|
357
|
-
- @ledgerhq/cryptoassets@13.50.0-next.0
|
|
358
|
-
- @ledgerhq/live-env@2.37.0-next.0
|
|
359
|
-
- @ledgerhq/ledger-wallet-framework@2.0.0-next.0
|
|
360
|
-
- @ledgerhq/devices@8.15.0-next.0
|
|
361
|
-
- @ledgerhq/live-network@2.6.3-next.0
|
|
362
|
-
|
|
363
|
-
## 2.22.2
|
|
364
|
-
|
|
365
|
-
### Patch Changes
|
|
366
|
-
|
|
367
|
-
- Updated dependencies [[`839537d`](https://github.com/LedgerHQ/ledger-live/commit/839537d42f9c2bf87ad0faf64e51966250976055), [`822bc92`](https://github.com/LedgerHQ/ledger-live/commit/822bc92945248ddd31304aa7ca90854c849d217f), [`2eabd7f`](https://github.com/LedgerHQ/ledger-live/commit/2eabd7f56680e1399926a96b4bdeaf628e435999), [`62ec3e5`](https://github.com/LedgerHQ/ledger-live/commit/62ec3e5917ceee80c0384eea6ee0901faa58b08a), [`a61f904`](https://github.com/LedgerHQ/ledger-live/commit/a61f90478795bff6956d2a9083ec47d44e6e9a46), [`5de991c`](https://github.com/LedgerHQ/ledger-live/commit/5de991c8686f473d2323b9c6536c53b7badf5f3d)]:
|
|
368
|
-
- @ledgerhq/cryptoassets@13.49.0
|
|
369
|
-
- @ledgerhq/ledger-wallet-framework@1.6.0
|
|
370
|
-
- @ledgerhq/live-env@2.36.0
|
|
371
|
-
- @ledgerhq/live-network@2.6.2
|
|
372
|
-
|
|
373
|
-
## 2.22.2-next.0
|
|
374
|
-
|
|
375
|
-
### Patch Changes
|
|
376
|
-
|
|
377
|
-
- Updated dependencies [[`839537d`](https://github.com/LedgerHQ/ledger-live/commit/839537d42f9c2bf87ad0faf64e51966250976055), [`822bc92`](https://github.com/LedgerHQ/ledger-live/commit/822bc92945248ddd31304aa7ca90854c849d217f), [`2eabd7f`](https://github.com/LedgerHQ/ledger-live/commit/2eabd7f56680e1399926a96b4bdeaf628e435999), [`62ec3e5`](https://github.com/LedgerHQ/ledger-live/commit/62ec3e5917ceee80c0384eea6ee0901faa58b08a), [`a61f904`](https://github.com/LedgerHQ/ledger-live/commit/a61f90478795bff6956d2a9083ec47d44e6e9a46), [`5de991c`](https://github.com/LedgerHQ/ledger-live/commit/5de991c8686f473d2323b9c6536c53b7badf5f3d)]:
|
|
378
|
-
- @ledgerhq/cryptoassets@13.49.0-next.0
|
|
379
|
-
- @ledgerhq/ledger-wallet-framework@1.6.0-next.0
|
|
380
|
-
- @ledgerhq/live-env@2.36.0-next.0
|
|
381
|
-
- @ledgerhq/live-network@2.6.2-next.0
|
|
382
|
-
|
|
383
|
-
## 2.22.1
|
|
384
|
-
|
|
385
|
-
### Patch Changes
|
|
386
|
-
|
|
387
|
-
- Updated dependencies [[`3b746ee`](https://github.com/LedgerHQ/ledger-live/commit/3b746eea7f3f2be633947e8e9112987457c864a5), [`1368afd`](https://github.com/LedgerHQ/ledger-live/commit/1368afdc7218a68c803672e6e412f8f9f6e62142), [`abdb866`](https://github.com/LedgerHQ/ledger-live/commit/abdb8662fba3784399a747ece63a11cc4f6e23bb), [`5177d5e`](https://github.com/LedgerHQ/ledger-live/commit/5177d5e6311047cc7485a66dbcb8971c9a8c0a5c), [`912e673`](https://github.com/LedgerHQ/ledger-live/commit/912e673368baa0342316c882653768d570b71262), [`6e832a0`](https://github.com/LedgerHQ/ledger-live/commit/6e832a044bd7abb704f0a45ea782e55c1b25487c), [`2257d43`](https://github.com/LedgerHQ/ledger-live/commit/2257d43630933127549300f39ade1e2b01f94cb8), [`08762c2`](https://github.com/LedgerHQ/ledger-live/commit/08762c286e38136293108c19efa72ae8fbd1286b)]:
|
|
388
|
-
- @ledgerhq/ledger-wallet-framework@1.5.0
|
|
389
|
-
- @ledgerhq/cryptoassets@13.48.0
|
|
390
|
-
- @ledgerhq/live-env@2.35.0
|
|
391
|
-
- @ledgerhq/live-network@2.6.1
|
|
392
|
-
|
|
393
|
-
## 2.22.1-next.0
|
|
394
|
-
|
|
395
|
-
### Patch Changes
|
|
396
|
-
|
|
397
|
-
- Updated dependencies [[`3b746ee`](https://github.com/LedgerHQ/ledger-live/commit/3b746eea7f3f2be633947e8e9112987457c864a5), [`1368afd`](https://github.com/LedgerHQ/ledger-live/commit/1368afdc7218a68c803672e6e412f8f9f6e62142), [`abdb866`](https://github.com/LedgerHQ/ledger-live/commit/abdb8662fba3784399a747ece63a11cc4f6e23bb), [`5177d5e`](https://github.com/LedgerHQ/ledger-live/commit/5177d5e6311047cc7485a66dbcb8971c9a8c0a5c), [`912e673`](https://github.com/LedgerHQ/ledger-live/commit/912e673368baa0342316c882653768d570b71262), [`6e832a0`](https://github.com/LedgerHQ/ledger-live/commit/6e832a044bd7abb704f0a45ea782e55c1b25487c), [`2257d43`](https://github.com/LedgerHQ/ledger-live/commit/2257d43630933127549300f39ade1e2b01f94cb8), [`08762c2`](https://github.com/LedgerHQ/ledger-live/commit/08762c286e38136293108c19efa72ae8fbd1286b)]:
|
|
398
|
-
- @ledgerhq/ledger-wallet-framework@1.5.0-next.0
|
|
399
|
-
- @ledgerhq/cryptoassets@13.48.0-next.0
|
|
400
|
-
- @ledgerhq/live-env@2.35.0-next.0
|
|
401
|
-
- @ledgerhq/live-network@2.6.1-next.0
|
|
402
|
-
|
|
403
|
-
## 2.22.0
|
|
404
|
-
|
|
405
|
-
### Minor Changes
|
|
406
|
-
|
|
407
|
-
- [#16929](https://github.com/LedgerHQ/ledger-live/pull/16929) [`2b71600`](https://github.com/LedgerHQ/ledger-live/commit/2b716004309ceb17fc694c967db7160c900358f9) Thanks [@alevito](https://github.com/alevito)! - Fix valid vechain addresses rejected due to letter casing.
|
|
408
|
-
|
|
409
|
-
- [#16424](https://github.com/LedgerHQ/ledger-live/pull/16424) [`34d92d3`](https://github.com/LedgerHQ/ledger-live/commit/34d92d3b2090b3c8a136ff8be8e4f08dddedef68) Thanks [@alevito](https://github.com/alevito)! - Use pagination to `getOperations` when logged operations exceed limit 1000.
|
|
410
|
-
|
|
411
|
-
### Patch Changes
|
|
412
|
-
|
|
413
|
-
- Updated dependencies [[`0d11df6`](https://github.com/LedgerHQ/ledger-live/commit/0d11df6ef8dc781171071824ad1c39e3beed7730), [`b866ea6`](https://github.com/LedgerHQ/ledger-live/commit/b866ea67bcbd408a33dbc9233ef55298e2a8ef25), [`d308b1a`](https://github.com/LedgerHQ/ledger-live/commit/d308b1a6b9c629839f051cf367a527f4232120c7), [`e6dc658`](https://github.com/LedgerHQ/ledger-live/commit/e6dc658b83ebd2102e19a1fead021443457c05d9), [`fb4d165`](https://github.com/LedgerHQ/ledger-live/commit/fb4d1656be8dc8e933e55600970a2e991fbaeebb), [`5bd95a9`](https://github.com/LedgerHQ/ledger-live/commit/5bd95a9ceaac4d08c87d635f721265357368f8ee)]:
|
|
414
|
-
- @ledgerhq/ledger-wallet-framework@1.4.0
|
|
415
|
-
- @ledgerhq/live-env@2.34.0
|
|
416
|
-
- @ledgerhq/errors@6.35.0
|
|
417
|
-
- @ledgerhq/cryptoassets@13.47.0
|
|
418
|
-
- @ledgerhq/live-network@2.6.0
|
|
419
|
-
- @ledgerhq/devices@8.14.2
|
|
420
|
-
|
|
421
|
-
## 2.22.0-next.1
|
|
422
|
-
|
|
423
|
-
### Patch Changes
|
|
424
|
-
|
|
425
|
-
- Updated dependencies [[`e6dc658`](https://github.com/LedgerHQ/ledger-live/commit/e6dc658b83ebd2102e19a1fead021443457c05d9)]:
|
|
426
|
-
- @ledgerhq/cryptoassets@13.47.0-next.1
|
|
427
|
-
- @ledgerhq/ledger-wallet-framework@1.4.0-next.1
|
|
428
|
-
|
|
429
|
-
## 2.22.0-next.0
|
|
430
|
-
|
|
431
|
-
### Minor Changes
|
|
432
|
-
|
|
433
|
-
- [#16929](https://github.com/LedgerHQ/ledger-live/pull/16929) [`2b71600`](https://github.com/LedgerHQ/ledger-live/commit/2b716004309ceb17fc694c967db7160c900358f9) Thanks [@alevito](https://github.com/alevito)! - Fix valid vechain addresses rejected due to letter casing.
|
|
434
|
-
|
|
435
|
-
- [#16424](https://github.com/LedgerHQ/ledger-live/pull/16424) [`34d92d3`](https://github.com/LedgerHQ/ledger-live/commit/34d92d3b2090b3c8a136ff8be8e4f08dddedef68) Thanks [@alevito](https://github.com/alevito)! - Use pagination to `getOperations` when logged operations exceed limit 1000.
|
|
436
|
-
|
|
437
|
-
### Patch Changes
|
|
438
|
-
|
|
439
|
-
- Updated dependencies [[`0d11df6`](https://github.com/LedgerHQ/ledger-live/commit/0d11df6ef8dc781171071824ad1c39e3beed7730), [`b866ea6`](https://github.com/LedgerHQ/ledger-live/commit/b866ea67bcbd408a33dbc9233ef55298e2a8ef25), [`d308b1a`](https://github.com/LedgerHQ/ledger-live/commit/d308b1a6b9c629839f051cf367a527f4232120c7), [`fb4d165`](https://github.com/LedgerHQ/ledger-live/commit/fb4d1656be8dc8e933e55600970a2e991fbaeebb), [`5bd95a9`](https://github.com/LedgerHQ/ledger-live/commit/5bd95a9ceaac4d08c87d635f721265357368f8ee)]:
|
|
440
|
-
- @ledgerhq/ledger-wallet-framework@1.4.0-next.0
|
|
441
|
-
- @ledgerhq/live-env@2.34.0-next.0
|
|
442
|
-
- @ledgerhq/errors@6.35.0-next.0
|
|
443
|
-
- @ledgerhq/cryptoassets@13.47.0-next.0
|
|
444
|
-
- @ledgerhq/live-network@2.6.0-next.0
|
|
445
|
-
- @ledgerhq/devices@8.14.2-next.0
|
|
446
|
-
|
|
447
|
-
## 2.21.2
|
|
448
|
-
|
|
449
|
-
### Patch Changes
|
|
450
|
-
|
|
451
|
-
- Updated dependencies [[`202cc42`](https://github.com/LedgerHQ/ledger-live/commit/202cc423b09662b5b25012b84124aecd4dc7245d)]:
|
|
452
|
-
- @ledgerhq/errors@6.34.1
|
|
453
|
-
- @ledgerhq/ledger-wallet-framework@1.3.2
|
|
454
|
-
- @ledgerhq/cryptoassets@13.46.2
|
|
455
|
-
- @ledgerhq/devices@8.14.2
|
|
456
|
-
- @ledgerhq/live-network@2.5.2
|
|
457
|
-
|
|
458
|
-
## 2.21.2-hotfix.0
|
|
459
|
-
|
|
460
|
-
### Patch Changes
|
|
461
|
-
|
|
462
|
-
- Updated dependencies [[`202cc42`](https://github.com/LedgerHQ/ledger-live/commit/202cc423b09662b5b25012b84124aecd4dc7245d)]:
|
|
463
|
-
- @ledgerhq/errors@6.34.1-hotfix.0
|
|
464
|
-
- @ledgerhq/ledger-wallet-framework@1.3.2-hotfix.0
|
|
465
|
-
- @ledgerhq/cryptoassets@13.46.2-hotfix.0
|
|
466
|
-
- @ledgerhq/devices@8.14.2-hotfix.0
|
|
467
|
-
- @ledgerhq/live-network@2.5.2-hotfix.0
|
|
468
|
-
|
|
469
|
-
## 2.21.1
|
|
470
|
-
|
|
471
|
-
### Patch Changes
|
|
472
|
-
|
|
473
|
-
- Updated dependencies []:
|
|
474
|
-
- @ledgerhq/ledger-wallet-framework@1.3.1
|
|
475
|
-
- @ledgerhq/cryptoassets@13.46.1
|
|
476
|
-
|
|
477
|
-
## 2.21.1-next.0
|
|
478
|
-
|
|
479
|
-
### Patch Changes
|
|
480
|
-
|
|
481
|
-
- Updated dependencies []:
|
|
482
|
-
- @ledgerhq/ledger-wallet-framework@1.3.1-next.0
|
|
483
|
-
- @ledgerhq/cryptoassets@13.46.1-next.0
|
|
484
|
-
|
|
485
|
-
## 2.21.0
|
|
486
|
-
|
|
487
|
-
### Minor Changes
|
|
488
|
-
|
|
489
|
-
- [#15887](https://github.com/LedgerHQ/ledger-live/pull/15887) [`5fefc2e`](https://github.com/LedgerHQ/ledger-live/commit/5fefc2e6a4c6e4fdcaae0139f2f8d6f9011b33c8) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - Remove @ledgerhq/types-cryptoassets dependency from coin-framework by replacing CryptoCurrency parameters with currencyId strings in CoinConfig and getCurrencyConfiguration
|
|
490
|
-
|
|
491
|
-
- [#15679](https://github.com/LedgerHQ/ledger-live/pull/15679) [`c353f29`](https://github.com/LedgerHQ/ledger-live/commit/c353f29b9174c20c708662c160f55c597020ee58) Thanks [@iqbalibrahim-ledger](https://github.com/iqbalibrahim-ledger)! - chore(coin-modules): add oxfmt with shared config (Prettier parity)
|
|
492
|
-
|
|
493
|
-
- Add libs/coin-modules/.oxfmtrc.json aligned with root .prettierrc and desktop/mobile oxfmt
|
|
494
|
-
- Add format, format:check, and run oxfmt before oxlint in lint:fix; add oxfmt devDependency
|
|
495
|
-
- Remove coin-ton prettier script; turbo format/format:check tasks
|
|
496
|
-
- Initial oxfmt pass on src
|
|
497
|
-
|
|
498
|
-
- [#15798](https://github.com/LedgerHQ/ledger-live/pull/15798) [`fd2311d`](https://github.com/LedgerHQ/ledger-live/commit/fd2311d643f4002c1441bfa4fe79d7288df04c21) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - chore: use `coin-module-framework` from npmjs and remove the now migrated `coin-framework`
|
|
499
|
-
|
|
500
|
-
### Patch Changes
|
|
501
|
-
|
|
502
|
-
- Updated dependencies [[`ad5a37d`](https://github.com/LedgerHQ/ledger-live/commit/ad5a37d077dced734defcd464f120825e7bbf5e9), [`78acbfa`](https://github.com/LedgerHQ/ledger-live/commit/78acbfae7319c5b3fb1453f8727e2210e895669c), [`1bd0cac`](https://github.com/LedgerHQ/ledger-live/commit/1bd0cac7957422fa06e18424e9e2706c39072078), [`7aa0706`](https://github.com/LedgerHQ/ledger-live/commit/7aa070618866e7a4c70876e674f07fde9630ccfb), [`3b83607`](https://github.com/LedgerHQ/ledger-live/commit/3b83607a045142a8408784c92b57d8bde01445df), [`24656de`](https://github.com/LedgerHQ/ledger-live/commit/24656dea461d4d99dcb5f5e2e4b4e949b0823eeb), [`c910c1b`](https://github.com/LedgerHQ/ledger-live/commit/c910c1bd9b4f7fbcc0e33fe19b33da44085ab7f9), [`4cf9b8c`](https://github.com/LedgerHQ/ledger-live/commit/4cf9b8cde388aebfe04a894e9a35584856d1713d), [`f36e748`](https://github.com/LedgerHQ/ledger-live/commit/f36e74881c03a25164c0eac24b13765bbbbbb440), [`cd59c95`](https://github.com/LedgerHQ/ledger-live/commit/cd59c95d04bd886114802ca887e1209d2191eaee), [`fd2311d`](https://github.com/LedgerHQ/ledger-live/commit/fd2311d643f4002c1441bfa4fe79d7288df04c21)]:
|
|
503
|
-
- @ledgerhq/cryptoassets@13.46.0
|
|
504
|
-
- @ledgerhq/live-env@2.33.0
|
|
505
|
-
- @ledgerhq/ledger-wallet-framework@1.3.0
|
|
506
|
-
- @ledgerhq/errors@6.34.0
|
|
507
|
-
- @ledgerhq/live-network@2.5.1
|
|
508
|
-
- @ledgerhq/devices@8.14.1
|
|
509
|
-
|
|
510
|
-
## 2.21.0-next.0
|
|
511
|
-
|
|
512
|
-
### Minor Changes
|
|
513
|
-
|
|
514
|
-
- [#15887](https://github.com/LedgerHQ/ledger-live/pull/15887) [`5fefc2e`](https://github.com/LedgerHQ/ledger-live/commit/5fefc2e6a4c6e4fdcaae0139f2f8d6f9011b33c8) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - Remove @ledgerhq/types-cryptoassets dependency from coin-framework by replacing CryptoCurrency parameters with currencyId strings in CoinConfig and getCurrencyConfiguration
|
|
515
|
-
|
|
516
|
-
- [#15679](https://github.com/LedgerHQ/ledger-live/pull/15679) [`c353f29`](https://github.com/LedgerHQ/ledger-live/commit/c353f29b9174c20c708662c160f55c597020ee58) Thanks [@iqbalibrahim-ledger](https://github.com/iqbalibrahim-ledger)! - chore(coin-modules): add oxfmt with shared config (Prettier parity)
|
|
517
|
-
|
|
518
|
-
- Add libs/coin-modules/.oxfmtrc.json aligned with root .prettierrc and desktop/mobile oxfmt
|
|
519
|
-
- Add format, format:check, and run oxfmt before oxlint in lint:fix; add oxfmt devDependency
|
|
520
|
-
- Remove coin-ton prettier script; turbo format/format:check tasks
|
|
521
|
-
- Initial oxfmt pass on src
|
|
522
|
-
|
|
523
|
-
- [#15798](https://github.com/LedgerHQ/ledger-live/pull/15798) [`fd2311d`](https://github.com/LedgerHQ/ledger-live/commit/fd2311d643f4002c1441bfa4fe79d7288df04c21) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - chore: use `coin-module-framework` from npmjs and remove the now migrated `coin-framework`
|
|
524
|
-
|
|
525
|
-
### Patch Changes
|
|
526
|
-
|
|
527
|
-
- Updated dependencies [[`ad5a37d`](https://github.com/LedgerHQ/ledger-live/commit/ad5a37d077dced734defcd464f120825e7bbf5e9), [`78acbfa`](https://github.com/LedgerHQ/ledger-live/commit/78acbfae7319c5b3fb1453f8727e2210e895669c), [`1bd0cac`](https://github.com/LedgerHQ/ledger-live/commit/1bd0cac7957422fa06e18424e9e2706c39072078), [`7aa0706`](https://github.com/LedgerHQ/ledger-live/commit/7aa070618866e7a4c70876e674f07fde9630ccfb), [`3b83607`](https://github.com/LedgerHQ/ledger-live/commit/3b83607a045142a8408784c92b57d8bde01445df), [`24656de`](https://github.com/LedgerHQ/ledger-live/commit/24656dea461d4d99dcb5f5e2e4b4e949b0823eeb), [`c910c1b`](https://github.com/LedgerHQ/ledger-live/commit/c910c1bd9b4f7fbcc0e33fe19b33da44085ab7f9), [`4cf9b8c`](https://github.com/LedgerHQ/ledger-live/commit/4cf9b8cde388aebfe04a894e9a35584856d1713d), [`f36e748`](https://github.com/LedgerHQ/ledger-live/commit/f36e74881c03a25164c0eac24b13765bbbbbb440), [`cd59c95`](https://github.com/LedgerHQ/ledger-live/commit/cd59c95d04bd886114802ca887e1209d2191eaee), [`fd2311d`](https://github.com/LedgerHQ/ledger-live/commit/fd2311d643f4002c1441bfa4fe79d7288df04c21)]:
|
|
528
|
-
- @ledgerhq/cryptoassets@13.46.0-next.0
|
|
529
|
-
- @ledgerhq/live-env@2.33.0-next.0
|
|
530
|
-
- @ledgerhq/ledger-wallet-framework@1.3.0-next.0
|
|
531
|
-
- @ledgerhq/errors@6.34.0-next.0
|
|
532
|
-
- @ledgerhq/live-network@2.5.1-next.0
|
|
533
|
-
- @ledgerhq/devices@8.14.1-next.0
|
|
534
|
-
|
|
535
|
-
## 2.20.0
|
|
536
|
-
|
|
537
|
-
### Minor Changes
|
|
538
|
-
|
|
539
|
-
- [#15887](https://github.com/LedgerHQ/ledger-live/pull/15887) [`5fefc2e`](https://github.com/LedgerHQ/ledger-live/commit/5fefc2e6a4c6e4fdcaae0139f2f8d6f9011b33c8) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - Remove @ledgerhq/types-cryptoassets dependency from coin-framework by replacing CryptoCurrency parameters with currencyId strings in CoinConfig and getCurrencyConfiguration
|
|
540
|
-
|
|
541
|
-
- [#15679](https://github.com/LedgerHQ/ledger-live/pull/15679) [`c353f29`](https://github.com/LedgerHQ/ledger-live/commit/c353f29b9174c20c708662c160f55c597020ee58) Thanks [@iqbalibrahim-ledger](https://github.com/iqbalibrahim-ledger)! - chore(coin-modules): add oxfmt with shared config (Prettier parity)
|
|
542
|
-
|
|
543
|
-
- Add libs/coin-modules/.oxfmtrc.json aligned with root .prettierrc and desktop/mobile oxfmt
|
|
544
|
-
- Add format, format:check, and run oxfmt before oxlint in lint:fix; add oxfmt devDependency
|
|
545
|
-
- Remove coin-ton prettier script; turbo format/format:check tasks
|
|
546
|
-
- Initial oxfmt pass on src
|
|
547
|
-
|
|
548
|
-
- [#15798](https://github.com/LedgerHQ/ledger-live/pull/15798) [`fd2311d`](https://github.com/LedgerHQ/ledger-live/commit/fd2311d643f4002c1441bfa4fe79d7288df04c21) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - chore: use `coin-module-framework` from npmjs and remove the now migrated `coin-framework`
|
|
549
|
-
|
|
550
|
-
### Patch Changes
|
|
551
|
-
|
|
552
|
-
- Updated dependencies [[`7ffc0c5`](https://github.com/LedgerHQ/ledger-live/commit/7ffc0c5a7623aea32cdff2e093c14fae87352e71), [`53df748`](https://github.com/LedgerHQ/ledger-live/commit/53df74819753f084ed3df4a2ab9082d398b54920), [`9413def`](https://github.com/LedgerHQ/ledger-live/commit/9413def2fb1eccfc0ec8ce38bbcaf982981a0dd9), [`008a4bd`](https://github.com/LedgerHQ/ledger-live/commit/008a4bdb87f0e65fa23de3a29818a4d02f28f4f8), [`2ece647`](https://github.com/LedgerHQ/ledger-live/commit/2ece647f386e40f261662fc6e4e6624f302ee34f), [`fd2311d`](https://github.com/LedgerHQ/ledger-live/commit/fd2311d643f4002c1441bfa4fe79d7288df04c21)]:
|
|
553
|
-
- @ledgerhq/live-env@2.32.0
|
|
554
|
-
- @ledgerhq/errors@6.33.0
|
|
555
|
-
- @ledgerhq/ledger-wallet-framework@1.2.0
|
|
556
|
-
- @ledgerhq/cryptoassets@13.45.0
|
|
557
|
-
- @ledgerhq/devices@8.14.0
|
|
558
|
-
- @ledgerhq/live-network@2.5.0
|
|
559
|
-
|
|
560
|
-
## 2.20.0-next.0
|
|
561
|
-
|
|
562
|
-
### Minor Changes
|
|
563
|
-
|
|
564
|
-
- [#15887](https://github.com/LedgerHQ/ledger-live/pull/15887) [`5fefc2e`](https://github.com/LedgerHQ/ledger-live/commit/5fefc2e6a4c6e4fdcaae0139f2f8d6f9011b33c8) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - Remove @ledgerhq/types-cryptoassets dependency from coin-framework by replacing CryptoCurrency parameters with currencyId strings in CoinConfig and getCurrencyConfiguration
|
|
565
|
-
|
|
566
|
-
- [#15679](https://github.com/LedgerHQ/ledger-live/pull/15679) [`c353f29`](https://github.com/LedgerHQ/ledger-live/commit/c353f29b9174c20c708662c160f55c597020ee58) Thanks [@iqbalibrahim-ledger](https://github.com/iqbalibrahim-ledger)! - chore(coin-modules): add oxfmt with shared config (Prettier parity)
|
|
567
|
-
|
|
568
|
-
- Add libs/coin-modules/.oxfmtrc.json aligned with root .prettierrc and desktop/mobile oxfmt
|
|
569
|
-
- Add format, format:check, and run oxfmt before oxlint in lint:fix; add oxfmt devDependency
|
|
570
|
-
- Remove coin-ton prettier script; turbo format/format:check tasks
|
|
571
|
-
- Initial oxfmt pass on src
|
|
572
|
-
|
|
573
|
-
- [#15798](https://github.com/LedgerHQ/ledger-live/pull/15798) [`fd2311d`](https://github.com/LedgerHQ/ledger-live/commit/fd2311d643f4002c1441bfa4fe79d7288df04c21) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - chore: use `coin-module-framework` from npmjs and remove the now migrated `coin-framework`
|
|
574
|
-
|
|
575
|
-
### Patch Changes
|
|
576
|
-
|
|
577
|
-
- Updated dependencies [[`7ffc0c5`](https://github.com/LedgerHQ/ledger-live/commit/7ffc0c5a7623aea32cdff2e093c14fae87352e71), [`53df748`](https://github.com/LedgerHQ/ledger-live/commit/53df74819753f084ed3df4a2ab9082d398b54920), [`9413def`](https://github.com/LedgerHQ/ledger-live/commit/9413def2fb1eccfc0ec8ce38bbcaf982981a0dd9), [`008a4bd`](https://github.com/LedgerHQ/ledger-live/commit/008a4bdb87f0e65fa23de3a29818a4d02f28f4f8), [`2ece647`](https://github.com/LedgerHQ/ledger-live/commit/2ece647f386e40f261662fc6e4e6624f302ee34f), [`fd2311d`](https://github.com/LedgerHQ/ledger-live/commit/fd2311d643f4002c1441bfa4fe79d7288df04c21)]:
|
|
578
|
-
- @ledgerhq/live-env@2.32.0-next.0
|
|
579
|
-
- @ledgerhq/errors@6.33.0-next.0
|
|
580
|
-
- @ledgerhq/ledger-wallet-framework@1.2.0-next.0
|
|
581
|
-
- @ledgerhq/cryptoassets@13.45.0-next.0
|
|
582
|
-
- @ledgerhq/devices@8.14.0-next.0
|
|
583
|
-
- @ledgerhq/live-network@2.5.0-next.0
|
|
584
|
-
|
|
585
|
-
## 2.19.1
|
|
586
|
-
|
|
587
|
-
### Patch Changes
|
|
588
|
-
|
|
589
|
-
- Updated dependencies [[`4af828d`](https://github.com/LedgerHQ/ledger-live/commit/4af828d0790bb3568dd095f89dd9f239f7565e84), [`d0559d8`](https://github.com/LedgerHQ/ledger-live/commit/d0559d84e119c844d92dc82c7648d0d9dc6c6e20), [`deec161`](https://github.com/LedgerHQ/ledger-live/commit/deec16153656d444336f067970dcda5fff016d95), [`e0de96e`](https://github.com/LedgerHQ/ledger-live/commit/e0de96e6311de7e34715784da5941e60ed5c51cc), [`41d172e`](https://github.com/LedgerHQ/ledger-live/commit/41d172e74bc074995b7290c4bb6d129276a484ff), [`c5c58e4`](https://github.com/LedgerHQ/ledger-live/commit/c5c58e4efab303a5b6bccc463f91241f4e0f72bc)]:
|
|
590
|
-
- @ledgerhq/coin-framework@7.1.0
|
|
591
|
-
- @ledgerhq/cryptoassets@13.44.0
|
|
592
|
-
- @ledgerhq/ledger-wallet-framework@1.1.0
|
|
593
|
-
- @ledgerhq/live-env@2.31.0
|
|
594
|
-
- @ledgerhq/live-network@2.4.3
|
|
595
|
-
|
|
596
|
-
## 2.19.1-next.0
|
|
597
|
-
|
|
598
|
-
### Patch Changes
|
|
599
|
-
|
|
600
|
-
- Updated dependencies [[`4af828d`](https://github.com/LedgerHQ/ledger-live/commit/4af828d0790bb3568dd095f89dd9f239f7565e84), [`d0559d8`](https://github.com/LedgerHQ/ledger-live/commit/d0559d84e119c844d92dc82c7648d0d9dc6c6e20), [`deec161`](https://github.com/LedgerHQ/ledger-live/commit/deec16153656d444336f067970dcda5fff016d95), [`e0de96e`](https://github.com/LedgerHQ/ledger-live/commit/e0de96e6311de7e34715784da5941e60ed5c51cc), [`41d172e`](https://github.com/LedgerHQ/ledger-live/commit/41d172e74bc074995b7290c4bb6d129276a484ff), [`c5c58e4`](https://github.com/LedgerHQ/ledger-live/commit/c5c58e4efab303a5b6bccc463f91241f4e0f72bc)]:
|
|
601
|
-
- @ledgerhq/coin-framework@7.1.0-next.0
|
|
602
|
-
- @ledgerhq/cryptoassets@13.44.0-next.0
|
|
603
|
-
- @ledgerhq/ledger-wallet-framework@1.1.0-next.0
|
|
604
|
-
- @ledgerhq/live-env@2.31.0-next.0
|
|
605
|
-
- @ledgerhq/live-network@2.4.3-next.0
|
|
606
|
-
|
|
607
|
-
## 2.19.0
|
|
608
|
-
|
|
609
|
-
### Minor Changes
|
|
610
|
-
|
|
611
|
-
- [#15291](https://github.com/LedgerHQ/ledger-live/pull/15291) [`a221ae8`](https://github.com/LedgerHQ/ledger-live/commit/a221ae85b846c6d5dc6efb55ed873942d7720b05) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - feat: add `ledger-wallet-framework`
|
|
612
|
-
|
|
613
|
-
### Patch Changes
|
|
614
|
-
|
|
615
|
-
- Updated dependencies [[`a221ae8`](https://github.com/LedgerHQ/ledger-live/commit/a221ae85b846c6d5dc6efb55ed873942d7720b05), [`982d4af`](https://github.com/LedgerHQ/ledger-live/commit/982d4afbeb7faf3814c3e96ffb6e3e88b58dfe73), [`6dac7f9`](https://github.com/LedgerHQ/ledger-live/commit/6dac7f974c28dcae409c110a60061996490c5088), [`8ce1cb7`](https://github.com/LedgerHQ/ledger-live/commit/8ce1cb755b3e68c8688f9e828596d3c2605ef3cb), [`01c81b1`](https://github.com/LedgerHQ/ledger-live/commit/01c81b112ab326eff436f0f3279a1225c073f897)]:
|
|
616
|
-
- @ledgerhq/coin-framework@7.0.0
|
|
617
|
-
- @ledgerhq/devices@8.13.0
|
|
618
|
-
- @ledgerhq/errors@6.32.0
|
|
619
|
-
- @ledgerhq/cryptoassets@13.43.0
|
|
620
|
-
- @ledgerhq/ledger-wallet-framework@1.0.1
|
|
621
|
-
- @ledgerhq/live-network@2.4.2
|
|
622
|
-
|
|
623
|
-
## 2.19.0-next.0
|
|
624
|
-
|
|
625
|
-
### Minor Changes
|
|
626
|
-
|
|
627
|
-
- [#15291](https://github.com/LedgerHQ/ledger-live/pull/15291) [`a221ae8`](https://github.com/LedgerHQ/ledger-live/commit/a221ae85b846c6d5dc6efb55ed873942d7720b05) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - feat: add `ledger-wallet-framework`
|
|
628
|
-
|
|
629
|
-
### Patch Changes
|
|
630
|
-
|
|
631
|
-
- Updated dependencies [[`a221ae8`](https://github.com/LedgerHQ/ledger-live/commit/a221ae85b846c6d5dc6efb55ed873942d7720b05), [`982d4af`](https://github.com/LedgerHQ/ledger-live/commit/982d4afbeb7faf3814c3e96ffb6e3e88b58dfe73), [`6dac7f9`](https://github.com/LedgerHQ/ledger-live/commit/6dac7f974c28dcae409c110a60061996490c5088), [`8ce1cb7`](https://github.com/LedgerHQ/ledger-live/commit/8ce1cb755b3e68c8688f9e828596d3c2605ef3cb), [`01c81b1`](https://github.com/LedgerHQ/ledger-live/commit/01c81b112ab326eff436f0f3279a1225c073f897)]:
|
|
632
|
-
- @ledgerhq/coin-framework@7.0.0-next.0
|
|
633
|
-
- @ledgerhq/devices@8.13.0-next.0
|
|
634
|
-
- @ledgerhq/errors@6.32.0-next.0
|
|
635
|
-
- @ledgerhq/cryptoassets@13.43.0-next.0
|
|
636
|
-
- @ledgerhq/ledger-wallet-framework@1.0.1-next.0
|
|
637
|
-
- @ledgerhq/live-network@2.4.2-next.0
|
|
638
|
-
|
|
639
|
-
## 2.18.0
|
|
640
|
-
|
|
641
|
-
### Minor Changes
|
|
642
|
-
|
|
643
|
-
- [#15237](https://github.com/LedgerHQ/ledger-live/pull/15237) [`312d92d`](https://github.com/LedgerHQ/ledger-live/commit/312d92dbd9d115a2ec6ad6628445c31d45806aea) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - refactor(coin-framework): duplicate `BroadcastConfig` inside coin framework
|
|
644
|
-
|
|
645
|
-
### Patch Changes
|
|
646
|
-
|
|
647
|
-
- Updated dependencies [[`c8d7be6`](https://github.com/LedgerHQ/ledger-live/commit/c8d7be6964aa9d8defd77de0b77ba7d42f472025), [`ffb3c46`](https://github.com/LedgerHQ/ledger-live/commit/ffb3c46acd292b9ac0f46a2b84509d02775a5f20), [`17e1fb3`](https://github.com/LedgerHQ/ledger-live/commit/17e1fb3fdb92d6dab9af72adcbcde62bdd772a71), [`7038137`](https://github.com/LedgerHQ/ledger-live/commit/703813747349288325fdc661637644d980073b9d), [`42bf9b7`](https://github.com/LedgerHQ/ledger-live/commit/42bf9b7c40c04c7d2eeffba30b778be0b123bfd0), [`164788e`](https://github.com/LedgerHQ/ledger-live/commit/164788e4a7e9c063d7769d44393708632854cb0a), [`9f559e9`](https://github.com/LedgerHQ/ledger-live/commit/9f559e98a1af37073e0e79ee5bb54b4aaecfb8c4), [`312d92d`](https://github.com/LedgerHQ/ledger-live/commit/312d92dbd9d115a2ec6ad6628445c31d45806aea), [`08ee941`](https://github.com/LedgerHQ/ledger-live/commit/08ee9414908ec1f7489493c98b9a823a20cce550), [`fd24208`](https://github.com/LedgerHQ/ledger-live/commit/fd242082615ef0af25f0f5f96389b7406fc194dc), [`8cb2da1`](https://github.com/LedgerHQ/ledger-live/commit/8cb2da1f175f143666abcb66ef94bd230456846d), [`173946c`](https://github.com/LedgerHQ/ledger-live/commit/173946ce652ffef216f04d82b680b14f5686500e), [`79f2f0e`](https://github.com/LedgerHQ/ledger-live/commit/79f2f0e3e8b8089664d2aee7c3dd25c7685aec2c), [`37bc15e`](https://github.com/LedgerHQ/ledger-live/commit/37bc15e245107ce1044f36b57d191552a77329e6)]:
|
|
648
|
-
- @ledgerhq/cryptoassets@13.42.0
|
|
649
|
-
- @ledgerhq/devices@8.12.0
|
|
650
|
-
- @ledgerhq/errors@6.31.0
|
|
651
|
-
- @ledgerhq/coin-framework@6.20.0
|
|
652
|
-
- @ledgerhq/live-env@2.30.0
|
|
653
|
-
- @ledgerhq/live-network@2.4.1
|
|
654
|
-
|
|
655
|
-
## 2.18.0-next.0
|
|
656
|
-
|
|
657
|
-
### Minor Changes
|
|
658
|
-
|
|
659
|
-
- [#15237](https://github.com/LedgerHQ/ledger-live/pull/15237) [`312d92d`](https://github.com/LedgerHQ/ledger-live/commit/312d92dbd9d115a2ec6ad6628445c31d45806aea) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - refactor(coin-framework): duplicate `BroadcastConfig` inside coin framework
|
|
660
|
-
|
|
661
|
-
### Patch Changes
|
|
662
|
-
|
|
663
|
-
- Updated dependencies [[`c8d7be6`](https://github.com/LedgerHQ/ledger-live/commit/c8d7be6964aa9d8defd77de0b77ba7d42f472025), [`ffb3c46`](https://github.com/LedgerHQ/ledger-live/commit/ffb3c46acd292b9ac0f46a2b84509d02775a5f20), [`17e1fb3`](https://github.com/LedgerHQ/ledger-live/commit/17e1fb3fdb92d6dab9af72adcbcde62bdd772a71), [`7038137`](https://github.com/LedgerHQ/ledger-live/commit/703813747349288325fdc661637644d980073b9d), [`42bf9b7`](https://github.com/LedgerHQ/ledger-live/commit/42bf9b7c40c04c7d2eeffba30b778be0b123bfd0), [`164788e`](https://github.com/LedgerHQ/ledger-live/commit/164788e4a7e9c063d7769d44393708632854cb0a), [`9f559e9`](https://github.com/LedgerHQ/ledger-live/commit/9f559e98a1af37073e0e79ee5bb54b4aaecfb8c4), [`312d92d`](https://github.com/LedgerHQ/ledger-live/commit/312d92dbd9d115a2ec6ad6628445c31d45806aea), [`08ee941`](https://github.com/LedgerHQ/ledger-live/commit/08ee9414908ec1f7489493c98b9a823a20cce550), [`fd24208`](https://github.com/LedgerHQ/ledger-live/commit/fd242082615ef0af25f0f5f96389b7406fc194dc), [`8cb2da1`](https://github.com/LedgerHQ/ledger-live/commit/8cb2da1f175f143666abcb66ef94bd230456846d), [`173946c`](https://github.com/LedgerHQ/ledger-live/commit/173946ce652ffef216f04d82b680b14f5686500e), [`79f2f0e`](https://github.com/LedgerHQ/ledger-live/commit/79f2f0e3e8b8089664d2aee7c3dd25c7685aec2c), [`37bc15e`](https://github.com/LedgerHQ/ledger-live/commit/37bc15e245107ce1044f36b57d191552a77329e6)]:
|
|
664
|
-
- @ledgerhq/cryptoassets@13.42.0-next.0
|
|
665
|
-
- @ledgerhq/devices@8.12.0-next.0
|
|
666
|
-
- @ledgerhq/errors@6.31.0-next.0
|
|
667
|
-
- @ledgerhq/coin-framework@6.20.0-next.0
|
|
668
|
-
- @ledgerhq/live-env@2.30.0-next.0
|
|
669
|
-
- @ledgerhq/live-network@2.4.1-next.0
|
|
670
|
-
|
|
671
|
-
## 2.17.0
|
|
672
|
-
|
|
673
|
-
### Minor Changes
|
|
674
|
-
|
|
675
|
-
- [#14913](https://github.com/LedgerHQ/ledger-live/pull/14913) [`dceb492`](https://github.com/LedgerHQ/ledger-live/commit/dceb4921a811ffc3cba96ff532ffcb5d1205431f) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Update TypeScript to latest 5.8.x
|
|
676
|
-
|
|
677
|
-
### Patch Changes
|
|
678
|
-
|
|
679
|
-
- Updated dependencies [[`0dbbca3`](https://github.com/LedgerHQ/ledger-live/commit/0dbbca3f0226347b5abc034a066fe4ad89bfe462), [`9f9ae16`](https://github.com/LedgerHQ/ledger-live/commit/9f9ae16843e5db339c1d40c844a66f75fff498fb), [`ba4d56f`](https://github.com/LedgerHQ/ledger-live/commit/ba4d56fa223b87b89d621de2d1885c5a55922ef4), [`697f2e6`](https://github.com/LedgerHQ/ledger-live/commit/697f2e6f5b24ff023a46cbbbf5c9f85bac90a4c4), [`dceb492`](https://github.com/LedgerHQ/ledger-live/commit/dceb4921a811ffc3cba96ff532ffcb5d1205431f)]:
|
|
680
|
-
- @ledgerhq/errors@6.30.0
|
|
681
|
-
- @ledgerhq/coin-framework@6.19.0
|
|
682
|
-
- @ledgerhq/cryptoassets@13.41.0
|
|
683
|
-
- @ledgerhq/devices@8.11.0
|
|
684
|
-
- @ledgerhq/live-network@2.4.0
|
|
685
|
-
|
|
686
|
-
## 2.17.0-next.0
|
|
687
|
-
|
|
688
|
-
### Minor Changes
|
|
689
|
-
|
|
690
|
-
- [#14913](https://github.com/LedgerHQ/ledger-live/pull/14913) [`dceb492`](https://github.com/LedgerHQ/ledger-live/commit/dceb4921a811ffc3cba96ff532ffcb5d1205431f) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Update TypeScript to latest 5.8.x
|
|
691
|
-
|
|
692
|
-
### Patch Changes
|
|
693
|
-
|
|
694
|
-
- Updated dependencies [[`0dbbca3`](https://github.com/LedgerHQ/ledger-live/commit/0dbbca3f0226347b5abc034a066fe4ad89bfe462), [`9f9ae16`](https://github.com/LedgerHQ/ledger-live/commit/9f9ae16843e5db339c1d40c844a66f75fff498fb), [`ba4d56f`](https://github.com/LedgerHQ/ledger-live/commit/ba4d56fa223b87b89d621de2d1885c5a55922ef4), [`697f2e6`](https://github.com/LedgerHQ/ledger-live/commit/697f2e6f5b24ff023a46cbbbf5c9f85bac90a4c4), [`dceb492`](https://github.com/LedgerHQ/ledger-live/commit/dceb4921a811ffc3cba96ff532ffcb5d1205431f)]:
|
|
695
|
-
- @ledgerhq/errors@6.30.0-next.0
|
|
696
|
-
- @ledgerhq/coin-framework@6.19.0-next.0
|
|
697
|
-
- @ledgerhq/cryptoassets@13.41.0-next.0
|
|
698
|
-
- @ledgerhq/devices@8.11.0-next.0
|
|
699
|
-
- @ledgerhq/live-network@2.4.0-next.0
|
|
700
|
-
|
|
701
|
-
## 2.16.6
|
|
702
|
-
|
|
703
|
-
### Patch Changes
|
|
704
|
-
|
|
705
|
-
- Updated dependencies [[`e292df3`](https://github.com/LedgerHQ/ledger-live/commit/e292df30514168181545d7a572f723e31df78e77), [`ec8a2d6`](https://github.com/LedgerHQ/ledger-live/commit/ec8a2d619b85117e2d74c595c6eae5cae6fda433), [`2ca4f6c`](https://github.com/LedgerHQ/ledger-live/commit/2ca4f6c337a29cd81874261c697d74c82a312eee), [`3bb5c2e`](https://github.com/LedgerHQ/ledger-live/commit/3bb5c2e335c05945b1a7bc8c77d19d0ea03156a6), [`07fdf5a`](https://github.com/LedgerHQ/ledger-live/commit/07fdf5a4bcd12cb0cc5100389c8e355800d3aec0), [`b7dec5c`](https://github.com/LedgerHQ/ledger-live/commit/b7dec5c2a41520114593701c82192ff8ae8ce06f), [`f51402e`](https://github.com/LedgerHQ/ledger-live/commit/f51402ebb8a4f05a933df3c3ef499756fbde5cc8), [`5f1c644`](https://github.com/LedgerHQ/ledger-live/commit/5f1c644fd5f757f48618b62e976faac274ced40d), [`c7ed360`](https://github.com/LedgerHQ/ledger-live/commit/c7ed36086280d60631e235d375cc2db5f60e8aab), [`cc4c8f5`](https://github.com/LedgerHQ/ledger-live/commit/cc4c8f57e38586d77b89f32d359e65cc700912af)]:
|
|
706
|
-
- @ledgerhq/cryptoassets@13.40.0
|
|
707
|
-
- @ledgerhq/live-env@2.29.0
|
|
708
|
-
- @ledgerhq/coin-framework@6.18.0
|
|
709
|
-
- @ledgerhq/live-network@2.3.0
|
|
710
|
-
|
|
711
|
-
## 2.16.6-next.0
|
|
712
|
-
|
|
713
|
-
### Patch Changes
|
|
714
|
-
|
|
715
|
-
- Updated dependencies [[`e292df3`](https://github.com/LedgerHQ/ledger-live/commit/e292df30514168181545d7a572f723e31df78e77), [`ec8a2d6`](https://github.com/LedgerHQ/ledger-live/commit/ec8a2d619b85117e2d74c595c6eae5cae6fda433), [`2ca4f6c`](https://github.com/LedgerHQ/ledger-live/commit/2ca4f6c337a29cd81874261c697d74c82a312eee), [`3bb5c2e`](https://github.com/LedgerHQ/ledger-live/commit/3bb5c2e335c05945b1a7bc8c77d19d0ea03156a6), [`07fdf5a`](https://github.com/LedgerHQ/ledger-live/commit/07fdf5a4bcd12cb0cc5100389c8e355800d3aec0), [`b7dec5c`](https://github.com/LedgerHQ/ledger-live/commit/b7dec5c2a41520114593701c82192ff8ae8ce06f), [`f51402e`](https://github.com/LedgerHQ/ledger-live/commit/f51402ebb8a4f05a933df3c3ef499756fbde5cc8), [`5f1c644`](https://github.com/LedgerHQ/ledger-live/commit/5f1c644fd5f757f48618b62e976faac274ced40d), [`c7ed360`](https://github.com/LedgerHQ/ledger-live/commit/c7ed36086280d60631e235d375cc2db5f60e8aab), [`cc4c8f5`](https://github.com/LedgerHQ/ledger-live/commit/cc4c8f57e38586d77b89f32d359e65cc700912af)]:
|
|
716
|
-
- @ledgerhq/cryptoassets@13.40.0-next.0
|
|
717
|
-
- @ledgerhq/live-env@2.29.0-next.0
|
|
718
|
-
- @ledgerhq/coin-framework@6.18.0-next.0
|
|
719
|
-
- @ledgerhq/live-network@2.3.0-next.0
|
|
720
|
-
|
|
721
|
-
## 2.16.5
|
|
722
|
-
|
|
723
|
-
### Patch Changes
|
|
724
|
-
|
|
725
|
-
- Updated dependencies [[`19e62ca`](https://github.com/LedgerHQ/ledger-live/commit/19e62ca57461e3201ce8186023d7896411fce0e0), [`d02f203`](https://github.com/LedgerHQ/ledger-live/commit/d02f2035e4f2ac6c3b446cf4107cd017ea4faf43)]:
|
|
726
|
-
- @ledgerhq/live-env@2.28.0
|
|
727
|
-
- @ledgerhq/coin-framework@6.17.0
|
|
728
|
-
- @ledgerhq/cryptoassets@13.39.1
|
|
729
|
-
- @ledgerhq/live-network@2.2.3
|
|
730
|
-
|
|
731
|
-
## 2.16.5-next.0
|
|
732
|
-
|
|
733
|
-
### Patch Changes
|
|
734
|
-
|
|
735
|
-
- Updated dependencies [[`19e62ca`](https://github.com/LedgerHQ/ledger-live/commit/19e62ca57461e3201ce8186023d7896411fce0e0), [`d02f203`](https://github.com/LedgerHQ/ledger-live/commit/d02f2035e4f2ac6c3b446cf4107cd017ea4faf43)]:
|
|
736
|
-
- @ledgerhq/live-env@2.28.0-next.0
|
|
737
|
-
- @ledgerhq/coin-framework@6.17.0-next.0
|
|
738
|
-
- @ledgerhq/cryptoassets@13.39.1-next.0
|
|
739
|
-
- @ledgerhq/live-network@2.2.3-next.0
|
|
740
|
-
|
|
741
|
-
## 2.16.4
|
|
742
|
-
|
|
743
|
-
### Patch Changes
|
|
744
|
-
|
|
745
|
-
- Updated dependencies [[`03b3105`](https://github.com/LedgerHQ/ledger-live/commit/03b3105efe8094b79ba70432e475fdc5d945c2c4), [`d5da9e0`](https://github.com/LedgerHQ/ledger-live/commit/d5da9e04d7a92b3f7f9df9d462bdd101cadbd300), [`7896aa2`](https://github.com/LedgerHQ/ledger-live/commit/7896aa2dacc12e6781267fa3ca2965aa6fb018d2), [`8a258aa`](https://github.com/LedgerHQ/ledger-live/commit/8a258aa0655123d22f955067acffaf9f74661165), [`8006565`](https://github.com/LedgerHQ/ledger-live/commit/8006565f77487fa0e38bf5f8d7bb4cda4cdba1f5), [`2ec4196`](https://github.com/LedgerHQ/ledger-live/commit/2ec419630bceab7a9600711742a18034ba9ff3cc), [`fe678a1`](https://github.com/LedgerHQ/ledger-live/commit/fe678a1d16eeda84cf8d802eee53026ea677be58)]:
|
|
746
|
-
- @ledgerhq/coin-framework@6.16.0
|
|
747
|
-
- @ledgerhq/cryptoassets@13.39.0
|
|
748
|
-
|
|
749
|
-
## 2.16.4-next.0
|
|
750
|
-
|
|
751
|
-
### Patch Changes
|
|
752
|
-
|
|
753
|
-
- Updated dependencies [[`03b3105`](https://github.com/LedgerHQ/ledger-live/commit/03b3105efe8094b79ba70432e475fdc5d945c2c4), [`d5da9e0`](https://github.com/LedgerHQ/ledger-live/commit/d5da9e04d7a92b3f7f9df9d462bdd101cadbd300), [`7896aa2`](https://github.com/LedgerHQ/ledger-live/commit/7896aa2dacc12e6781267fa3ca2965aa6fb018d2), [`8a258aa`](https://github.com/LedgerHQ/ledger-live/commit/8a258aa0655123d22f955067acffaf9f74661165), [`8006565`](https://github.com/LedgerHQ/ledger-live/commit/8006565f77487fa0e38bf5f8d7bb4cda4cdba1f5), [`2ec4196`](https://github.com/LedgerHQ/ledger-live/commit/2ec419630bceab7a9600711742a18034ba9ff3cc), [`fe678a1`](https://github.com/LedgerHQ/ledger-live/commit/fe678a1d16eeda84cf8d802eee53026ea677be58)]:
|
|
754
|
-
- @ledgerhq/coin-framework@6.16.0-next.0
|
|
755
|
-
- @ledgerhq/cryptoassets@13.39.0-next.0
|
|
756
|
-
|
|
757
|
-
## 2.16.3
|
|
758
|
-
|
|
759
|
-
### Patch Changes
|
|
760
|
-
|
|
761
|
-
- Updated dependencies [[`bf34cf5`](https://github.com/LedgerHQ/ledger-live/commit/bf34cf516a26081ddd493bb01042b1a0e462b029), [`7a75642`](https://github.com/LedgerHQ/ledger-live/commit/7a75642c2f56e27c778106d60a44049917d04014)]:
|
|
762
|
-
- @ledgerhq/coin-framework@6.15.0
|
|
763
|
-
- @ledgerhq/live-env@2.27.0
|
|
764
|
-
- @ledgerhq/cryptoassets@13.38.1
|
|
765
|
-
- @ledgerhq/live-network@2.2.2
|
|
766
|
-
|
|
767
|
-
## 2.16.3-next.0
|
|
768
|
-
|
|
769
|
-
### Patch Changes
|
|
770
|
-
|
|
771
|
-
- Updated dependencies [[`bf34cf5`](https://github.com/LedgerHQ/ledger-live/commit/bf34cf516a26081ddd493bb01042b1a0e462b029), [`7a75642`](https://github.com/LedgerHQ/ledger-live/commit/7a75642c2f56e27c778106d60a44049917d04014)]:
|
|
772
|
-
- @ledgerhq/coin-framework@6.15.0-next.0
|
|
773
|
-
- @ledgerhq/live-env@2.27.0-next.0
|
|
774
|
-
- @ledgerhq/cryptoassets@13.38.1-next.0
|
|
775
|
-
- @ledgerhq/live-network@2.2.2-next.0
|
|
776
|
-
|
|
777
|
-
## 2.16.2
|
|
778
|
-
|
|
779
|
-
### Patch Changes
|
|
780
|
-
|
|
781
|
-
- Updated dependencies [[`dd1122e`](https://github.com/LedgerHQ/ledger-live/commit/dd1122eeb6e9c582541446ff82a488928fa340c2), [`363b630`](https://github.com/LedgerHQ/ledger-live/commit/363b63050ab007266d2c1158a27e4fce79081983), [`cb69f67`](https://github.com/LedgerHQ/ledger-live/commit/cb69f67326834079695935103530d0b24ad3772d), [`9a99ae9`](https://github.com/LedgerHQ/ledger-live/commit/9a99ae9c6b4a99cdda500ae0e216037799de5cd5)]:
|
|
782
|
-
- @ledgerhq/coin-framework@6.14.0
|
|
783
|
-
- @ledgerhq/cryptoassets@13.38.0
|
|
784
|
-
|
|
785
|
-
## 2.16.2-next.0
|
|
786
|
-
|
|
787
|
-
### Patch Changes
|
|
788
|
-
|
|
789
|
-
- Updated dependencies [[`dd1122e`](https://github.com/LedgerHQ/ledger-live/commit/dd1122eeb6e9c582541446ff82a488928fa340c2), [`363b630`](https://github.com/LedgerHQ/ledger-live/commit/363b63050ab007266d2c1158a27e4fce79081983), [`cb69f67`](https://github.com/LedgerHQ/ledger-live/commit/cb69f67326834079695935103530d0b24ad3772d), [`9a99ae9`](https://github.com/LedgerHQ/ledger-live/commit/9a99ae9c6b4a99cdda500ae0e216037799de5cd5)]:
|
|
790
|
-
- @ledgerhq/coin-framework@6.14.0-next.0
|
|
791
|
-
- @ledgerhq/cryptoassets@13.38.0-next.0
|
|
792
|
-
|
|
793
|
-
## 2.16.1
|
|
794
|
-
|
|
795
|
-
### Patch Changes
|
|
796
|
-
|
|
797
|
-
- Updated dependencies [[`6532080`](https://github.com/LedgerHQ/ledger-live/commit/6532080d2a0f5e49052aeab0bf532ee5cd52694a)]:
|
|
798
|
-
- @ledgerhq/live-env@2.26.0
|
|
799
|
-
- @ledgerhq/coin-framework@6.13.1
|
|
800
|
-
- @ledgerhq/cryptoassets@13.37.1
|
|
801
|
-
- @ledgerhq/live-network@2.2.1
|
|
802
|
-
|
|
803
|
-
## 2.16.1-next.0
|
|
804
|
-
|
|
805
|
-
### Patch Changes
|
|
806
|
-
|
|
807
|
-
- Updated dependencies [[`6532080`](https://github.com/LedgerHQ/ledger-live/commit/6532080d2a0f5e49052aeab0bf532ee5cd52694a)]:
|
|
808
|
-
- @ledgerhq/live-env@2.26.0-next.0
|
|
809
|
-
- @ledgerhq/coin-framework@6.13.1-next.0
|
|
810
|
-
- @ledgerhq/cryptoassets@13.37.1-next.0
|
|
811
|
-
- @ledgerhq/live-network@2.2.1-next.0
|
|
812
|
-
|
|
813
|
-
## 2.16.0
|
|
814
|
-
|
|
815
|
-
### Minor Changes
|
|
816
|
-
|
|
817
|
-
- [#13396](https://github.com/LedgerHQ/ledger-live/pull/13396) [`b9a3e43`](https://github.com/LedgerHQ/ledger-live/commit/b9a3e431be33943ab4feb4294d6a7f27b966e61b) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Update Jest to v30
|
|
818
|
-
|
|
819
|
-
### Patch Changes
|
|
820
|
-
|
|
821
|
-
- Updated dependencies [[`537a975`](https://github.com/LedgerHQ/ledger-live/commit/537a975536ca3669d3b88371e1e1f651c4cb9a1b), [`cbcae7c`](https://github.com/LedgerHQ/ledger-live/commit/cbcae7c0ba9b54b1167d26e4227bd2b847207cb9), [`50bae0f`](https://github.com/LedgerHQ/ledger-live/commit/50bae0f13a95ef166b2c5609ccbcf5ef01ba1579), [`cf08174`](https://github.com/LedgerHQ/ledger-live/commit/cf0817462e9f0210fceff29ec60b0699e4e69b71), [`b9a3e43`](https://github.com/LedgerHQ/ledger-live/commit/b9a3e431be33943ab4feb4294d6a7f27b966e61b), [`3ac5f26`](https://github.com/LedgerHQ/ledger-live/commit/3ac5f26111f8596327fa7e588e514509de3f8a59)]:
|
|
822
|
-
- @ledgerhq/cryptoassets@13.37.0
|
|
823
|
-
- @ledgerhq/coin-framework@6.13.0
|
|
824
|
-
- @ledgerhq/live-env@2.25.0
|
|
825
|
-
- @ledgerhq/devices@8.10.0
|
|
826
|
-
- @ledgerhq/errors@6.29.0
|
|
827
|
-
- @ledgerhq/live-network@2.2.0
|
|
828
|
-
|
|
829
|
-
## 2.16.0-next.0
|
|
830
|
-
|
|
831
|
-
### Minor Changes
|
|
832
|
-
|
|
833
|
-
- [#13396](https://github.com/LedgerHQ/ledger-live/pull/13396) [`b9a3e43`](https://github.com/LedgerHQ/ledger-live/commit/b9a3e431be33943ab4feb4294d6a7f27b966e61b) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Update Jest to v30
|
|
834
|
-
|
|
835
|
-
### Patch Changes
|
|
836
|
-
|
|
837
|
-
- Updated dependencies [[`537a975`](https://github.com/LedgerHQ/ledger-live/commit/537a975536ca3669d3b88371e1e1f651c4cb9a1b), [`cbcae7c`](https://github.com/LedgerHQ/ledger-live/commit/cbcae7c0ba9b54b1167d26e4227bd2b847207cb9), [`50bae0f`](https://github.com/LedgerHQ/ledger-live/commit/50bae0f13a95ef166b2c5609ccbcf5ef01ba1579), [`cf08174`](https://github.com/LedgerHQ/ledger-live/commit/cf0817462e9f0210fceff29ec60b0699e4e69b71), [`b9a3e43`](https://github.com/LedgerHQ/ledger-live/commit/b9a3e431be33943ab4feb4294d6a7f27b966e61b), [`3ac5f26`](https://github.com/LedgerHQ/ledger-live/commit/3ac5f26111f8596327fa7e588e514509de3f8a59)]:
|
|
838
|
-
- @ledgerhq/cryptoassets@13.37.0-next.0
|
|
839
|
-
- @ledgerhq/coin-framework@6.13.0-next.0
|
|
840
|
-
- @ledgerhq/live-env@2.25.0-next.0
|
|
841
|
-
- @ledgerhq/devices@8.10.0-next.0
|
|
842
|
-
- @ledgerhq/errors@6.29.0-next.0
|
|
843
|
-
- @ledgerhq/live-network@2.2.0-next.0
|
|
844
|
-
|
|
845
|
-
## 2.15.0
|
|
846
|
-
|
|
847
|
-
### Minor Changes
|
|
848
|
-
|
|
849
|
-
- [#13468](https://github.com/LedgerHQ/ledger-live/pull/13468) [`9874905`](https://github.com/LedgerHQ/ledger-live/commit/98749050026e6b19a207065b312dc99770af639d) Thanks [@mcayuelas-ledger](https://github.com/mcayuelas-ledger)! - Dedup MSW lib inside monorepo
|
|
850
|
-
|
|
851
|
-
### Patch Changes
|
|
852
|
-
|
|
853
|
-
- Updated dependencies [[`6e6a12c`](https://github.com/LedgerHQ/ledger-live/commit/6e6a12cdfd79b752839bf664bab5156cea9c9e23), [`398b3d8`](https://github.com/LedgerHQ/ledger-live/commit/398b3d85d2de4a520d5ae78a18135f8d163aad5b), [`a8c59da`](https://github.com/LedgerHQ/ledger-live/commit/a8c59da888c8cb3c200a9f62869ca54aba706cae), [`8cb7d40`](https://github.com/LedgerHQ/ledger-live/commit/8cb7d40e0a55e47f42adc5cd522740cab1fd4de4), [`fba1e31`](https://github.com/LedgerHQ/ledger-live/commit/fba1e31386e589a93adb19bc4f6eae55129e19ea)]:
|
|
854
|
-
- @ledgerhq/cryptoassets@13.36.0
|
|
855
|
-
- @ledgerhq/coin-framework@6.12.0
|
|
856
|
-
- @ledgerhq/devices@8.9.0
|
|
857
|
-
- @ledgerhq/live-env@2.24.0
|
|
858
|
-
- @ledgerhq/live-network@2.1.5
|
|
859
|
-
|
|
860
|
-
## 2.15.0-next.1
|
|
861
|
-
|
|
862
|
-
### Patch Changes
|
|
863
|
-
|
|
864
|
-
- Updated dependencies [[`398b3d8`](https://github.com/LedgerHQ/ledger-live/commit/398b3d85d2de4a520d5ae78a18135f8d163aad5b)]:
|
|
865
|
-
- @ledgerhq/coin-framework@6.12.0-next.1
|
|
866
|
-
|
|
867
|
-
## 2.15.0-next.0
|
|
868
|
-
|
|
869
|
-
### Minor Changes
|
|
870
|
-
|
|
871
|
-
- [#13468](https://github.com/LedgerHQ/ledger-live/pull/13468) [`9874905`](https://github.com/LedgerHQ/ledger-live/commit/98749050026e6b19a207065b312dc99770af639d) Thanks [@mcayuelas-ledger](https://github.com/mcayuelas-ledger)! - Dedup MSW lib inside monorepo
|
|
872
|
-
|
|
873
|
-
### Patch Changes
|
|
874
|
-
|
|
875
|
-
- Updated dependencies [[`6e6a12c`](https://github.com/LedgerHQ/ledger-live/commit/6e6a12cdfd79b752839bf664bab5156cea9c9e23), [`a8c59da`](https://github.com/LedgerHQ/ledger-live/commit/a8c59da888c8cb3c200a9f62869ca54aba706cae), [`8cb7d40`](https://github.com/LedgerHQ/ledger-live/commit/8cb7d40e0a55e47f42adc5cd522740cab1fd4de4), [`fba1e31`](https://github.com/LedgerHQ/ledger-live/commit/fba1e31386e589a93adb19bc4f6eae55129e19ea)]:
|
|
876
|
-
- @ledgerhq/cryptoassets@13.36.0-next.0
|
|
877
|
-
- @ledgerhq/devices@8.9.0-next.0
|
|
878
|
-
- @ledgerhq/live-env@2.24.0-next.0
|
|
879
|
-
- @ledgerhq/coin-framework@6.11.2-next.0
|
|
880
|
-
- @ledgerhq/live-network@2.1.5-next.0
|
|
881
|
-
|
|
882
|
-
## 2.14.1
|
|
883
|
-
|
|
884
|
-
### Patch Changes
|
|
885
|
-
|
|
886
|
-
- Updated dependencies []:
|
|
887
|
-
- @ledgerhq/coin-framework@6.11.1
|
|
888
|
-
- @ledgerhq/cryptoassets@13.35.1
|
|
889
|
-
|
|
890
|
-
## 2.14.1-hotfix.0
|
|
891
|
-
|
|
892
|
-
### Patch Changes
|
|
893
|
-
|
|
894
|
-
- Updated dependencies []:
|
|
895
|
-
- @ledgerhq/coin-framework@6.11.1-hotfix.0
|
|
896
|
-
- @ledgerhq/cryptoassets@13.35.1-hotfix.0
|
|
897
|
-
|
|
898
|
-
## 2.14.0
|
|
899
|
-
|
|
900
|
-
### Minor Changes
|
|
901
|
-
|
|
902
|
-
- [#13142](https://github.com/LedgerHQ/ledger-live/pull/13142) [`bdacedf`](https://github.com/LedgerHQ/ledger-live/commit/bdacedfe32bea8ffce96ab675a44c0d7cf395143) Thanks [@mcayuelas-ledger](https://github.com/mcayuelas-ledger)! - upgrade typescript-eslint rules & versions
|
|
903
|
-
|
|
904
|
-
- [#12967](https://github.com/LedgerHQ/ledger-live/pull/12967) [`5e8d6be`](https://github.com/LedgerHQ/ledger-live/commit/5e8d6be609dd37c48d747890e56189e0716d5273) Thanks [@Moustafa-Koterba](https://github.com/Moustafa-Koterba)! - Validate address implementation on all currencies
|
|
905
|
-
|
|
906
|
-
- [#13155](https://github.com/LedgerHQ/ledger-live/pull/13155) [`aadb3d5`](https://github.com/LedgerHQ/ledger-live/commit/aadb3d57f5719cc2cc397975eafec8094b160afe) Thanks [@gre-ledger](https://github.com/gre-ledger)! - rxjs@7.8.2 everywhere
|
|
907
|
-
|
|
908
|
-
- [#13091](https://github.com/LedgerHQ/ledger-live/pull/13091) [`34248c3`](https://github.com/LedgerHQ/ledger-live/commit/34248c306479dafe6335b2c176daf25064c85b3b) Thanks [@dilaouid](https://github.com/dilaouid)! - feat: add descriptors (+supported features) and helpers for each coins
|
|
909
|
-
|
|
910
|
-
### Patch Changes
|
|
911
|
-
|
|
912
|
-
- Updated dependencies [[`480a08a`](https://github.com/LedgerHQ/ledger-live/commit/480a08ae190119829910b46ecc6d2a9fb11bb7c2), [`e63194f`](https://github.com/LedgerHQ/ledger-live/commit/e63194f7dbd5ff2b0135c26aac3842a2be676b0a), [`bc76d51`](https://github.com/LedgerHQ/ledger-live/commit/bc76d5154d35f8340b6b282c4909cd26920b8d40), [`4be69a7`](https://github.com/LedgerHQ/ledger-live/commit/4be69a71dcd7624a1cba8dd1b1847ef009eb2d83), [`7ae71b6`](https://github.com/LedgerHQ/ledger-live/commit/7ae71b64161424b398b63f77da5127085143fcdc), [`5fa83e4`](https://github.com/LedgerHQ/ledger-live/commit/5fa83e49c5fb103da7ecf0777b7e75bb35d5ed61), [`c5da2ce`](https://github.com/LedgerHQ/ledger-live/commit/c5da2cef7cded2b53c1af9aa3174cd27e5c92e0a), [`bdacedf`](https://github.com/LedgerHQ/ledger-live/commit/bdacedfe32bea8ffce96ab675a44c0d7cf395143), [`5e8d6be`](https://github.com/LedgerHQ/ledger-live/commit/5e8d6be609dd37c48d747890e56189e0716d5273), [`3e70677`](https://github.com/LedgerHQ/ledger-live/commit/3e706774f8c4e9b768ab18b67abc3471cf61b6b6), [`aadb3d5`](https://github.com/LedgerHQ/ledger-live/commit/aadb3d57f5719cc2cc397975eafec8094b160afe), [`d4bad44`](https://github.com/LedgerHQ/ledger-live/commit/d4bad4433c3fb083d95820d2927a9e8beeaf244f), [`8d8e1b7`](https://github.com/LedgerHQ/ledger-live/commit/8d8e1b7bb26305af326ea21710248223d1e8653b), [`5e0556a`](https://github.com/LedgerHQ/ledger-live/commit/5e0556a3bd0ea60277462eed10c997b17b09d299), [`bce6610`](https://github.com/LedgerHQ/ledger-live/commit/bce6610ca8554a85f8f17b6014e921fdecd3fa4f), [`ddd40b4`](https://github.com/LedgerHQ/ledger-live/commit/ddd40b4cae93ecf3139fd33dc0f4dd1c8366d628), [`2a60165`](https://github.com/LedgerHQ/ledger-live/commit/2a601656b7a23a424a29f006ec53090648fdae4f), [`34248c3`](https://github.com/LedgerHQ/ledger-live/commit/34248c306479dafe6335b2c176daf25064c85b3b)]:
|
|
913
|
-
- @ledgerhq/coin-framework@6.11.0
|
|
914
|
-
- @ledgerhq/cryptoassets@13.35.0
|
|
915
|
-
- @ledgerhq/errors@6.28.0
|
|
916
|
-
- @ledgerhq/live-env@2.23.0
|
|
917
|
-
- @ledgerhq/devices@8.8.0
|
|
918
|
-
- @ledgerhq/live-network@2.1.4
|
|
919
|
-
|
|
920
|
-
## 2.14.0-next.0
|
|
921
|
-
|
|
922
|
-
### Minor Changes
|
|
923
|
-
|
|
924
|
-
- [#13142](https://github.com/LedgerHQ/ledger-live/pull/13142) [`bdacedf`](https://github.com/LedgerHQ/ledger-live/commit/bdacedfe32bea8ffce96ab675a44c0d7cf395143) Thanks [@mcayuelas-ledger](https://github.com/mcayuelas-ledger)! - upgrade typescript-eslint rules & versions
|
|
925
|
-
|
|
926
|
-
- [#12967](https://github.com/LedgerHQ/ledger-live/pull/12967) [`5e8d6be`](https://github.com/LedgerHQ/ledger-live/commit/5e8d6be609dd37c48d747890e56189e0716d5273) Thanks [@Moustafa-Koterba](https://github.com/Moustafa-Koterba)! - Validate address implementation on all currencies
|
|
927
|
-
|
|
928
|
-
- [#13155](https://github.com/LedgerHQ/ledger-live/pull/13155) [`aadb3d5`](https://github.com/LedgerHQ/ledger-live/commit/aadb3d57f5719cc2cc397975eafec8094b160afe) Thanks [@gre-ledger](https://github.com/gre-ledger)! - rxjs@7.8.2 everywhere
|
|
929
|
-
|
|
930
|
-
- [#13091](https://github.com/LedgerHQ/ledger-live/pull/13091) [`34248c3`](https://github.com/LedgerHQ/ledger-live/commit/34248c306479dafe6335b2c176daf25064c85b3b) Thanks [@dilaouid](https://github.com/dilaouid)! - feat: add descriptors (+supported features) and helpers for each coins
|
|
931
|
-
|
|
932
|
-
### Patch Changes
|
|
933
|
-
|
|
934
|
-
- Updated dependencies [[`480a08a`](https://github.com/LedgerHQ/ledger-live/commit/480a08ae190119829910b46ecc6d2a9fb11bb7c2), [`e63194f`](https://github.com/LedgerHQ/ledger-live/commit/e63194f7dbd5ff2b0135c26aac3842a2be676b0a), [`bc76d51`](https://github.com/LedgerHQ/ledger-live/commit/bc76d5154d35f8340b6b282c4909cd26920b8d40), [`4be69a7`](https://github.com/LedgerHQ/ledger-live/commit/4be69a71dcd7624a1cba8dd1b1847ef009eb2d83), [`7ae71b6`](https://github.com/LedgerHQ/ledger-live/commit/7ae71b64161424b398b63f77da5127085143fcdc), [`5fa83e4`](https://github.com/LedgerHQ/ledger-live/commit/5fa83e49c5fb103da7ecf0777b7e75bb35d5ed61), [`c5da2ce`](https://github.com/LedgerHQ/ledger-live/commit/c5da2cef7cded2b53c1af9aa3174cd27e5c92e0a), [`bdacedf`](https://github.com/LedgerHQ/ledger-live/commit/bdacedfe32bea8ffce96ab675a44c0d7cf395143), [`5e8d6be`](https://github.com/LedgerHQ/ledger-live/commit/5e8d6be609dd37c48d747890e56189e0716d5273), [`3e70677`](https://github.com/LedgerHQ/ledger-live/commit/3e706774f8c4e9b768ab18b67abc3471cf61b6b6), [`aadb3d5`](https://github.com/LedgerHQ/ledger-live/commit/aadb3d57f5719cc2cc397975eafec8094b160afe), [`d4bad44`](https://github.com/LedgerHQ/ledger-live/commit/d4bad4433c3fb083d95820d2927a9e8beeaf244f), [`8d8e1b7`](https://github.com/LedgerHQ/ledger-live/commit/8d8e1b7bb26305af326ea21710248223d1e8653b), [`5e0556a`](https://github.com/LedgerHQ/ledger-live/commit/5e0556a3bd0ea60277462eed10c997b17b09d299), [`bce6610`](https://github.com/LedgerHQ/ledger-live/commit/bce6610ca8554a85f8f17b6014e921fdecd3fa4f), [`ddd40b4`](https://github.com/LedgerHQ/ledger-live/commit/ddd40b4cae93ecf3139fd33dc0f4dd1c8366d628), [`2a60165`](https://github.com/LedgerHQ/ledger-live/commit/2a601656b7a23a424a29f006ec53090648fdae4f), [`34248c3`](https://github.com/LedgerHQ/ledger-live/commit/34248c306479dafe6335b2c176daf25064c85b3b)]:
|
|
935
|
-
- @ledgerhq/coin-framework@6.11.0-next.0
|
|
936
|
-
- @ledgerhq/cryptoassets@13.35.0-next.0
|
|
937
|
-
- @ledgerhq/errors@6.28.0-next.0
|
|
938
|
-
- @ledgerhq/live-env@2.23.0-next.0
|
|
939
|
-
- @ledgerhq/devices@8.8.0-next.0
|
|
940
|
-
- @ledgerhq/live-network@2.1.4-next.0
|
|
941
|
-
|
|
942
|
-
## 2.13.1
|
|
943
|
-
|
|
944
|
-
### Patch Changes
|
|
945
|
-
|
|
946
|
-
- Updated dependencies [[`b68b749`](https://github.com/LedgerHQ/ledger-live/commit/b68b749b53c9583dd983ab057faa89fced1e541e)]:
|
|
947
|
-
- @ledgerhq/errors@6.27.1
|
|
948
|
-
- @ledgerhq/coin-framework@6.10.1
|
|
949
|
-
- @ledgerhq/cryptoassets@13.34.1
|
|
950
|
-
- @ledgerhq/devices@8.7.1
|
|
951
|
-
- @ledgerhq/live-network@2.1.3
|
|
952
|
-
|
|
953
|
-
## 2.13.1-hotfix.0
|
|
954
|
-
|
|
955
|
-
### Patch Changes
|
|
956
|
-
|
|
957
|
-
- Updated dependencies [[`b68b749`](https://github.com/LedgerHQ/ledger-live/commit/b68b749b53c9583dd983ab057faa89fced1e541e)]:
|
|
958
|
-
- @ledgerhq/errors@6.27.1-hotfix.0
|
|
959
|
-
- @ledgerhq/coin-framework@6.10.1-hotfix.0
|
|
960
|
-
- @ledgerhq/cryptoassets@13.34.1-hotfix.0
|
|
961
|
-
- @ledgerhq/devices@8.7.1-hotfix.0
|
|
962
|
-
- @ledgerhq/live-network@2.1.3-hotfix.0
|
|
963
|
-
|
|
964
|
-
## 2.13.0
|
|
965
|
-
|
|
966
|
-
### Minor Changes
|
|
967
|
-
|
|
968
|
-
- [#12840](https://github.com/LedgerHQ/ledger-live/pull/12840) [`ed580b3`](https://github.com/LedgerHQ/ledger-live/commit/ed580b3b8bee2ad492e40788adb29f90f175bce5) Thanks [@alevito](https://github.com/alevito)! - improve accuracy of gas estimation by setting the transaction caller to origin's address, rather than the recipient's address
|
|
969
|
-
|
|
970
|
-
### Patch Changes
|
|
971
|
-
|
|
972
|
-
- Updated dependencies [[`50aeea1`](https://github.com/LedgerHQ/ledger-live/commit/50aeea1233056e9abff9568eb928927f39e76cff), [`a2ecb55`](https://github.com/LedgerHQ/ledger-live/commit/a2ecb55df9d383dc282f5fe489cb14386208215e), [`fe81926`](https://github.com/LedgerHQ/ledger-live/commit/fe81926afeb2df8e917e6bd1e4cbab13f09647fd), [`67137eb`](https://github.com/LedgerHQ/ledger-live/commit/67137eb5d7f04dd5f3610fdaa4e463d292654105), [`49ef24c`](https://github.com/LedgerHQ/ledger-live/commit/49ef24cbd1948bfd146af0b20f2128951b2dc170), [`b4a4e16`](https://github.com/LedgerHQ/ledger-live/commit/b4a4e160aae6fd64f944ab25633f6931dc4358d3), [`903ea9c`](https://github.com/LedgerHQ/ledger-live/commit/903ea9cdacf704a0119de2803a4f409b775391a5), [`9251b77`](https://github.com/LedgerHQ/ledger-live/commit/9251b77fcb01709723842f19220a2a41a6fc8f3b), [`02ef98f`](https://github.com/LedgerHQ/ledger-live/commit/02ef98faeb13c182ef255e06a43c39abeb55ecc7), [`6d0c6b2`](https://github.com/LedgerHQ/ledger-live/commit/6d0c6b2eda60049d8eebda5de2c54e8f0be7d009), [`b113920`](https://github.com/LedgerHQ/ledger-live/commit/b11392056bc334fc1813c473569ad3ae7be08045), [`9659a34`](https://github.com/LedgerHQ/ledger-live/commit/9659a34d9998d5c4dff8618bf6cef7d16403680d)]:
|
|
973
|
-
- @ledgerhq/cryptoassets@13.34.0
|
|
974
|
-
- @ledgerhq/coin-framework@6.10.0
|
|
975
|
-
- @ledgerhq/live-env@2.22.0
|
|
976
|
-
- @ledgerhq/live-network@2.1.2
|
|
977
|
-
|
|
978
|
-
## 2.13.0-next.0
|
|
979
|
-
|
|
980
|
-
### Minor Changes
|
|
981
|
-
|
|
982
|
-
- [#12840](https://github.com/LedgerHQ/ledger-live/pull/12840) [`ed580b3`](https://github.com/LedgerHQ/ledger-live/commit/ed580b3b8bee2ad492e40788adb29f90f175bce5) Thanks [@alevito](https://github.com/alevito)! - improve accuracy of gas estimation by setting the transaction caller to origin's address, rather than the recipient's address
|
|
983
|
-
|
|
984
|
-
### Patch Changes
|
|
985
|
-
|
|
986
|
-
- Updated dependencies [[`50aeea1`](https://github.com/LedgerHQ/ledger-live/commit/50aeea1233056e9abff9568eb928927f39e76cff), [`a2ecb55`](https://github.com/LedgerHQ/ledger-live/commit/a2ecb55df9d383dc282f5fe489cb14386208215e), [`fe81926`](https://github.com/LedgerHQ/ledger-live/commit/fe81926afeb2df8e917e6bd1e4cbab13f09647fd), [`67137eb`](https://github.com/LedgerHQ/ledger-live/commit/67137eb5d7f04dd5f3610fdaa4e463d292654105), [`49ef24c`](https://github.com/LedgerHQ/ledger-live/commit/49ef24cbd1948bfd146af0b20f2128951b2dc170), [`b4a4e16`](https://github.com/LedgerHQ/ledger-live/commit/b4a4e160aae6fd64f944ab25633f6931dc4358d3), [`903ea9c`](https://github.com/LedgerHQ/ledger-live/commit/903ea9cdacf704a0119de2803a4f409b775391a5), [`9251b77`](https://github.com/LedgerHQ/ledger-live/commit/9251b77fcb01709723842f19220a2a41a6fc8f3b), [`02ef98f`](https://github.com/LedgerHQ/ledger-live/commit/02ef98faeb13c182ef255e06a43c39abeb55ecc7), [`6d0c6b2`](https://github.com/LedgerHQ/ledger-live/commit/6d0c6b2eda60049d8eebda5de2c54e8f0be7d009), [`b113920`](https://github.com/LedgerHQ/ledger-live/commit/b11392056bc334fc1813c473569ad3ae7be08045), [`9659a34`](https://github.com/LedgerHQ/ledger-live/commit/9659a34d9998d5c4dff8618bf6cef7d16403680d)]:
|
|
987
|
-
- @ledgerhq/cryptoassets@13.34.0-next.0
|
|
988
|
-
- @ledgerhq/coin-framework@6.10.0-next.0
|
|
989
|
-
- @ledgerhq/live-env@2.22.0-next.0
|
|
990
|
-
- @ledgerhq/live-network@2.1.2-next.0
|
|
991
|
-
|
|
992
|
-
## 2.12.1
|
|
993
|
-
|
|
994
|
-
### Patch Changes
|
|
995
|
-
|
|
996
|
-
- Updated dependencies [[`74a340b`](https://github.com/LedgerHQ/ledger-live/commit/74a340b258589c9c37476103029eb036b930616c), [`b69c97d`](https://github.com/LedgerHQ/ledger-live/commit/b69c97d979ba97154c9abfda6abfc2a36becee4f), [`544721d`](https://github.com/LedgerHQ/ledger-live/commit/544721d198454526ef83516619d59c881ba34eb9), [`9f61dcf`](https://github.com/LedgerHQ/ledger-live/commit/9f61dcf6163fd66657e5be732c28bea623a40515), [`938b970`](https://github.com/LedgerHQ/ledger-live/commit/938b970e15118dc706c759a3bec27dc01c3dd268), [`c40e9da`](https://github.com/LedgerHQ/ledger-live/commit/c40e9da68452fe9827b9435ff2d162291186be73), [`c0b5b9f`](https://github.com/LedgerHQ/ledger-live/commit/c0b5b9f4cdcb2ea3e15419cbf3d1a14f725c3e6a), [`eb5a17e`](https://github.com/LedgerHQ/ledger-live/commit/eb5a17e4db336eaa871eaeb52ffa5248e0f78bec)]:
|
|
997
|
-
- @ledgerhq/cryptoassets@13.33.0
|
|
998
|
-
- @ledgerhq/coin-framework@6.9.0
|
|
999
|
-
- @ledgerhq/live-env@2.21.0
|
|
1000
|
-
- @ledgerhq/live-network@2.1.1
|
|
1001
|
-
|
|
1002
|
-
## 2.12.1-next.0
|
|
1003
|
-
|
|
1004
|
-
### Patch Changes
|
|
1005
|
-
|
|
1006
|
-
- Updated dependencies [[`74a340b`](https://github.com/LedgerHQ/ledger-live/commit/74a340b258589c9c37476103029eb036b930616c), [`b69c97d`](https://github.com/LedgerHQ/ledger-live/commit/b69c97d979ba97154c9abfda6abfc2a36becee4f), [`544721d`](https://github.com/LedgerHQ/ledger-live/commit/544721d198454526ef83516619d59c881ba34eb9), [`9f61dcf`](https://github.com/LedgerHQ/ledger-live/commit/9f61dcf6163fd66657e5be732c28bea623a40515), [`938b970`](https://github.com/LedgerHQ/ledger-live/commit/938b970e15118dc706c759a3bec27dc01c3dd268), [`c40e9da`](https://github.com/LedgerHQ/ledger-live/commit/c40e9da68452fe9827b9435ff2d162291186be73), [`c0b5b9f`](https://github.com/LedgerHQ/ledger-live/commit/c0b5b9f4cdcb2ea3e15419cbf3d1a14f725c3e6a), [`eb5a17e`](https://github.com/LedgerHQ/ledger-live/commit/eb5a17e4db336eaa871eaeb52ffa5248e0f78bec)]:
|
|
1007
|
-
- @ledgerhq/cryptoassets@13.33.0-next.0
|
|
1008
|
-
- @ledgerhq/coin-framework@6.9.0-next.0
|
|
1009
|
-
- @ledgerhq/live-env@2.21.0-next.0
|
|
1010
|
-
- @ledgerhq/live-network@2.1.1-next.0
|
|
1011
|
-
|
|
1012
|
-
## 2.12.0
|
|
1013
|
-
|
|
1014
|
-
### Minor Changes
|
|
1015
|
-
|
|
1016
|
-
- [#12497](https://github.com/LedgerHQ/ledger-live/pull/12497) [`119fb5b`](https://github.com/LedgerHQ/ledger-live/commit/119fb5b33b977f93d681d5f38131e3d7eb6d4237) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Prepare vechain for async CryptoAssetsStore migration - add await to token lookups
|
|
1017
|
-
|
|
1018
|
-
### Patch Changes
|
|
1019
|
-
|
|
1020
|
-
- Updated dependencies [[`b4ceaff`](https://github.com/LedgerHQ/ledger-live/commit/b4ceaff2ecf68d8a14e09801c76ab0b014c45286), [`da750a1`](https://github.com/LedgerHQ/ledger-live/commit/da750a16ee5f2c083114569b8ae3c708cceba06c), [`63e8f34`](https://github.com/LedgerHQ/ledger-live/commit/63e8f342f6b951ab77bb710b9971f033c05e579e), [`ccf788d`](https://github.com/LedgerHQ/ledger-live/commit/ccf788d7c0239ca95e76c3cc340f9a6bd09ea726), [`34b28dd`](https://github.com/LedgerHQ/ledger-live/commit/34b28dd5e819906daaa79db5fe6064674def5e7d), [`607e4be`](https://github.com/LedgerHQ/ledger-live/commit/607e4be33145c102debce1606224b08579888aa8), [`c96d73f`](https://github.com/LedgerHQ/ledger-live/commit/c96d73fed0a75a9c208f78d51c34b742703a7dda), [`c1a4bfd`](https://github.com/LedgerHQ/ledger-live/commit/c1a4bfd34b46c6b6587d247673cadb3c078deb1d), [`f8d904d`](https://github.com/LedgerHQ/ledger-live/commit/f8d904de5607c103549f247428b5a4079f28c1c0), [`eb176c2`](https://github.com/LedgerHQ/ledger-live/commit/eb176c201d711f1d28f74de831c4a6cd0c2d4a50), [`a731c4c`](https://github.com/LedgerHQ/ledger-live/commit/a731c4cd492a968eb7baa981fdd8aaddedd21f25), [`b962966`](https://github.com/LedgerHQ/ledger-live/commit/b962966525517c5cfa7f1f8826f8f2b9162189e4), [`759064d`](https://github.com/LedgerHQ/ledger-live/commit/759064d4815c636af2d73ba548a85b4f53e7b491), [`cadf2e1`](https://github.com/LedgerHQ/ledger-live/commit/cadf2e1dfb09248d3f77d96f94ae774425dbca75), [`cbc0648`](https://github.com/LedgerHQ/ledger-live/commit/cbc064885d8e0459e40d327a2e5389204b3ec705), [`36e5168`](https://github.com/LedgerHQ/ledger-live/commit/36e5168397eaec2a5f425038392a4400f60571d0), [`6ccabef`](https://github.com/LedgerHQ/ledger-live/commit/6ccabef8f3c4e8cc042299d531684595ebadcc55), [`3d4188a`](https://github.com/LedgerHQ/ledger-live/commit/3d4188a26021d33b950129d82cb55d2c2e8d4358), [`d9305e8`](https://github.com/LedgerHQ/ledger-live/commit/d9305e8a4d8364366aaba05dd698396d28b539dc)]:
|
|
1021
|
-
- @ledgerhq/cryptoassets@13.32.0
|
|
1022
|
-
- @ledgerhq/coin-framework@6.8.0
|
|
1023
|
-
- @ledgerhq/live-network@2.1.0
|
|
1024
|
-
- @ledgerhq/live-env@2.20.0
|
|
1025
|
-
- @ledgerhq/devices@8.7.0
|
|
1026
|
-
- @ledgerhq/errors@6.27.0
|
|
1027
|
-
|
|
1028
|
-
## 2.12.0-next.0
|
|
1029
|
-
|
|
1030
|
-
### Minor Changes
|
|
1031
|
-
|
|
1032
|
-
- [#12497](https://github.com/LedgerHQ/ledger-live/pull/12497) [`119fb5b`](https://github.com/LedgerHQ/ledger-live/commit/119fb5b33b977f93d681d5f38131e3d7eb6d4237) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Prepare vechain for async CryptoAssetsStore migration - add await to token lookups
|
|
1033
|
-
|
|
1034
|
-
### Patch Changes
|
|
1035
|
-
|
|
1036
|
-
- Updated dependencies [[`b4ceaff`](https://github.com/LedgerHQ/ledger-live/commit/b4ceaff2ecf68d8a14e09801c76ab0b014c45286), [`da750a1`](https://github.com/LedgerHQ/ledger-live/commit/da750a16ee5f2c083114569b8ae3c708cceba06c), [`63e8f34`](https://github.com/LedgerHQ/ledger-live/commit/63e8f342f6b951ab77bb710b9971f033c05e579e), [`ccf788d`](https://github.com/LedgerHQ/ledger-live/commit/ccf788d7c0239ca95e76c3cc340f9a6bd09ea726), [`34b28dd`](https://github.com/LedgerHQ/ledger-live/commit/34b28dd5e819906daaa79db5fe6064674def5e7d), [`607e4be`](https://github.com/LedgerHQ/ledger-live/commit/607e4be33145c102debce1606224b08579888aa8), [`c96d73f`](https://github.com/LedgerHQ/ledger-live/commit/c96d73fed0a75a9c208f78d51c34b742703a7dda), [`c1a4bfd`](https://github.com/LedgerHQ/ledger-live/commit/c1a4bfd34b46c6b6587d247673cadb3c078deb1d), [`f8d904d`](https://github.com/LedgerHQ/ledger-live/commit/f8d904de5607c103549f247428b5a4079f28c1c0), [`eb176c2`](https://github.com/LedgerHQ/ledger-live/commit/eb176c201d711f1d28f74de831c4a6cd0c2d4a50), [`a731c4c`](https://github.com/LedgerHQ/ledger-live/commit/a731c4cd492a968eb7baa981fdd8aaddedd21f25), [`b962966`](https://github.com/LedgerHQ/ledger-live/commit/b962966525517c5cfa7f1f8826f8f2b9162189e4), [`759064d`](https://github.com/LedgerHQ/ledger-live/commit/759064d4815c636af2d73ba548a85b4f53e7b491), [`cadf2e1`](https://github.com/LedgerHQ/ledger-live/commit/cadf2e1dfb09248d3f77d96f94ae774425dbca75), [`cbc0648`](https://github.com/LedgerHQ/ledger-live/commit/cbc064885d8e0459e40d327a2e5389204b3ec705), [`36e5168`](https://github.com/LedgerHQ/ledger-live/commit/36e5168397eaec2a5f425038392a4400f60571d0), [`6ccabef`](https://github.com/LedgerHQ/ledger-live/commit/6ccabef8f3c4e8cc042299d531684595ebadcc55), [`3d4188a`](https://github.com/LedgerHQ/ledger-live/commit/3d4188a26021d33b950129d82cb55d2c2e8d4358), [`d9305e8`](https://github.com/LedgerHQ/ledger-live/commit/d9305e8a4d8364366aaba05dd698396d28b539dc)]:
|
|
1037
|
-
- @ledgerhq/cryptoassets@13.32.0-next.0
|
|
1038
|
-
- @ledgerhq/coin-framework@6.8.0-next.0
|
|
1039
|
-
- @ledgerhq/live-network@2.1.0-next.0
|
|
1040
|
-
- @ledgerhq/live-env@2.20.0-next.0
|
|
1041
|
-
- @ledgerhq/devices@8.7.0-next.0
|
|
1042
|
-
- @ledgerhq/errors@6.27.0-next.0
|
|
1043
|
-
|
|
1044
|
-
## 2.11.0
|
|
1045
|
-
|
|
1046
|
-
### Minor Changes
|
|
1047
|
-
|
|
1048
|
-
- [#12015](https://github.com/LedgerHQ/ledger-live/pull/12015) [`03af552`](https://github.com/LedgerHQ/ledger-live/commit/03af552b621e19e31747a65b1870dfe8d3bb005b) Thanks [@Justkant](https://github.com/Justkant)! - feat: new signRawTransaction to support any XRP transaction with wallet-api
|
|
1049
|
-
|
|
1050
|
-
- [#12196](https://github.com/LedgerHQ/ledger-live/pull/12196) [`565da80`](https://github.com/LedgerHQ/ledger-live/commit/565da807b1ebbfc830fd0e47b3d8856f88d410a6) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Remove deprecated getTokenById and hasTokenId functions
|
|
1051
|
-
|
|
1052
|
-
### Patch Changes
|
|
1053
|
-
|
|
1054
|
-
- Updated dependencies [[`ea16f59`](https://github.com/LedgerHQ/ledger-live/commit/ea16f592e85019a1b77287a7f2b975c6fcffc74c), [`cfe65ca`](https://github.com/LedgerHQ/ledger-live/commit/cfe65cafa268be4e53197ee163ce78f28ed72592), [`a9aacdb`](https://github.com/LedgerHQ/ledger-live/commit/a9aacdb330700f0a294833f7d77de17f179229b2), [`3979c07`](https://github.com/LedgerHQ/ledger-live/commit/3979c0715e4f54165c89d00ebe1441e064e1a110), [`f1f3845`](https://github.com/LedgerHQ/ledger-live/commit/f1f3845942e4cbce9c585dc65f6170ddbc319f19), [`c6a676f`](https://github.com/LedgerHQ/ledger-live/commit/c6a676ff80581ac19b896adf44d54812983b72da), [`b5fc1bd`](https://github.com/LedgerHQ/ledger-live/commit/b5fc1bd28fff091241905fec5ff8dc8af4c99b79), [`03af552`](https://github.com/LedgerHQ/ledger-live/commit/03af552b621e19e31747a65b1870dfe8d3bb005b), [`89ac0ed`](https://github.com/LedgerHQ/ledger-live/commit/89ac0eddc145dcf5c7cf240aa8be4301372c8f33), [`565da80`](https://github.com/LedgerHQ/ledger-live/commit/565da807b1ebbfc830fd0e47b3d8856f88d410a6), [`1d9860c`](https://github.com/LedgerHQ/ledger-live/commit/1d9860cd1688131d391579955b40c6710b667db8), [`d2b12e7`](https://github.com/LedgerHQ/ledger-live/commit/d2b12e70bba9e772d078d1fe4d9c537b8d316a87), [`c8dbf40`](https://github.com/LedgerHQ/ledger-live/commit/c8dbf402268359e225a94782420111e786f875fa), [`cab7d97`](https://github.com/LedgerHQ/ledger-live/commit/cab7d9794e7babb8220c6d339fb08e618e3d4202)]:
|
|
1055
|
-
- @ledgerhq/cryptoassets@13.31.0
|
|
1056
|
-
- @ledgerhq/coin-framework@6.7.0
|
|
1057
|
-
- @ledgerhq/live-env@2.19.0
|
|
1058
|
-
- @ledgerhq/live-network@2.0.20
|
|
1059
|
-
|
|
1060
|
-
## 2.11.0-next.1
|
|
1061
|
-
|
|
1062
|
-
### Patch Changes
|
|
1063
|
-
|
|
1064
|
-
- Updated dependencies []:
|
|
1065
|
-
- @ledgerhq/coin-framework@6.7.0-next.1
|
|
1066
|
-
- @ledgerhq/cryptoassets@13.31.0-next.1
|
|
1067
|
-
|
|
1068
|
-
## 2.11.0-next.0
|
|
1069
|
-
|
|
1070
|
-
### Minor Changes
|
|
1071
|
-
|
|
1072
|
-
- [#12015](https://github.com/LedgerHQ/ledger-live/pull/12015) [`03af552`](https://github.com/LedgerHQ/ledger-live/commit/03af552b621e19e31747a65b1870dfe8d3bb005b) Thanks [@Justkant](https://github.com/Justkant)! - feat: new signRawTransaction to support any XRP transaction with wallet-api
|
|
1073
|
-
|
|
1074
|
-
- [#12196](https://github.com/LedgerHQ/ledger-live/pull/12196) [`565da80`](https://github.com/LedgerHQ/ledger-live/commit/565da807b1ebbfc830fd0e47b3d8856f88d410a6) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Remove deprecated getTokenById and hasTokenId functions
|
|
1075
|
-
|
|
1076
|
-
### Patch Changes
|
|
1077
|
-
|
|
1078
|
-
- Updated dependencies [[`ea16f59`](https://github.com/LedgerHQ/ledger-live/commit/ea16f592e85019a1b77287a7f2b975c6fcffc74c), [`cfe65ca`](https://github.com/LedgerHQ/ledger-live/commit/cfe65cafa268be4e53197ee163ce78f28ed72592), [`a9aacdb`](https://github.com/LedgerHQ/ledger-live/commit/a9aacdb330700f0a294833f7d77de17f179229b2), [`3979c07`](https://github.com/LedgerHQ/ledger-live/commit/3979c0715e4f54165c89d00ebe1441e064e1a110), [`f1f3845`](https://github.com/LedgerHQ/ledger-live/commit/f1f3845942e4cbce9c585dc65f6170ddbc319f19), [`c6a676f`](https://github.com/LedgerHQ/ledger-live/commit/c6a676ff80581ac19b896adf44d54812983b72da), [`b5fc1bd`](https://github.com/LedgerHQ/ledger-live/commit/b5fc1bd28fff091241905fec5ff8dc8af4c99b79), [`03af552`](https://github.com/LedgerHQ/ledger-live/commit/03af552b621e19e31747a65b1870dfe8d3bb005b), [`89ac0ed`](https://github.com/LedgerHQ/ledger-live/commit/89ac0eddc145dcf5c7cf240aa8be4301372c8f33), [`565da80`](https://github.com/LedgerHQ/ledger-live/commit/565da807b1ebbfc830fd0e47b3d8856f88d410a6), [`1d9860c`](https://github.com/LedgerHQ/ledger-live/commit/1d9860cd1688131d391579955b40c6710b667db8), [`d2b12e7`](https://github.com/LedgerHQ/ledger-live/commit/d2b12e70bba9e772d078d1fe4d9c537b8d316a87), [`c8dbf40`](https://github.com/LedgerHQ/ledger-live/commit/c8dbf402268359e225a94782420111e786f875fa), [`cab7d97`](https://github.com/LedgerHQ/ledger-live/commit/cab7d9794e7babb8220c6d339fb08e618e3d4202)]:
|
|
1079
|
-
- @ledgerhq/cryptoassets@13.31.0-next.0
|
|
1080
|
-
- @ledgerhq/coin-framework@6.7.0-next.0
|
|
1081
|
-
- @ledgerhq/live-env@2.19.0-next.0
|
|
1082
|
-
- @ledgerhq/live-network@2.0.20-next.0
|
|
1083
|
-
|
|
1084
|
-
## 2.10.1
|
|
1085
|
-
|
|
1086
|
-
### Patch Changes
|
|
1087
|
-
|
|
1088
|
-
- Updated dependencies [[`ab0e1bc`](https://github.com/LedgerHQ/ledger-live/commit/ab0e1bcc97b66b750b6c29e618eb03ce6f25bb7b), [`c2d8d86`](https://github.com/LedgerHQ/ledger-live/commit/c2d8d8670f848989836c46ea08ae88c88086fdd6), [`4d60b7e`](https://github.com/LedgerHQ/ledger-live/commit/4d60b7e0984f0f8ef75c1483e0cfaf5784fbc5ed), [`e3b568d`](https://github.com/LedgerHQ/ledger-live/commit/e3b568d2cbeee6dcf19a7047ce9fa11a04b0ae2a), [`0d368f0`](https://github.com/LedgerHQ/ledger-live/commit/0d368f0e682b3bd3daafa6af5b396648a95b1488), [`fe1abf6`](https://github.com/LedgerHQ/ledger-live/commit/fe1abf640cc1a30b2e78bf7aa4a12e983a068f2e)]:
|
|
1089
|
-
- @ledgerhq/cryptoassets@13.30.0
|
|
1090
|
-
- @ledgerhq/errors@6.26.0
|
|
1091
|
-
- @ledgerhq/live-env@2.18.0
|
|
1092
|
-
- @ledgerhq/coin-framework@6.6.0
|
|
1093
|
-
- @ledgerhq/devices@8.6.1
|
|
1094
|
-
- @ledgerhq/live-network@2.0.19
|
|
1095
|
-
|
|
1096
|
-
## 2.10.1-next.0
|
|
1097
|
-
|
|
1098
|
-
### Patch Changes
|
|
1099
|
-
|
|
1100
|
-
- Updated dependencies [[`ab0e1bc`](https://github.com/LedgerHQ/ledger-live/commit/ab0e1bcc97b66b750b6c29e618eb03ce6f25bb7b), [`c2d8d86`](https://github.com/LedgerHQ/ledger-live/commit/c2d8d8670f848989836c46ea08ae88c88086fdd6), [`4d60b7e`](https://github.com/LedgerHQ/ledger-live/commit/4d60b7e0984f0f8ef75c1483e0cfaf5784fbc5ed), [`e3b568d`](https://github.com/LedgerHQ/ledger-live/commit/e3b568d2cbeee6dcf19a7047ce9fa11a04b0ae2a), [`0d368f0`](https://github.com/LedgerHQ/ledger-live/commit/0d368f0e682b3bd3daafa6af5b396648a95b1488), [`fe1abf6`](https://github.com/LedgerHQ/ledger-live/commit/fe1abf640cc1a30b2e78bf7aa4a12e983a068f2e)]:
|
|
1101
|
-
- @ledgerhq/cryptoassets@13.30.0-next.0
|
|
1102
|
-
- @ledgerhq/errors@6.26.0-next.0
|
|
1103
|
-
- @ledgerhq/live-env@2.18.0-next.0
|
|
1104
|
-
- @ledgerhq/coin-framework@6.6.0-next.0
|
|
1105
|
-
- @ledgerhq/devices@8.6.1-next.0
|
|
1106
|
-
- @ledgerhq/live-network@2.0.19-next.0
|
|
1107
|
-
|
|
1108
|
-
## 2.10.0
|
|
1109
|
-
|
|
1110
|
-
### Minor Changes
|
|
1111
|
-
|
|
1112
|
-
- [#11634](https://github.com/LedgerHQ/ledger-live/pull/11634) [`b13ad45`](https://github.com/LedgerHQ/ledger-live/commit/b13ad454195aac4603665f1f7791d8bd16be90be) Thanks [@semeano](https://github.com/semeano)! - Vechain: galactica fee system
|
|
1113
|
-
|
|
1114
|
-
### Patch Changes
|
|
1115
|
-
|
|
1116
|
-
- Updated dependencies [[`38a172c`](https://github.com/LedgerHQ/ledger-live/commit/38a172c23035040d077433c7f4fce60f72962ae0), [`aaa16b7`](https://github.com/LedgerHQ/ledger-live/commit/aaa16b718454dca51d59bb138ab1a638dc4b8243), [`d56bebe`](https://github.com/LedgerHQ/ledger-live/commit/d56bebe672a1ed825697b371662dbff19dcc63d8), [`af64263`](https://github.com/LedgerHQ/ledger-live/commit/af642634bd4536183f766323d0ec5b9b99841dc6), [`0108eaf`](https://github.com/LedgerHQ/ledger-live/commit/0108eafb64e36ce68f44e03cc3f66ccdb5ee5a92), [`65c128a`](https://github.com/LedgerHQ/ledger-live/commit/65c128a93f07857b421bed3696bc9984f860ada9), [`3b5576e`](https://github.com/LedgerHQ/ledger-live/commit/3b5576e0b67fedad0f5dbbd6b9546281af4e6111), [`6941aac`](https://github.com/LedgerHQ/ledger-live/commit/6941aac638dcc8d4fb03aa92f42d2a71d4089202), [`fe97131`](https://github.com/LedgerHQ/ledger-live/commit/fe971313776194e5942dfa9a95d6082950c3111e), [`2a58b72`](https://github.com/LedgerHQ/ledger-live/commit/2a58b720de42e63e59ea430bd03b2c95e903634c)]:
|
|
1117
|
-
- @ledgerhq/devices@8.6.0
|
|
1118
|
-
- @ledgerhq/live-env@2.17.0
|
|
1119
|
-
- @ledgerhq/cryptoassets@13.29.0
|
|
1120
|
-
- @ledgerhq/coin-framework@6.5.0
|
|
1121
|
-
- @ledgerhq/live-network@2.0.18
|
|
1122
|
-
|
|
1123
|
-
## 2.10.0-next.0
|
|
1124
|
-
|
|
1125
|
-
### Minor Changes
|
|
1126
|
-
|
|
1127
|
-
- [#11634](https://github.com/LedgerHQ/ledger-live/pull/11634) [`b13ad45`](https://github.com/LedgerHQ/ledger-live/commit/b13ad454195aac4603665f1f7791d8bd16be90be) Thanks [@semeano](https://github.com/semeano)! - Vechain: galactica fee system
|
|
1128
|
-
|
|
1129
|
-
### Patch Changes
|
|
1130
|
-
|
|
1131
|
-
- Updated dependencies [[`38a172c`](https://github.com/LedgerHQ/ledger-live/commit/38a172c23035040d077433c7f4fce60f72962ae0), [`aaa16b7`](https://github.com/LedgerHQ/ledger-live/commit/aaa16b718454dca51d59bb138ab1a638dc4b8243), [`d56bebe`](https://github.com/LedgerHQ/ledger-live/commit/d56bebe672a1ed825697b371662dbff19dcc63d8), [`af64263`](https://github.com/LedgerHQ/ledger-live/commit/af642634bd4536183f766323d0ec5b9b99841dc6), [`0108eaf`](https://github.com/LedgerHQ/ledger-live/commit/0108eafb64e36ce68f44e03cc3f66ccdb5ee5a92), [`65c128a`](https://github.com/LedgerHQ/ledger-live/commit/65c128a93f07857b421bed3696bc9984f860ada9), [`3b5576e`](https://github.com/LedgerHQ/ledger-live/commit/3b5576e0b67fedad0f5dbbd6b9546281af4e6111), [`6941aac`](https://github.com/LedgerHQ/ledger-live/commit/6941aac638dcc8d4fb03aa92f42d2a71d4089202), [`fe97131`](https://github.com/LedgerHQ/ledger-live/commit/fe971313776194e5942dfa9a95d6082950c3111e), [`2a58b72`](https://github.com/LedgerHQ/ledger-live/commit/2a58b720de42e63e59ea430bd03b2c95e903634c)]:
|
|
1132
|
-
- @ledgerhq/devices@8.6.0-next.0
|
|
1133
|
-
- @ledgerhq/live-env@2.17.0-next.0
|
|
1134
|
-
- @ledgerhq/cryptoassets@13.29.0-next.0
|
|
1135
|
-
- @ledgerhq/coin-framework@6.5.0-next.0
|
|
1136
|
-
- @ledgerhq/live-network@2.0.18-next.0
|
|
1137
|
-
|
|
1138
|
-
## 2.9.1
|
|
1139
|
-
|
|
1140
|
-
### Patch Changes
|
|
1141
|
-
|
|
1142
|
-
- Updated dependencies [[`2b896f9`](https://github.com/LedgerHQ/ledger-live/commit/2b896f94d6fc53ef965ed567489ad96d913466d4), [`338d979`](https://github.com/LedgerHQ/ledger-live/commit/338d979bae349b185c52b1d8c9f6718a3d142526), [`2482195`](https://github.com/LedgerHQ/ledger-live/commit/24821957c838a304be60ff6e16798ef3cac987cd), [`e52268a`](https://github.com/LedgerHQ/ledger-live/commit/e52268a3bc7d97a7ed09ed082786a647e048a6e8), [`89fc31e`](https://github.com/LedgerHQ/ledger-live/commit/89fc31e8ecfc5e2fd679a2694b3514f8fb19d7b7), [`ff22728`](https://github.com/LedgerHQ/ledger-live/commit/ff22728a61ab2cde6835991bf8ed115d4a39a1d0), [`c190e2b`](https://github.com/LedgerHQ/ledger-live/commit/c190e2b104a9dd0dd693c2d72433b98115f4089f), [`a87922d`](https://github.com/LedgerHQ/ledger-live/commit/a87922dc99e4f2e4b40a46fd52ad08a71012fe94), [`3489203`](https://github.com/LedgerHQ/ledger-live/commit/34892030dcfbd1a19a0eb0a8fcae9f8f01d3d2a9), [`b27c96c`](https://github.com/LedgerHQ/ledger-live/commit/b27c96ccbcefb1982a40688a8385209eac99165a)]:
|
|
1143
|
-
- @ledgerhq/coin-framework@6.4.0
|
|
1144
|
-
- @ledgerhq/cryptoassets@13.28.0
|
|
1145
|
-
- @ledgerhq/live-env@2.16.0
|
|
1146
|
-
- @ledgerhq/live-network@2.0.17
|
|
1147
|
-
|
|
1148
|
-
## 2.9.1-next.0
|
|
1149
|
-
|
|
1150
|
-
### Patch Changes
|
|
1151
|
-
|
|
1152
|
-
- Updated dependencies [[`2b896f9`](https://github.com/LedgerHQ/ledger-live/commit/2b896f94d6fc53ef965ed567489ad96d913466d4), [`338d979`](https://github.com/LedgerHQ/ledger-live/commit/338d979bae349b185c52b1d8c9f6718a3d142526), [`2482195`](https://github.com/LedgerHQ/ledger-live/commit/24821957c838a304be60ff6e16798ef3cac987cd), [`e52268a`](https://github.com/LedgerHQ/ledger-live/commit/e52268a3bc7d97a7ed09ed082786a647e048a6e8), [`89fc31e`](https://github.com/LedgerHQ/ledger-live/commit/89fc31e8ecfc5e2fd679a2694b3514f8fb19d7b7), [`ff22728`](https://github.com/LedgerHQ/ledger-live/commit/ff22728a61ab2cde6835991bf8ed115d4a39a1d0), [`c190e2b`](https://github.com/LedgerHQ/ledger-live/commit/c190e2b104a9dd0dd693c2d72433b98115f4089f), [`a87922d`](https://github.com/LedgerHQ/ledger-live/commit/a87922dc99e4f2e4b40a46fd52ad08a71012fe94), [`3489203`](https://github.com/LedgerHQ/ledger-live/commit/34892030dcfbd1a19a0eb0a8fcae9f8f01d3d2a9), [`b27c96c`](https://github.com/LedgerHQ/ledger-live/commit/b27c96ccbcefb1982a40688a8385209eac99165a)]:
|
|
1153
|
-
- @ledgerhq/coin-framework@6.4.0-next.0
|
|
1154
|
-
- @ledgerhq/cryptoassets@13.28.0-next.0
|
|
1155
|
-
- @ledgerhq/live-env@2.16.0-next.0
|
|
1156
|
-
- @ledgerhq/live-network@2.0.17-next.0
|
|
1157
|
-
|
|
1158
|
-
## 2.9.0
|
|
1159
|
-
|
|
1160
|
-
### Minor Changes
|
|
1161
|
-
|
|
1162
|
-
- [#11454](https://github.com/LedgerHQ/ledger-live/pull/11454) [`212f772`](https://github.com/LedgerHQ/ledger-live/commit/212f772b17dc3db97009ebe62912f8f183c1ef2e) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - chore(coin-modules): add `eqeqeq` ESLint rule
|
|
1163
|
-
|
|
1164
|
-
### Patch Changes
|
|
1165
|
-
|
|
1166
|
-
- Updated dependencies [[`12277dc`](https://github.com/LedgerHQ/ledger-live/commit/12277dcb478f24152060e3e11e2eb37d650b5b60), [`acdc089`](https://github.com/LedgerHQ/ledger-live/commit/acdc089f934461dd2fdfdfd61aa907f1520a5d7b), [`87617a9`](https://github.com/LedgerHQ/ledger-live/commit/87617a9930be43a6cdbc5cc5711cc24b00309184), [`9fcc4eb`](https://github.com/LedgerHQ/ledger-live/commit/9fcc4eb5cd6e96e772daa154bd87ae374f925ddc), [`d6a6a94`](https://github.com/LedgerHQ/ledger-live/commit/d6a6a949d45fdd2f97f15842c808bf6d1058403f), [`8936f39`](https://github.com/LedgerHQ/ledger-live/commit/8936f390edbe9cbc36ac6590b01562daf5c580e1), [`0356d19`](https://github.com/LedgerHQ/ledger-live/commit/0356d1904dbb5e856970fa7e7ebb206eed7b4c5d), [`516176d`](https://github.com/LedgerHQ/ledger-live/commit/516176d18c7f53961799e92e8804c4a756684266)]:
|
|
1167
|
-
- @ledgerhq/cryptoassets@13.27.0
|
|
1168
|
-
- @ledgerhq/coin-framework@6.3.0
|
|
1169
|
-
- @ledgerhq/live-env@2.15.0
|
|
1170
|
-
- @ledgerhq/errors@6.25.0
|
|
1171
|
-
- @ledgerhq/live-network@2.0.16
|
|
1172
|
-
- @ledgerhq/devices@8.5.1
|
|
1173
|
-
|
|
1174
|
-
## 2.9.0-next.0
|
|
1175
|
-
|
|
1176
|
-
### Minor Changes
|
|
1177
|
-
|
|
1178
|
-
- [#11454](https://github.com/LedgerHQ/ledger-live/pull/11454) [`212f772`](https://github.com/LedgerHQ/ledger-live/commit/212f772b17dc3db97009ebe62912f8f183c1ef2e) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - chore(coin-modules): add `eqeqeq` ESLint rule
|
|
1179
|
-
|
|
1180
|
-
### Patch Changes
|
|
1181
|
-
|
|
1182
|
-
- Updated dependencies [[`12277dc`](https://github.com/LedgerHQ/ledger-live/commit/12277dcb478f24152060e3e11e2eb37d650b5b60), [`acdc089`](https://github.com/LedgerHQ/ledger-live/commit/acdc089f934461dd2fdfdfd61aa907f1520a5d7b), [`87617a9`](https://github.com/LedgerHQ/ledger-live/commit/87617a9930be43a6cdbc5cc5711cc24b00309184), [`9fcc4eb`](https://github.com/LedgerHQ/ledger-live/commit/9fcc4eb5cd6e96e772daa154bd87ae374f925ddc), [`d6a6a94`](https://github.com/LedgerHQ/ledger-live/commit/d6a6a949d45fdd2f97f15842c808bf6d1058403f), [`8936f39`](https://github.com/LedgerHQ/ledger-live/commit/8936f390edbe9cbc36ac6590b01562daf5c580e1), [`0356d19`](https://github.com/LedgerHQ/ledger-live/commit/0356d1904dbb5e856970fa7e7ebb206eed7b4c5d), [`516176d`](https://github.com/LedgerHQ/ledger-live/commit/516176d18c7f53961799e92e8804c4a756684266)]:
|
|
1183
|
-
- @ledgerhq/cryptoassets@13.27.0-next.0
|
|
1184
|
-
- @ledgerhq/coin-framework@6.3.0-next.0
|
|
1185
|
-
- @ledgerhq/live-env@2.15.0-next.0
|
|
1186
|
-
- @ledgerhq/errors@6.25.0-next.0
|
|
1187
|
-
- @ledgerhq/live-network@2.0.16-next.0
|
|
1188
|
-
- @ledgerhq/devices@8.5.1-next.0
|
|
1189
|
-
|
|
1190
|
-
## 2.8.2
|
|
1191
|
-
|
|
1192
|
-
### Patch Changes
|
|
1193
|
-
|
|
1194
|
-
- Updated dependencies [[`1f1cbeb`](https://github.com/LedgerHQ/ledger-live/commit/1f1cbeb4485fb4b85b76ffe040c632d049f4e0c4), [`80f8f1e`](https://github.com/LedgerHQ/ledger-live/commit/80f8f1eaef8a7bc84ba5441790296dec6cbfa199), [`d41fc9c`](https://github.com/LedgerHQ/ledger-live/commit/d41fc9c458050ef1234c04af9642321c41cecda1), [`67ec10b`](https://github.com/LedgerHQ/ledger-live/commit/67ec10b773b4a6b512a8a6485940fa0abd41c3ef)]:
|
|
1195
|
-
- @ledgerhq/cryptoassets@13.26.0
|
|
1196
|
-
- @ledgerhq/coin-framework@6.2.0
|
|
1197
|
-
|
|
1198
|
-
## 2.8.2-next.0
|
|
1199
|
-
|
|
1200
|
-
### Patch Changes
|
|
1201
|
-
|
|
1202
|
-
- Updated dependencies [[`1f1cbeb`](https://github.com/LedgerHQ/ledger-live/commit/1f1cbeb4485fb4b85b76ffe040c632d049f4e0c4), [`80f8f1e`](https://github.com/LedgerHQ/ledger-live/commit/80f8f1eaef8a7bc84ba5441790296dec6cbfa199), [`d41fc9c`](https://github.com/LedgerHQ/ledger-live/commit/d41fc9c458050ef1234c04af9642321c41cecda1), [`67ec10b`](https://github.com/LedgerHQ/ledger-live/commit/67ec10b773b4a6b512a8a6485940fa0abd41c3ef)]:
|
|
1203
|
-
- @ledgerhq/cryptoassets@13.26.0-next.0
|
|
1204
|
-
- @ledgerhq/coin-framework@6.2.0-next.0
|
|
1205
|
-
|
|
1206
|
-
## 2.8.1
|
|
1207
|
-
|
|
1208
|
-
### Patch Changes
|
|
1209
|
-
|
|
1210
|
-
- Updated dependencies [[`75a08cc`](https://github.com/LedgerHQ/ledger-live/commit/75a08cc3061347bae98ddef7ac3cdcd6181ddab5), [`0c8486e`](https://github.com/LedgerHQ/ledger-live/commit/0c8486ea830e9e2abf1dfc5d108117e1db733072), [`354fa83`](https://github.com/LedgerHQ/ledger-live/commit/354fa83c8107cf8e6b56a8b306569ee65980e10c), [`a8b4f57`](https://github.com/LedgerHQ/ledger-live/commit/a8b4f57bf7d82e6c2444a65901e927c3c3d64412), [`67e2a7c`](https://github.com/LedgerHQ/ledger-live/commit/67e2a7c5a74d000f22684254778dfec5b8b5163d)]:
|
|
1211
|
-
- @ledgerhq/live-env@2.14.0
|
|
1212
|
-
- @ledgerhq/cryptoassets@13.25.0
|
|
1213
|
-
- @ledgerhq/errors@6.24.0
|
|
1214
|
-
- @ledgerhq/coin-framework@6.1.0
|
|
1215
|
-
- @ledgerhq/devices@8.5.0
|
|
1216
|
-
- @ledgerhq/live-network@2.0.15
|
|
1217
|
-
|
|
1218
|
-
## 2.8.1-next.0
|
|
1219
|
-
|
|
1220
|
-
### Patch Changes
|
|
1221
|
-
|
|
1222
|
-
- Updated dependencies [[`75a08cc`](https://github.com/LedgerHQ/ledger-live/commit/75a08cc3061347bae98ddef7ac3cdcd6181ddab5), [`0c8486e`](https://github.com/LedgerHQ/ledger-live/commit/0c8486ea830e9e2abf1dfc5d108117e1db733072), [`354fa83`](https://github.com/LedgerHQ/ledger-live/commit/354fa83c8107cf8e6b56a8b306569ee65980e10c), [`a8b4f57`](https://github.com/LedgerHQ/ledger-live/commit/a8b4f57bf7d82e6c2444a65901e927c3c3d64412), [`67e2a7c`](https://github.com/LedgerHQ/ledger-live/commit/67e2a7c5a74d000f22684254778dfec5b8b5163d)]:
|
|
1223
|
-
- @ledgerhq/live-env@2.14.0-next.0
|
|
1224
|
-
- @ledgerhq/cryptoassets@13.25.0-next.0
|
|
1225
|
-
- @ledgerhq/errors@6.24.0-next.0
|
|
1226
|
-
- @ledgerhq/coin-framework@6.1.0-next.0
|
|
1227
|
-
- @ledgerhq/devices@8.5.0-next.0
|
|
1228
|
-
- @ledgerhq/live-network@2.0.15-next.0
|
|
1229
|
-
|
|
1230
|
-
## 2.8.0
|
|
1231
|
-
|
|
1232
|
-
### Minor Changes
|
|
1233
|
-
|
|
1234
|
-
- [#11110](https://github.com/LedgerHQ/ledger-live/pull/11110) [`e165f4e`](https://github.com/LedgerHQ/ledger-live/commit/e165f4e1cc7058fb26d415a36cc03165febc69b0) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - deps(coin-vechain): remove `coin-tester` dependency
|
|
1235
|
-
|
|
1236
|
-
- [#11154](https://github.com/LedgerHQ/ledger-live/pull/11154) [`5bb2111`](https://github.com/LedgerHQ/ledger-live/commit/5bb2111d6a0c84cd0d6508bbf33d184bc89f9da3) Thanks [@qperrot](https://github.com/qperrot)! - Remove generic type for token assets
|
|
1237
|
-
|
|
1238
|
-
### Patch Changes
|
|
1239
|
-
|
|
1240
|
-
- Updated dependencies [[`b5cbffa`](https://github.com/LedgerHQ/ledger-live/commit/b5cbffac207569027e241db761a6aa70b3b1b636), [`2da9b4a`](https://github.com/LedgerHQ/ledger-live/commit/2da9b4a5dd9fec3fea188fc9fa107b2c3479d1be), [`5bb2111`](https://github.com/LedgerHQ/ledger-live/commit/5bb2111d6a0c84cd0d6508bbf33d184bc89f9da3), [`417e4fc`](https://github.com/LedgerHQ/ledger-live/commit/417e4fc8b92ebc95542ca915e14023fdb62497bb), [`b9debdf`](https://github.com/LedgerHQ/ledger-live/commit/b9debdfbc822e9f5dc0b26619208f94bbd788777), [`9c63d6b`](https://github.com/LedgerHQ/ledger-live/commit/9c63d6b8d5fb629a19514ec36396c35eeefb96aa), [`8b0b4ef`](https://github.com/LedgerHQ/ledger-live/commit/8b0b4efaf2c0968cfb60c0cecebca9c575b00748)]:
|
|
1241
|
-
- @ledgerhq/cryptoassets@13.24.0
|
|
1242
|
-
- @ledgerhq/coin-framework@6.0.0
|
|
1243
|
-
- @ledgerhq/live-env@2.13.0
|
|
1244
|
-
- @ledgerhq/live-network@2.0.14
|
|
1245
|
-
|
|
1246
|
-
## 2.8.0-next.0
|
|
1247
|
-
|
|
1248
|
-
### Minor Changes
|
|
1249
|
-
|
|
1250
|
-
- [#11110](https://github.com/LedgerHQ/ledger-live/pull/11110) [`e165f4e`](https://github.com/LedgerHQ/ledger-live/commit/e165f4e1cc7058fb26d415a36cc03165febc69b0) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - deps(coin-vechain): remove `coin-tester` dependency
|
|
1251
|
-
|
|
1252
|
-
- [#11154](https://github.com/LedgerHQ/ledger-live/pull/11154) [`5bb2111`](https://github.com/LedgerHQ/ledger-live/commit/5bb2111d6a0c84cd0d6508bbf33d184bc89f9da3) Thanks [@qperrot](https://github.com/qperrot)! - Remove generic type for token assets
|
|
1253
|
-
|
|
1254
|
-
### Patch Changes
|
|
1255
|
-
|
|
1256
|
-
- Updated dependencies [[`b5cbffa`](https://github.com/LedgerHQ/ledger-live/commit/b5cbffac207569027e241db761a6aa70b3b1b636), [`2da9b4a`](https://github.com/LedgerHQ/ledger-live/commit/2da9b4a5dd9fec3fea188fc9fa107b2c3479d1be), [`5bb2111`](https://github.com/LedgerHQ/ledger-live/commit/5bb2111d6a0c84cd0d6508bbf33d184bc89f9da3), [`417e4fc`](https://github.com/LedgerHQ/ledger-live/commit/417e4fc8b92ebc95542ca915e14023fdb62497bb), [`b9debdf`](https://github.com/LedgerHQ/ledger-live/commit/b9debdfbc822e9f5dc0b26619208f94bbd788777), [`9c63d6b`](https://github.com/LedgerHQ/ledger-live/commit/9c63d6b8d5fb629a19514ec36396c35eeefb96aa), [`8b0b4ef`](https://github.com/LedgerHQ/ledger-live/commit/8b0b4efaf2c0968cfb60c0cecebca9c575b00748)]:
|
|
1257
|
-
- @ledgerhq/cryptoassets@13.24.0-next.0
|
|
1258
|
-
- @ledgerhq/coin-framework@6.0.0-next.0
|
|
1259
|
-
- @ledgerhq/live-env@2.13.0-next.0
|
|
1260
|
-
- @ledgerhq/live-network@2.0.14-next.0
|
|
1261
|
-
|
|
1262
|
-
## 2.7.15
|
|
1263
|
-
|
|
1264
|
-
### Patch Changes
|
|
1265
|
-
|
|
1266
|
-
- Updated dependencies [[`72c2a6c`](https://github.com/LedgerHQ/ledger-live/commit/72c2a6c91cfee66fac3505774ba16049fba1c0cf), [`6792990`](https://github.com/LedgerHQ/ledger-live/commit/6792990d8130ec297192bb7d6b98aef024e81dfa), [`d5f6793`](https://github.com/LedgerHQ/ledger-live/commit/d5f6793c6ae52178e93a19efc75931994bf930a8), [`132af3d`](https://github.com/LedgerHQ/ledger-live/commit/132af3db5863fb6e54587dd53d4db7b0ec19259e)]:
|
|
1267
|
-
- @ledgerhq/cryptoassets@13.23.0
|
|
1268
|
-
- @ledgerhq/coin-framework@5.8.0
|
|
1269
|
-
|
|
1270
|
-
## 2.7.15-next.1
|
|
1271
|
-
|
|
1272
|
-
### Patch Changes
|
|
1273
|
-
|
|
1274
|
-
- Updated dependencies []:
|
|
1275
|
-
- @ledgerhq/coin-framework@5.8.0-next.1
|
|
1276
|
-
|
|
1277
|
-
## 2.7.15-next.0
|
|
1278
|
-
|
|
1279
|
-
### Patch Changes
|
|
1280
|
-
|
|
1281
|
-
- Updated dependencies [[`72c2a6c`](https://github.com/LedgerHQ/ledger-live/commit/72c2a6c91cfee66fac3505774ba16049fba1c0cf), [`6792990`](https://github.com/LedgerHQ/ledger-live/commit/6792990d8130ec297192bb7d6b98aef024e81dfa), [`d5f6793`](https://github.com/LedgerHQ/ledger-live/commit/d5f6793c6ae52178e93a19efc75931994bf930a8), [`132af3d`](https://github.com/LedgerHQ/ledger-live/commit/132af3db5863fb6e54587dd53d4db7b0ec19259e)]:
|
|
1282
|
-
- @ledgerhq/cryptoassets@13.23.0-next.0
|
|
1283
|
-
- @ledgerhq/coin-framework@5.8.0-next.0
|
|
1284
|
-
|
|
1285
|
-
## 2.7.14
|
|
1286
|
-
|
|
1287
|
-
### Patch Changes
|
|
1288
|
-
|
|
1289
|
-
- Updated dependencies [[`17e039b`](https://github.com/LedgerHQ/ledger-live/commit/17e039b0c7487dda4a68f6a0fe493b4cf5fd265b), [`6ece1b8`](https://github.com/LedgerHQ/ledger-live/commit/6ece1b80ed05f9dab6541702e40a43b51887f958), [`bb7e311`](https://github.com/LedgerHQ/ledger-live/commit/bb7e31139763b9fd943bf237d2c6260d6aef24ab), [`9fd5b54`](https://github.com/LedgerHQ/ledger-live/commit/9fd5b5449f1d15fc559e966e9d71e2ad6573547c), [`63cdeb1`](https://github.com/LedgerHQ/ledger-live/commit/63cdeb1ea20fe0c16b623546ce00f3fe26b7ec80), [`20406e5`](https://github.com/LedgerHQ/ledger-live/commit/20406e52b4167289fced610c6ca9824a6d68cdac)]:
|
|
1290
|
-
- @ledgerhq/live-env@2.12.0
|
|
1291
|
-
- @ledgerhq/cryptoassets@13.22.0
|
|
1292
|
-
- @ledgerhq/coin-framework@5.7.0
|
|
1293
|
-
- @ledgerhq/errors@6.23.0
|
|
1294
|
-
- @ledgerhq/live-network@2.0.13
|
|
1295
|
-
- @ledgerhq/devices@8.4.8
|
|
1296
|
-
|
|
1297
|
-
## 2.7.14-next.0
|
|
1298
|
-
|
|
1299
|
-
### Patch Changes
|
|
1300
|
-
|
|
1301
|
-
- Updated dependencies [[`17e039b`](https://github.com/LedgerHQ/ledger-live/commit/17e039b0c7487dda4a68f6a0fe493b4cf5fd265b), [`6ece1b8`](https://github.com/LedgerHQ/ledger-live/commit/6ece1b80ed05f9dab6541702e40a43b51887f958), [`bb7e311`](https://github.com/LedgerHQ/ledger-live/commit/bb7e31139763b9fd943bf237d2c6260d6aef24ab), [`9fd5b54`](https://github.com/LedgerHQ/ledger-live/commit/9fd5b5449f1d15fc559e966e9d71e2ad6573547c), [`63cdeb1`](https://github.com/LedgerHQ/ledger-live/commit/63cdeb1ea20fe0c16b623546ce00f3fe26b7ec80), [`20406e5`](https://github.com/LedgerHQ/ledger-live/commit/20406e52b4167289fced610c6ca9824a6d68cdac)]:
|
|
1302
|
-
- @ledgerhq/live-env@2.12.0-next.0
|
|
1303
|
-
- @ledgerhq/cryptoassets@13.22.0-next.0
|
|
1304
|
-
- @ledgerhq/coin-framework@5.7.0-next.0
|
|
1305
|
-
- @ledgerhq/errors@6.23.0-next.0
|
|
1306
|
-
- @ledgerhq/live-network@2.0.13-next.0
|
|
1307
|
-
- @ledgerhq/devices@8.4.8-next.0
|
|
1308
|
-
|
|
1309
|
-
## 2.7.13
|
|
1310
|
-
|
|
1311
|
-
### Patch Changes
|
|
1312
|
-
|
|
1313
|
-
- Updated dependencies [[`90b023d`](https://github.com/LedgerHQ/ledger-live/commit/90b023d9a6db34fef865abf96ab31a5e0bcef42a), [`2f38d03`](https://github.com/LedgerHQ/ledger-live/commit/2f38d032ec8e8481e4ff3b37f33aa4eb3872b542)]:
|
|
1314
|
-
- @ledgerhq/coin-framework@5.6.0
|
|
1315
|
-
|
|
1316
|
-
## 2.7.13-next.0
|
|
1317
|
-
|
|
1318
|
-
### Patch Changes
|
|
1319
|
-
|
|
1320
|
-
- Updated dependencies [[`90b023d`](https://github.com/LedgerHQ/ledger-live/commit/90b023d9a6db34fef865abf96ab31a5e0bcef42a), [`2f38d03`](https://github.com/LedgerHQ/ledger-live/commit/2f38d032ec8e8481e4ff3b37f33aa4eb3872b542)]:
|
|
1321
|
-
- @ledgerhq/coin-framework@5.6.0-next.0
|
|
1322
|
-
|
|
1323
|
-
## 2.7.12
|
|
1324
|
-
|
|
1325
|
-
### Patch Changes
|
|
1326
|
-
|
|
1327
|
-
- Updated dependencies [[`c6005ce`](https://github.com/LedgerHQ/ledger-live/commit/c6005ce8545acb596c2ff7770a0df848378ee83b), [`264316c`](https://github.com/LedgerHQ/ledger-live/commit/264316c9524f13b760460c2f1a2bc822767cff95), [`264316c`](https://github.com/LedgerHQ/ledger-live/commit/264316c9524f13b760460c2f1a2bc822767cff95), [`9d646eb`](https://github.com/LedgerHQ/ledger-live/commit/9d646eb6ca28b41af950b264c7d799a7ad536207)]:
|
|
1328
|
-
- @ledgerhq/cryptoassets@13.21.0
|
|
1329
|
-
- @ledgerhq/coin-framework@5.5.0
|
|
1330
|
-
|
|
1331
|
-
## 2.7.12-next.0
|
|
1332
|
-
|
|
1333
|
-
### Patch Changes
|
|
1334
|
-
|
|
1335
|
-
- Updated dependencies [[`c6005ce`](https://github.com/LedgerHQ/ledger-live/commit/c6005ce8545acb596c2ff7770a0df848378ee83b), [`264316c`](https://github.com/LedgerHQ/ledger-live/commit/264316c9524f13b760460c2f1a2bc822767cff95), [`264316c`](https://github.com/LedgerHQ/ledger-live/commit/264316c9524f13b760460c2f1a2bc822767cff95), [`9d646eb`](https://github.com/LedgerHQ/ledger-live/commit/9d646eb6ca28b41af950b264c7d799a7ad536207)]:
|
|
1336
|
-
- @ledgerhq/cryptoassets@13.21.0-next.0
|
|
1337
|
-
- @ledgerhq/coin-framework@5.5.0-next.0
|
|
1338
|
-
|
|
1339
|
-
## 2.7.11
|
|
1340
|
-
|
|
1341
|
-
### Patch Changes
|
|
1342
|
-
|
|
1343
|
-
- Updated dependencies [[`5735489`](https://github.com/LedgerHQ/ledger-live/commit/5735489ddcee66110fc0cccc6bdd696876b8be4d)]:
|
|
1344
|
-
- @ledgerhq/cryptoassets@13.20.0
|
|
1345
|
-
- @ledgerhq/live-env@2.11.0
|
|
1346
|
-
- @ledgerhq/coin-framework@5.4.1
|
|
1347
|
-
- @ledgerhq/live-network@2.0.12
|
|
1348
|
-
|
|
1349
|
-
## 2.7.11-next.0
|
|
1350
|
-
|
|
1351
|
-
### Patch Changes
|
|
1352
|
-
|
|
1353
|
-
- Updated dependencies [[`5735489`](https://github.com/LedgerHQ/ledger-live/commit/5735489ddcee66110fc0cccc6bdd696876b8be4d)]:
|
|
1354
|
-
- @ledgerhq/cryptoassets@13.20.0-next.0
|
|
1355
|
-
- @ledgerhq/live-env@2.11.0-next.0
|
|
1356
|
-
- @ledgerhq/coin-framework@5.4.1-next.0
|
|
1357
|
-
- @ledgerhq/live-network@2.0.12-next.0
|
|
1358
|
-
|
|
1359
|
-
## 2.7.10
|
|
1360
|
-
|
|
1361
|
-
### Patch Changes
|
|
1362
|
-
|
|
1363
|
-
- Updated dependencies [[`b5e3217`](https://github.com/LedgerHQ/ledger-live/commit/b5e321789d3a6f9cb1916067790590640db0876f), [`4d9aaf5`](https://github.com/LedgerHQ/ledger-live/commit/4d9aaf583060a22cd1343b23d9b5c1ee3c02abb4), [`5739a67`](https://github.com/LedgerHQ/ledger-live/commit/5739a67975dfc2509d5abd4ff13ea36af010f93e)]:
|
|
1364
|
-
- @ledgerhq/errors@6.22.0
|
|
1365
|
-
- @ledgerhq/coin-framework@5.4.0
|
|
1366
|
-
- @ledgerhq/cryptoassets@13.19.0
|
|
1367
|
-
- @ledgerhq/devices@8.4.7
|
|
1368
|
-
- @ledgerhq/live-network@2.0.11
|
|
1369
|
-
|
|
1370
|
-
## 2.7.10-next.0
|
|
1371
|
-
|
|
1372
|
-
### Patch Changes
|
|
1373
|
-
|
|
1374
|
-
- Updated dependencies [[`b5e3217`](https://github.com/LedgerHQ/ledger-live/commit/b5e321789d3a6f9cb1916067790590640db0876f), [`4d9aaf5`](https://github.com/LedgerHQ/ledger-live/commit/4d9aaf583060a22cd1343b23d9b5c1ee3c02abb4), [`5739a67`](https://github.com/LedgerHQ/ledger-live/commit/5739a67975dfc2509d5abd4ff13ea36af010f93e)]:
|
|
1375
|
-
- @ledgerhq/errors@6.22.0-next.0
|
|
1376
|
-
- @ledgerhq/coin-framework@5.4.0-next.0
|
|
1377
|
-
- @ledgerhq/cryptoassets@13.19.0-next.0
|
|
1378
|
-
- @ledgerhq/devices@8.4.7-next.0
|
|
1379
|
-
- @ledgerhq/live-network@2.0.11-next.0
|
|
1380
|
-
|
|
1381
|
-
## 2.7.9
|
|
1382
|
-
|
|
1383
|
-
### Patch Changes
|
|
1384
|
-
|
|
1385
|
-
- Updated dependencies [[`8551c28`](https://github.com/LedgerHQ/ledger-live/commit/8551c280f24f7bd4475c6cc12f1b1d92636d9357), [`18bc0d4`](https://github.com/LedgerHQ/ledger-live/commit/18bc0d4a27696491400df6ce26b915a88b56792f), [`99385c9`](https://github.com/LedgerHQ/ledger-live/commit/99385c9a7ecac9328ffa29c039e8c0cf2317c431), [`e04d215`](https://github.com/LedgerHQ/ledger-live/commit/e04d21576919fa21cb3ab6e1c4e8e50fb6c17eca), [`1535307`](https://github.com/LedgerHQ/ledger-live/commit/1535307f78d345d7f652ac2c91c8a67e62fedef2)]:
|
|
1386
|
-
- @ledgerhq/live-env@2.10.0
|
|
1387
|
-
- @ledgerhq/coin-framework@5.3.0
|
|
1388
|
-
- @ledgerhq/cryptoassets@13.18.1
|
|
1389
|
-
- @ledgerhq/live-network@2.0.10
|
|
1390
|
-
|
|
1391
|
-
## 2.7.9-next.1
|
|
1392
|
-
|
|
1393
|
-
### Patch Changes
|
|
1394
|
-
|
|
1395
|
-
- Updated dependencies [[`99385c9`](https://github.com/LedgerHQ/ledger-live/commit/99385c9a7ecac9328ffa29c039e8c0cf2317c431)]:
|
|
1396
|
-
- @ledgerhq/coin-framework@5.3.0-next.1
|
|
1397
|
-
|
|
1398
|
-
## 2.7.9-next.0
|
|
1399
|
-
|
|
1400
|
-
### Patch Changes
|
|
1401
|
-
|
|
1402
|
-
- Updated dependencies [[`8551c28`](https://github.com/LedgerHQ/ledger-live/commit/8551c280f24f7bd4475c6cc12f1b1d92636d9357), [`18bc0d4`](https://github.com/LedgerHQ/ledger-live/commit/18bc0d4a27696491400df6ce26b915a88b56792f), [`e04d215`](https://github.com/LedgerHQ/ledger-live/commit/e04d21576919fa21cb3ab6e1c4e8e50fb6c17eca), [`1535307`](https://github.com/LedgerHQ/ledger-live/commit/1535307f78d345d7f652ac2c91c8a67e62fedef2)]:
|
|
1403
|
-
- @ledgerhq/live-env@2.10.0-next.0
|
|
1404
|
-
- @ledgerhq/coin-framework@5.3.0-next.0
|
|
1405
|
-
- @ledgerhq/cryptoassets@13.18.1-next.0
|
|
1406
|
-
- @ledgerhq/live-network@2.0.10-next.0
|
|
1407
|
-
|
|
1408
|
-
## 2.7.8
|
|
1409
|
-
|
|
1410
|
-
### Patch Changes
|
|
1411
|
-
|
|
1412
|
-
- Updated dependencies [[`f42f353`](https://github.com/LedgerHQ/ledger-live/commit/f42f353a593d0a1cd0a237648765080c85d0eea7)]:
|
|
1413
|
-
- @ledgerhq/coin-framework@5.2.0
|
|
1414
|
-
- @ledgerhq/devices@8.4.6
|
|
1415
|
-
- @ledgerhq/live-network@2.0.9
|
|
1416
|
-
|
|
1417
|
-
## 2.7.8-next.2
|
|
1418
|
-
|
|
1419
|
-
### Patch Changes
|
|
1420
|
-
|
|
1421
|
-
- Updated dependencies []:
|
|
1422
|
-
- @ledgerhq/coin-framework@5.2.0-next.2
|
|
1423
|
-
- @ledgerhq/devices@8.4.6-next.1
|
|
1424
|
-
- @ledgerhq/live-network@2.0.9-next.1
|
|
1425
|
-
|
|
1426
|
-
## 2.7.8-next.1
|
|
1427
|
-
|
|
1428
|
-
### Patch Changes
|
|
1429
|
-
|
|
1430
|
-
- Updated dependencies []:
|
|
1431
|
-
- @ledgerhq/coin-framework@5.2.0-next.1
|
|
1432
|
-
- @ledgerhq/devices@8.4.6-next.0
|
|
1433
|
-
- @ledgerhq/live-network@2.0.9-next.0
|
|
1434
|
-
|
|
1435
|
-
## 2.7.8-next.0
|
|
1436
|
-
|
|
1437
|
-
### Patch Changes
|
|
1438
|
-
|
|
1439
|
-
- Updated dependencies [[`f42f353`](https://github.com/LedgerHQ/ledger-live/commit/f42f353a593d0a1cd0a237648765080c85d0eea7)]:
|
|
1440
|
-
- @ledgerhq/coin-framework@5.2.0-next.0
|
|
1441
|
-
|
|
1442
|
-
## 2.7.7
|
|
1443
|
-
|
|
1444
|
-
### Patch Changes
|
|
1445
|
-
|
|
1446
|
-
- Updated dependencies [[`107f35a`](https://github.com/LedgerHQ/ledger-live/commit/107f35a0650412716b088a3503b86435e6d9cf47), [`9081c26`](https://github.com/LedgerHQ/ledger-live/commit/9081c2648490f977469a33762a3c67bb2c2a0be5)]:
|
|
1447
|
-
- @ledgerhq/cryptoassets@13.18.0
|
|
1448
|
-
- @ledgerhq/errors@6.21.0
|
|
1449
|
-
- @ledgerhq/coin-framework@5.1.0
|
|
1450
|
-
- @ledgerhq/live-env@2.9.0
|
|
1451
|
-
- @ledgerhq/devices@8.4.5
|
|
1452
|
-
- @ledgerhq/live-network@2.0.8
|
|
1453
|
-
|
|
1454
|
-
## 2.7.7-next.0
|
|
1455
|
-
|
|
1456
|
-
### Patch Changes
|
|
1457
|
-
|
|
1458
|
-
- Updated dependencies [[`107f35a`](https://github.com/LedgerHQ/ledger-live/commit/107f35a0650412716b088a3503b86435e6d9cf47), [`9081c26`](https://github.com/LedgerHQ/ledger-live/commit/9081c2648490f977469a33762a3c67bb2c2a0be5)]:
|
|
1459
|
-
- @ledgerhq/cryptoassets@13.18.0-next.0
|
|
1460
|
-
- @ledgerhq/errors@6.21.0-next.0
|
|
1461
|
-
- @ledgerhq/coin-framework@5.1.0-next.0
|
|
1462
|
-
- @ledgerhq/live-env@2.9.0-next.0
|
|
1463
|
-
- @ledgerhq/devices@8.4.5-next.0
|
|
1464
|
-
- @ledgerhq/live-network@2.0.8-next.0
|
|
1465
|
-
|
|
1466
|
-
## 2.7.6
|
|
1467
|
-
|
|
1468
|
-
### Patch Changes
|
|
1469
|
-
|
|
1470
|
-
- Updated dependencies [[`f92f49a`](https://github.com/LedgerHQ/ledger-live/commit/f92f49a003767b83b94955e920cfac8cd565c162)]:
|
|
1471
|
-
- @ledgerhq/cryptoassets@13.17.0
|
|
1472
|
-
- @ledgerhq/coin-framework@5.0.2
|
|
1473
|
-
|
|
1474
|
-
## 2.7.6-next.0
|
|
1475
|
-
|
|
1476
|
-
### Patch Changes
|
|
1477
|
-
|
|
1478
|
-
- Updated dependencies [[`f92f49a`](https://github.com/LedgerHQ/ledger-live/commit/f92f49a003767b83b94955e920cfac8cd565c162)]:
|
|
1479
|
-
- @ledgerhq/cryptoassets@13.17.0-next.0
|
|
1480
|
-
- @ledgerhq/coin-framework@5.0.2-next.0
|
|
1481
|
-
|
|
1482
|
-
## 2.7.5
|
|
1483
|
-
|
|
1484
|
-
### Patch Changes
|
|
1485
|
-
|
|
1486
|
-
- Updated dependencies []:
|
|
1487
|
-
- @ledgerhq/coin-framework@5.0.1
|
|
1488
|
-
|
|
1489
|
-
## 2.7.5-next.0
|
|
1490
|
-
|
|
1491
|
-
### Patch Changes
|
|
1492
|
-
|
|
1493
|
-
- Updated dependencies []:
|
|
1494
|
-
- @ledgerhq/coin-framework@5.0.1-next.0
|
|
1495
|
-
|
|
1496
|
-
## 2.7.4
|
|
1497
|
-
|
|
1498
|
-
### Patch Changes
|
|
1499
|
-
|
|
1500
|
-
- Updated dependencies [[`de92b67`](https://github.com/LedgerHQ/ledger-live/commit/de92b67ab9c8a553a817a245cecbfe292249d431), [`b599ac4`](https://github.com/LedgerHQ/ledger-live/commit/b599ac4697688459aad15371f9efea58f331dc33)]:
|
|
1501
|
-
- @ledgerhq/cryptoassets@13.16.0
|
|
1502
|
-
- @ledgerhq/coin-framework@5.0.0
|
|
1503
|
-
|
|
1504
|
-
## 2.7.4-next.0
|
|
1505
|
-
|
|
1506
|
-
### Patch Changes
|
|
1507
|
-
|
|
1508
|
-
- Updated dependencies [[`de92b67`](https://github.com/LedgerHQ/ledger-live/commit/de92b67ab9c8a553a817a245cecbfe292249d431), [`b599ac4`](https://github.com/LedgerHQ/ledger-live/commit/b599ac4697688459aad15371f9efea58f331dc33)]:
|
|
1509
|
-
- @ledgerhq/cryptoassets@13.16.0-next.0
|
|
1510
|
-
- @ledgerhq/coin-framework@5.0.0-next.0
|
|
1511
|
-
|
|
1512
|
-
## 2.7.3
|
|
1513
|
-
|
|
1514
|
-
### Patch Changes
|
|
1515
|
-
|
|
1516
|
-
- Updated dependencies [[`cf2bf99`](https://github.com/LedgerHQ/ledger-live/commit/cf2bf99ba44e6eaf20e16cb320c0b22068340601)]:
|
|
1517
|
-
- @ledgerhq/coin-framework@4.0.0
|
|
1518
|
-
|
|
1519
|
-
## 2.7.3-next.0
|
|
1520
|
-
|
|
1521
|
-
### Patch Changes
|
|
1522
|
-
|
|
1523
|
-
- Updated dependencies [[`cf2bf99`](https://github.com/LedgerHQ/ledger-live/commit/cf2bf99ba44e6eaf20e16cb320c0b22068340601)]:
|
|
1524
|
-
- @ledgerhq/coin-framework@4.0.0-next.0
|
|
1525
|
-
|
|
1526
|
-
## 2.7.2
|
|
1527
|
-
|
|
1528
|
-
### Patch Changes
|
|
1529
|
-
|
|
1530
|
-
- Updated dependencies []:
|
|
1531
|
-
- @ledgerhq/coin-framework@3.0.1
|
|
1532
|
-
|
|
1533
|
-
## 2.7.2-next.0
|
|
1534
|
-
|
|
1535
|
-
### Patch Changes
|
|
1536
|
-
|
|
1537
|
-
- Updated dependencies []:
|
|
1538
|
-
- @ledgerhq/coin-framework@3.0.1-next.0
|
|
1539
|
-
|
|
1540
|
-
## 2.7.1
|
|
1541
|
-
|
|
1542
|
-
### Patch Changes
|
|
1543
|
-
|
|
1544
|
-
- Updated dependencies [[`8d36e9b`](https://github.com/LedgerHQ/ledger-live/commit/8d36e9b2474a4c600427f357adad04f99a89e13d), [`1e56618`](https://github.com/LedgerHQ/ledger-live/commit/1e56618a3c31e7980074072e0aae9422c145f4b3), [`bf3dec3`](https://github.com/LedgerHQ/ledger-live/commit/bf3dec3eb166f80e066f466e0e03291c9a141a81)]:
|
|
1545
|
-
- @ledgerhq/coin-framework@3.0.0
|
|
1546
|
-
- @ledgerhq/cryptoassets@13.15.0
|
|
1547
|
-
|
|
1548
|
-
## 2.7.1-next.0
|
|
1549
|
-
|
|
1550
|
-
### Patch Changes
|
|
1551
|
-
|
|
1552
|
-
- Updated dependencies [[`8d36e9b`](https://github.com/LedgerHQ/ledger-live/commit/8d36e9b2474a4c600427f357adad04f99a89e13d), [`1e56618`](https://github.com/LedgerHQ/ledger-live/commit/1e56618a3c31e7980074072e0aae9422c145f4b3), [`bf3dec3`](https://github.com/LedgerHQ/ledger-live/commit/bf3dec3eb166f80e066f466e0e03291c9a141a81)]:
|
|
1553
|
-
- @ledgerhq/coin-framework@3.0.0-next.0
|
|
1554
|
-
- @ledgerhq/cryptoassets@13.15.0-next.0
|
|
1555
|
-
|
|
1556
|
-
## 2.7.0
|
|
1557
|
-
|
|
1558
|
-
### Minor Changes
|
|
1559
|
-
|
|
1560
|
-
- [#9597](https://github.com/LedgerHQ/ledger-live/pull/9597) [`1e7d454`](https://github.com/LedgerHQ/ledger-live/commit/1e7d454d99f1f39880f39a120c59020725d26475) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - isAccountEmpty is now defined in each coin needed a dedicated logic.
|
|
1561
|
-
|
|
1562
|
-
- [#9648](https://github.com/LedgerHQ/ledger-live/pull/9648) [`f1732a7`](https://github.com/LedgerHQ/ledger-live/commit/f1732a795e54f666b67e7686d59926037412caca) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Remove SubAccount as it is an alias to TokenAccount
|
|
1563
|
-
|
|
1564
|
-
### Patch Changes
|
|
1565
|
-
|
|
1566
|
-
- Updated dependencies [[`44ae74c`](https://github.com/LedgerHQ/ledger-live/commit/44ae74c272ba803bed7c9f4fc3351e3ce8a15531), [`71bb6a9`](https://github.com/LedgerHQ/ledger-live/commit/71bb6a9adb4ac83172be5def5b25d2836380df1d), [`8ce7b0a`](https://github.com/LedgerHQ/ledger-live/commit/8ce7b0ab2d1d73ef071102f795e7c868c676b1f4), [`46a9620`](https://github.com/LedgerHQ/ledger-live/commit/46a9620b4ea6343efc28792d3b57bf84ee2a23e8), [`1e7d454`](https://github.com/LedgerHQ/ledger-live/commit/1e7d454d99f1f39880f39a120c59020725d26475), [`f1732a7`](https://github.com/LedgerHQ/ledger-live/commit/f1732a795e54f666b67e7686d59926037412caca), [`32d46cc`](https://github.com/LedgerHQ/ledger-live/commit/32d46cc77debe059ae0bcd848a21065dec7ee091), [`d694069`](https://github.com/LedgerHQ/ledger-live/commit/d6940698a49b7a0ed48f84d6e8184d80760cca4f)]:
|
|
1567
|
-
- @ledgerhq/coin-framework@2.6.0
|
|
1568
|
-
- @ledgerhq/live-env@2.8.0
|
|
1569
|
-
- @ledgerhq/cryptoassets@13.14.1
|
|
1570
|
-
- @ledgerhq/live-network@2.0.7
|
|
1571
|
-
|
|
1572
|
-
## 2.7.0-next.0
|
|
1573
|
-
|
|
1574
|
-
### Minor Changes
|
|
1575
|
-
|
|
1576
|
-
- [#9597](https://github.com/LedgerHQ/ledger-live/pull/9597) [`1e7d454`](https://github.com/LedgerHQ/ledger-live/commit/1e7d454d99f1f39880f39a120c59020725d26475) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - isAccountEmpty is now defined in each coin needed a dedicated logic.
|
|
1577
|
-
|
|
1578
|
-
- [#9648](https://github.com/LedgerHQ/ledger-live/pull/9648) [`f1732a7`](https://github.com/LedgerHQ/ledger-live/commit/f1732a795e54f666b67e7686d59926037412caca) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Remove SubAccount as it is an alias to TokenAccount
|
|
1579
|
-
|
|
1580
|
-
### Patch Changes
|
|
1581
|
-
|
|
1582
|
-
- Updated dependencies [[`44ae74c`](https://github.com/LedgerHQ/ledger-live/commit/44ae74c272ba803bed7c9f4fc3351e3ce8a15531), [`71bb6a9`](https://github.com/LedgerHQ/ledger-live/commit/71bb6a9adb4ac83172be5def5b25d2836380df1d), [`8ce7b0a`](https://github.com/LedgerHQ/ledger-live/commit/8ce7b0ab2d1d73ef071102f795e7c868c676b1f4), [`46a9620`](https://github.com/LedgerHQ/ledger-live/commit/46a9620b4ea6343efc28792d3b57bf84ee2a23e8), [`1e7d454`](https://github.com/LedgerHQ/ledger-live/commit/1e7d454d99f1f39880f39a120c59020725d26475), [`f1732a7`](https://github.com/LedgerHQ/ledger-live/commit/f1732a795e54f666b67e7686d59926037412caca), [`32d46cc`](https://github.com/LedgerHQ/ledger-live/commit/32d46cc77debe059ae0bcd848a21065dec7ee091), [`d694069`](https://github.com/LedgerHQ/ledger-live/commit/d6940698a49b7a0ed48f84d6e8184d80760cca4f)]:
|
|
1583
|
-
- @ledgerhq/coin-framework@2.6.0-next.0
|
|
1584
|
-
- @ledgerhq/live-env@2.8.0-next.0
|
|
1585
|
-
- @ledgerhq/cryptoassets@13.14.1-next.0
|
|
1586
|
-
- @ledgerhq/live-network@2.0.7-next.0
|
|
1587
|
-
|
|
1588
|
-
## 2.6.0
|
|
1589
|
-
|
|
1590
|
-
### Minor Changes
|
|
1591
|
-
|
|
1592
|
-
- [#9298](https://github.com/LedgerHQ/ledger-live/pull/9298) [`2785d49`](https://github.com/LedgerHQ/ledger-live/commit/2785d49ac320498f98ed39b4eccc48310ad35fe1) Thanks [@Canestin](https://github.com/Canestin)! - config coin-integration env for sonarqube
|
|
1593
|
-
|
|
1594
|
-
### Patch Changes
|
|
1595
|
-
|
|
1596
|
-
- Updated dependencies [[`2785d49`](https://github.com/LedgerHQ/ledger-live/commit/2785d49ac320498f98ed39b4eccc48310ad35fe1), [`32f2a0c`](https://github.com/LedgerHQ/ledger-live/commit/32f2a0cf073e5c1a5d65cbe44e69660f8f510dd7), [`40e98c3`](https://github.com/LedgerHQ/ledger-live/commit/40e98c392bd9192570e46c2d62cf0779bdfe01ec), [`a656e47`](https://github.com/LedgerHQ/ledger-live/commit/a656e47c1dc3ac8b578debf9cf80eab370c7086f)]:
|
|
1597
|
-
- @ledgerhq/coin-framework@2.5.0
|
|
1598
|
-
- @ledgerhq/live-env@2.7.0
|
|
1599
|
-
- @ledgerhq/cryptoassets@13.14.0
|
|
1600
|
-
- @ledgerhq/live-network@2.0.6
|
|
1601
|
-
|
|
1602
|
-
## 2.6.0-next.0
|
|
1603
|
-
|
|
1604
|
-
### Minor Changes
|
|
1605
|
-
|
|
1606
|
-
- [#9298](https://github.com/LedgerHQ/ledger-live/pull/9298) [`2785d49`](https://github.com/LedgerHQ/ledger-live/commit/2785d49ac320498f98ed39b4eccc48310ad35fe1) Thanks [@Canestin](https://github.com/Canestin)! - config coin-integration env for sonarqube
|
|
1607
|
-
|
|
1608
|
-
### Patch Changes
|
|
1609
|
-
|
|
1610
|
-
- Updated dependencies [[`2785d49`](https://github.com/LedgerHQ/ledger-live/commit/2785d49ac320498f98ed39b4eccc48310ad35fe1), [`32f2a0c`](https://github.com/LedgerHQ/ledger-live/commit/32f2a0cf073e5c1a5d65cbe44e69660f8f510dd7), [`40e98c3`](https://github.com/LedgerHQ/ledger-live/commit/40e98c392bd9192570e46c2d62cf0779bdfe01ec), [`a656e47`](https://github.com/LedgerHQ/ledger-live/commit/a656e47c1dc3ac8b578debf9cf80eab370c7086f)]:
|
|
1611
|
-
- @ledgerhq/coin-framework@2.5.0-next.0
|
|
1612
|
-
- @ledgerhq/live-env@2.7.0-next.0
|
|
1613
|
-
- @ledgerhq/cryptoassets@13.14.0-next.0
|
|
1614
|
-
- @ledgerhq/live-network@2.0.6-next.0
|
|
1615
|
-
|
|
1616
|
-
## 2.5.1
|
|
1617
|
-
|
|
1618
|
-
### Patch Changes
|
|
1619
|
-
|
|
1620
|
-
- Updated dependencies [[`5f27549`](https://github.com/LedgerHQ/ledger-live/commit/5f275498e80060f98238a54e8ae3e2c94bfd7c91), [`e2630cb`](https://github.com/LedgerHQ/ledger-live/commit/e2630cbec8d94ae037b2bf85cfa200a277ae739f), [`b8fca38`](https://github.com/LedgerHQ/ledger-live/commit/b8fca386fa07cf393109a1928e92dfc790f9c286)]:
|
|
1621
|
-
- @ledgerhq/coin-framework@2.4.0
|
|
1622
|
-
|
|
1623
|
-
## 2.5.1-next.0
|
|
1624
|
-
|
|
1625
|
-
### Patch Changes
|
|
1626
|
-
|
|
1627
|
-
- Updated dependencies [[`5f27549`](https://github.com/LedgerHQ/ledger-live/commit/5f275498e80060f98238a54e8ae3e2c94bfd7c91), [`e2630cb`](https://github.com/LedgerHQ/ledger-live/commit/e2630cbec8d94ae037b2bf85cfa200a277ae739f), [`b8fca38`](https://github.com/LedgerHQ/ledger-live/commit/b8fca386fa07cf393109a1928e92dfc790f9c286)]:
|
|
1628
|
-
- @ledgerhq/coin-framework@2.4.0-next.0
|
|
1629
|
-
|
|
1630
|
-
## 2.5.0
|
|
1631
|
-
|
|
1632
|
-
### Minor Changes
|
|
1633
|
-
|
|
1634
|
-
- [#9472](https://github.com/LedgerHQ/ledger-live/pull/9472) [`9c4c82e`](https://github.com/LedgerHQ/ledger-live/commit/9c4c82e8e81aaadfc1132f0a25812be094e54453) Thanks [@KVNLS](https://github.com/KVNLS)! - Fix elliptic library version used
|
|
1635
|
-
|
|
1636
|
-
### Patch Changes
|
|
1637
|
-
|
|
1638
|
-
- Updated dependencies [[`cc00249`](https://github.com/LedgerHQ/ledger-live/commit/cc002495f3e107aba283a3aa4abca90954de6d76)]:
|
|
1639
|
-
- @ledgerhq/coin-framework@2.3.0
|
|
1640
|
-
|
|
1641
|
-
## 2.5.0-next.0
|
|
1642
|
-
|
|
1643
|
-
### Minor Changes
|
|
1644
|
-
|
|
1645
|
-
- [#9472](https://github.com/LedgerHQ/ledger-live/pull/9472) [`9c4c82e`](https://github.com/LedgerHQ/ledger-live/commit/9c4c82e8e81aaadfc1132f0a25812be094e54453) Thanks [@KVNLS](https://github.com/KVNLS)! - Fix elliptic library version used
|
|
1646
|
-
|
|
1647
|
-
### Patch Changes
|
|
1648
|
-
|
|
1649
|
-
- Updated dependencies [[`cc00249`](https://github.com/LedgerHQ/ledger-live/commit/cc002495f3e107aba283a3aa4abca90954de6d76)]:
|
|
1650
|
-
- @ledgerhq/coin-framework@2.3.0-next.0
|
|
1651
|
-
|
|
1652
|
-
## 2.4.7
|
|
1653
|
-
|
|
1654
|
-
### Patch Changes
|
|
1655
|
-
|
|
1656
|
-
- Updated dependencies [[`8675df1`](https://github.com/LedgerHQ/ledger-live/commit/8675df12c24067877358f27e1e7c66f739ff0c78), [`0a59343`](https://github.com/LedgerHQ/ledger-live/commit/0a59343b591dab4e886c21cb47f7339231997331), [`1461449`](https://github.com/LedgerHQ/ledger-live/commit/146144941c13e60182da8d79592f706d12a6f00e), [`bdfa413`](https://github.com/LedgerHQ/ledger-live/commit/bdfa4139fcbceabfd05a57e69b05e9ccf10efbe1)]:
|
|
1657
|
-
- @ledgerhq/coin-framework@2.2.0
|
|
1658
|
-
- @ledgerhq/cryptoassets@13.13.0
|
|
1659
|
-
- @ledgerhq/live-env@2.6.0
|
|
1660
|
-
- @ledgerhq/live-network@2.0.5
|
|
1661
|
-
|
|
1662
|
-
## 2.4.7-next.0
|
|
1663
|
-
|
|
1664
|
-
### Patch Changes
|
|
1665
|
-
|
|
1666
|
-
- Updated dependencies [[`8675df1`](https://github.com/LedgerHQ/ledger-live/commit/8675df12c24067877358f27e1e7c66f739ff0c78), [`0a59343`](https://github.com/LedgerHQ/ledger-live/commit/0a59343b591dab4e886c21cb47f7339231997331), [`1461449`](https://github.com/LedgerHQ/ledger-live/commit/146144941c13e60182da8d79592f706d12a6f00e), [`bdfa413`](https://github.com/LedgerHQ/ledger-live/commit/bdfa4139fcbceabfd05a57e69b05e9ccf10efbe1)]:
|
|
1667
|
-
- @ledgerhq/coin-framework@2.2.0-next.0
|
|
1668
|
-
- @ledgerhq/cryptoassets@13.13.0-next.0
|
|
1669
|
-
- @ledgerhq/live-env@2.6.0-next.0
|
|
1670
|
-
- @ledgerhq/live-network@2.0.5-next.0
|
|
1671
|
-
|
|
1672
|
-
## 2.4.6
|
|
1673
|
-
|
|
1674
|
-
### Patch Changes
|
|
1675
|
-
|
|
1676
|
-
- Updated dependencies []:
|
|
1677
|
-
- @ledgerhq/coin-framework@2.1.1
|
|
1678
|
-
|
|
1679
|
-
## 2.4.6-next.0
|
|
1680
|
-
|
|
1681
|
-
### Patch Changes
|
|
1682
|
-
|
|
1683
|
-
- Updated dependencies []:
|
|
1684
|
-
- @ledgerhq/coin-framework@2.1.1-next.0
|
|
1685
|
-
|
|
1686
|
-
## 2.4.5
|
|
1687
|
-
|
|
1688
|
-
### Patch Changes
|
|
1689
|
-
|
|
1690
|
-
- Updated dependencies [[`da67b55`](https://github.com/LedgerHQ/ledger-live/commit/da67b5511b22553f7e3e089eca2e363a5e3cbffe)]:
|
|
1691
|
-
- @ledgerhq/cryptoassets@13.12.0
|
|
1692
|
-
- @ledgerhq/coin-framework@2.1.0
|
|
1693
|
-
|
|
1694
|
-
## 2.4.5-next.0
|
|
1695
|
-
|
|
1696
|
-
### Patch Changes
|
|
1697
|
-
|
|
1698
|
-
- Updated dependencies [[`da67b55`](https://github.com/LedgerHQ/ledger-live/commit/da67b5511b22553f7e3e089eca2e363a5e3cbffe)]:
|
|
1699
|
-
- @ledgerhq/cryptoassets@13.12.0-next.0
|
|
1700
|
-
- @ledgerhq/coin-framework@2.1.0-next.0
|
|
1701
|
-
|
|
1702
|
-
## 2.4.4
|
|
1703
|
-
|
|
1704
|
-
### Patch Changes
|
|
1705
|
-
|
|
1706
|
-
- Updated dependencies [[`58c1a9c`](https://github.com/LedgerHQ/ledger-live/commit/58c1a9c68b2ce2ebef9dbd7af00ae09efd7a29dc), [`ff40e9a`](https://github.com/LedgerHQ/ledger-live/commit/ff40e9a00d325e5b46cb069936ba2a5781c601b5)]:
|
|
1707
|
-
- @ledgerhq/coin-framework@2.0.0
|
|
1708
|
-
- @ledgerhq/cryptoassets@13.11.0
|
|
1709
|
-
|
|
1710
|
-
## 2.4.4-next.0
|
|
1711
|
-
|
|
1712
|
-
### Patch Changes
|
|
1713
|
-
|
|
1714
|
-
- Updated dependencies [[`58c1a9c`](https://github.com/LedgerHQ/ledger-live/commit/58c1a9c68b2ce2ebef9dbd7af00ae09efd7a29dc), [`ff40e9a`](https://github.com/LedgerHQ/ledger-live/commit/ff40e9a00d325e5b46cb069936ba2a5781c601b5)]:
|
|
1715
|
-
- @ledgerhq/coin-framework@2.0.0-next.0
|
|
1716
|
-
- @ledgerhq/cryptoassets@13.11.0-next.0
|
|
1717
|
-
|
|
1718
|
-
## 2.4.3
|
|
1719
|
-
|
|
1720
|
-
### Patch Changes
|
|
1721
|
-
|
|
1722
|
-
- Updated dependencies [[`5e18866`](https://github.com/LedgerHQ/ledger-live/commit/5e18866320b843632699659ee66f6c410c108c1e)]:
|
|
1723
|
-
- @ledgerhq/coin-framework@1.0.0
|
|
1724
|
-
|
|
1725
|
-
## 2.4.3-next.0
|
|
1726
|
-
|
|
1727
|
-
### Patch Changes
|
|
1728
|
-
|
|
1729
|
-
- Updated dependencies [[`5e18866`](https://github.com/LedgerHQ/ledger-live/commit/5e18866320b843632699659ee66f6c410c108c1e)]:
|
|
1730
|
-
- @ledgerhq/coin-framework@1.0.0-next.0
|
|
1731
|
-
|
|
1732
|
-
## 2.4.2
|
|
1733
|
-
|
|
1734
|
-
### Patch Changes
|
|
1735
|
-
|
|
1736
|
-
- Updated dependencies [[`41b153a`](https://github.com/LedgerHQ/ledger-live/commit/41b153adb98ce8de3336563694204d83905dba0e), [`9534f17`](https://github.com/LedgerHQ/ledger-live/commit/9534f17247e1472b0fee8b993a83264f4e4ab363)]:
|
|
1737
|
-
- @ledgerhq/cryptoassets@13.10.0
|
|
1738
|
-
- @ledgerhq/coin-framework@0.25.0
|
|
1739
|
-
|
|
1740
|
-
## 2.4.2-next.0
|
|
1741
|
-
|
|
1742
|
-
### Patch Changes
|
|
1743
|
-
|
|
1744
|
-
- Updated dependencies [[`41b153a`](https://github.com/LedgerHQ/ledger-live/commit/41b153adb98ce8de3336563694204d83905dba0e), [`9534f17`](https://github.com/LedgerHQ/ledger-live/commit/9534f17247e1472b0fee8b993a83264f4e4ab363)]:
|
|
1745
|
-
- @ledgerhq/cryptoassets@13.10.0-next.0
|
|
1746
|
-
- @ledgerhq/coin-framework@0.25.0-next.0
|
|
1747
|
-
|
|
1748
|
-
## 2.4.1
|
|
1749
|
-
|
|
1750
|
-
### Patch Changes
|
|
1751
|
-
|
|
1752
|
-
- Updated dependencies [[`670776e`](https://github.com/LedgerHQ/ledger-live/commit/670776e3a34859a18d6de1470de4195cf2094a81)]:
|
|
1753
|
-
- @ledgerhq/coin-framework@0.24.0
|
|
1754
|
-
|
|
1755
|
-
## 2.4.1-hotfix.0
|
|
1756
|
-
|
|
1757
|
-
### Patch Changes
|
|
1758
|
-
|
|
1759
|
-
- Updated dependencies [[`670776e`](https://github.com/LedgerHQ/ledger-live/commit/670776e3a34859a18d6de1470de4195cf2094a81)]:
|
|
1760
|
-
- @ledgerhq/coin-framework@0.23.1-hotfix.0
|
|
1761
|
-
|
|
1762
|
-
## 2.4.0
|
|
1763
|
-
|
|
1764
|
-
### Minor Changes
|
|
1765
|
-
|
|
1766
|
-
- [#8914](https://github.com/LedgerHQ/ledger-live/pull/8914) [`537141a`](https://github.com/LedgerHQ/ledger-live/commit/537141ab549b8dab57d3eb117e875faa67b54f4b) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Bot feature : Add filter for features
|
|
1767
|
-
|
|
1768
|
-
### Patch Changes
|
|
1769
|
-
|
|
1770
|
-
- Updated dependencies [[`3a65633`](https://github.com/LedgerHQ/ledger-live/commit/3a6563309c8cacbd6e9a73e3044b1ff7c3966f87), [`537141a`](https://github.com/LedgerHQ/ledger-live/commit/537141ab549b8dab57d3eb117e875faa67b54f4b)]:
|
|
1771
|
-
- @ledgerhq/coin-framework@0.23.0
|
|
1772
|
-
|
|
1773
|
-
## 2.4.0-next.0
|
|
1774
|
-
|
|
1775
|
-
### Minor Changes
|
|
1776
|
-
|
|
1777
|
-
- [#8914](https://github.com/LedgerHQ/ledger-live/pull/8914) [`537141a`](https://github.com/LedgerHQ/ledger-live/commit/537141ab549b8dab57d3eb117e875faa67b54f4b) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Bot feature : Add filter for features
|
|
1778
|
-
|
|
1779
|
-
### Patch Changes
|
|
1780
|
-
|
|
1781
|
-
- Updated dependencies [[`3a65633`](https://github.com/LedgerHQ/ledger-live/commit/3a6563309c8cacbd6e9a73e3044b1ff7c3966f87), [`537141a`](https://github.com/LedgerHQ/ledger-live/commit/537141ab549b8dab57d3eb117e875faa67b54f4b)]:
|
|
1782
|
-
- @ledgerhq/coin-framework@0.23.0-next.0
|
|
1783
|
-
|
|
1784
|
-
## 2.3.1
|
|
1785
|
-
|
|
1786
|
-
### Patch Changes
|
|
1787
|
-
|
|
1788
|
-
- Updated dependencies [[`5e01938`](https://github.com/LedgerHQ/ledger-live/commit/5e01938ece3dc1ccf7bea6c2805b6558c846db80), [`d98a964`](https://github.com/LedgerHQ/ledger-live/commit/d98a96476c3d44eab1575f6c7c58ec03b5daf890), [`c2d24cd`](https://github.com/LedgerHQ/ledger-live/commit/c2d24cd0299ea04e39306279b6f833696bc4f4fb)]:
|
|
1789
|
-
- @ledgerhq/coin-framework@0.22.0
|
|
1790
|
-
- @ledgerhq/cryptoassets@13.9.0
|
|
1791
|
-
- @ledgerhq/live-env@2.5.0
|
|
1792
|
-
- @ledgerhq/live-network@2.0.4
|
|
1793
|
-
|
|
1794
|
-
## 2.3.1-next.0
|
|
1795
|
-
|
|
1796
|
-
### Patch Changes
|
|
1797
|
-
|
|
1798
|
-
- Updated dependencies [[`5e01938`](https://github.com/LedgerHQ/ledger-live/commit/5e01938ece3dc1ccf7bea6c2805b6558c846db80), [`d98a964`](https://github.com/LedgerHQ/ledger-live/commit/d98a96476c3d44eab1575f6c7c58ec03b5daf890), [`c2d24cd`](https://github.com/LedgerHQ/ledger-live/commit/c2d24cd0299ea04e39306279b6f833696bc4f4fb)]:
|
|
1799
|
-
- @ledgerhq/coin-framework@0.22.0-next.0
|
|
1800
|
-
- @ledgerhq/cryptoassets@13.9.0-next.0
|
|
1801
|
-
- @ledgerhq/live-env@2.5.0-next.0
|
|
1802
|
-
- @ledgerhq/live-network@2.0.4-next.0
|
|
1803
|
-
|
|
1804
|
-
## 2.3.0
|
|
1805
|
-
|
|
1806
|
-
### Minor Changes
|
|
1807
|
-
|
|
1808
|
-
- [#8499](https://github.com/LedgerHQ/ledger-live/pull/8499) [`9820a8f`](https://github.com/LedgerHQ/ledger-live/commit/9820a8f8ec66cf114b23c3c3b92474d250b8bf01) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Exchange function is now in coin-modules
|
|
1809
|
-
|
|
1810
|
-
### Patch Changes
|
|
1811
|
-
|
|
1812
|
-
- Updated dependencies [[`9820a8f`](https://github.com/LedgerHQ/ledger-live/commit/9820a8f8ec66cf114b23c3c3b92474d250b8bf01), [`50b00c7`](https://github.com/LedgerHQ/ledger-live/commit/50b00c73e39af99c7d749bf57d5ef2f2e4942f2d), [`6cd5ecd`](https://github.com/LedgerHQ/ledger-live/commit/6cd5ecdedaed090d47a4df18db3c36f990de60e5), [`1fa754d`](https://github.com/LedgerHQ/ledger-live/commit/1fa754deed730bb3dd8d05cb4e83e8c8d1b33ad1), [`2ae713b`](https://github.com/LedgerHQ/ledger-live/commit/2ae713b20c1da18ef33beb730f41fb3ea2990e44), [`1f62290`](https://github.com/LedgerHQ/ledger-live/commit/1f622907dd108fced66a36be1d8d8738d41303c9), [`9d8e34e`](https://github.com/LedgerHQ/ledger-live/commit/9d8e34eee5d77c6620298def250e85eda6b606b7)]:
|
|
1813
|
-
- @ledgerhq/coin-framework@0.21.0
|
|
1814
|
-
- @ledgerhq/cryptoassets@13.8.0
|
|
1815
|
-
|
|
1816
|
-
## 2.3.0-next.1
|
|
1817
|
-
|
|
1818
|
-
### Patch Changes
|
|
1819
|
-
|
|
1820
|
-
- Updated dependencies []:
|
|
1821
|
-
- @ledgerhq/coin-framework@0.21.0-next.1
|
|
1822
|
-
|
|
1823
|
-
## 2.3.0-next.0
|
|
1824
|
-
|
|
1825
|
-
### Minor Changes
|
|
1826
|
-
|
|
1827
|
-
- [#8499](https://github.com/LedgerHQ/ledger-live/pull/8499) [`9820a8f`](https://github.com/LedgerHQ/ledger-live/commit/9820a8f8ec66cf114b23c3c3b92474d250b8bf01) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Exchange function is now in coin-modules
|
|
1828
|
-
|
|
1829
|
-
### Patch Changes
|
|
1830
|
-
|
|
1831
|
-
- Updated dependencies [[`9820a8f`](https://github.com/LedgerHQ/ledger-live/commit/9820a8f8ec66cf114b23c3c3b92474d250b8bf01), [`50b00c7`](https://github.com/LedgerHQ/ledger-live/commit/50b00c73e39af99c7d749bf57d5ef2f2e4942f2d), [`6cd5ecd`](https://github.com/LedgerHQ/ledger-live/commit/6cd5ecdedaed090d47a4df18db3c36f990de60e5), [`1fa754d`](https://github.com/LedgerHQ/ledger-live/commit/1fa754deed730bb3dd8d05cb4e83e8c8d1b33ad1), [`2ae713b`](https://github.com/LedgerHQ/ledger-live/commit/2ae713b20c1da18ef33beb730f41fb3ea2990e44), [`1f62290`](https://github.com/LedgerHQ/ledger-live/commit/1f622907dd108fced66a36be1d8d8738d41303c9), [`9d8e34e`](https://github.com/LedgerHQ/ledger-live/commit/9d8e34eee5d77c6620298def250e85eda6b606b7)]:
|
|
1832
|
-
- @ledgerhq/coin-framework@0.21.0-next.0
|
|
1833
|
-
- @ledgerhq/cryptoassets@13.8.0-next.0
|
|
1834
|
-
|
|
1835
|
-
## 2.2.1
|
|
1836
|
-
|
|
1837
|
-
### Patch Changes
|
|
1838
|
-
|
|
1839
|
-
- Updated dependencies []:
|
|
1840
|
-
- @ledgerhq/coin-framework@0.20.1
|
|
1841
|
-
|
|
1842
|
-
## 2.2.1-next.1
|
|
1843
|
-
|
|
1844
|
-
### Patch Changes
|
|
1845
|
-
|
|
1846
|
-
- Updated dependencies []:
|
|
1847
|
-
- @ledgerhq/coin-framework@0.20.1-next.1
|
|
1848
|
-
|
|
1849
|
-
## 2.2.1-next.0
|
|
1850
|
-
|
|
1851
|
-
### Patch Changes
|
|
1852
|
-
|
|
1853
|
-
- Updated dependencies []:
|
|
1854
|
-
- @ledgerhq/coin-framework@0.20.1-next.0
|
|
1855
|
-
|
|
1856
|
-
## 2.2.0
|
|
1857
|
-
|
|
1858
|
-
### Minor Changes
|
|
1859
|
-
|
|
1860
|
-
- [#7739](https://github.com/LedgerHQ/ledger-live/pull/7739) [`517fa44`](https://github.com/LedgerHQ/ledger-live/commit/517fa44bbc40425995bf840ecab60773d022a30d) Thanks [@ComradeAERGO](https://github.com/ComradeAERGO)! - move vechain to its own coin module
|
|
1861
|
-
|
|
1862
|
-
### Patch Changes
|
|
1863
|
-
|
|
1864
|
-
- Updated dependencies [[`0b51d37`](https://github.com/LedgerHQ/ledger-live/commit/0b51d37762c73a88d7204d1fcc3bb60a110568ed), [`daa059a`](https://github.com/LedgerHQ/ledger-live/commit/daa059a90eb4381a0936c4a3703e8061db24072a)]:
|
|
1865
|
-
- @ledgerhq/coin-framework@0.20.0
|
|
1866
|
-
|
|
1867
|
-
## 2.2.0-next.0
|
|
1868
|
-
|
|
1869
|
-
### Minor Changes
|
|
1870
|
-
|
|
1871
|
-
- [#7739](https://github.com/LedgerHQ/ledger-live/pull/7739) [`517fa44`](https://github.com/LedgerHQ/ledger-live/commit/517fa44bbc40425995bf840ecab60773d022a30d) Thanks [@ComradeAERGO](https://github.com/ComradeAERGO)! - move vechain to its own coin module
|
|
1872
|
-
|
|
1873
|
-
### Patch Changes
|
|
1874
|
-
|
|
1875
|
-
- Updated dependencies [[`0b51d37`](https://github.com/LedgerHQ/ledger-live/commit/0b51d37762c73a88d7204d1fcc3bb60a110568ed), [`daa059a`](https://github.com/LedgerHQ/ledger-live/commit/daa059a90eb4381a0936c4a3703e8061db24072a)]:
|
|
1876
|
-
- @ledgerhq/coin-framework@0.20.0-next.0
|
|
1877
|
-
|
|
1878
|
-
## 2.1.3
|
|
1879
|
-
|
|
1880
|
-
### Patch Changes
|
|
1881
|
-
|
|
1882
|
-
- Updated dependencies [[`0b12c90`](https://github.com/LedgerHQ/ledger-live/commit/0b12c9040d6ee0a326b1d5effd261ddee2db452f)]:
|
|
1883
|
-
- @ledgerhq/devices@8.4.2
|
|
1884
|
-
- @ledgerhq/coin-framework@0.16.1
|
|
1885
|
-
|
|
1886
|
-
## 2.1.3-hotfix.0
|
|
1887
|
-
|
|
1888
|
-
### Patch Changes
|
|
1889
|
-
|
|
1890
|
-
- Updated dependencies [[`5d508e5`](https://github.com/LedgerHQ/ledger-live/commit/5d508e5cfd296e458746adf176dd292aa884f7ea)]:
|
|
1891
|
-
- @ledgerhq/devices@8.4.2-hotfix.0
|
|
1892
|
-
- @ledgerhq/coin-framework@0.16.1-hotfix.0
|
|
1893
|
-
|
|
1894
|
-
## 2.1.2
|
|
1895
|
-
|
|
1896
|
-
### Patch Changes
|
|
1897
|
-
|
|
1898
|
-
- Updated dependencies [[`ef2d53d`](https://github.com/LedgerHQ/ledger-live/commit/ef2d53d514f1f4e6f18fc79fa3423bd9b0208a04), [`b77ab8e`](https://github.com/LedgerHQ/ledger-live/commit/b77ab8e718ee8e10b74dc15370e8a19d2597d39e), [`fe8a26b`](https://github.com/LedgerHQ/ledger-live/commit/fe8a26b04206df64e50220c3e9249c9a1bd057a6), [`e78f3b7`](https://github.com/LedgerHQ/ledger-live/commit/e78f3b75296c7a063f6cddbeae44c36d236055f3), [`f979216`](https://github.com/LedgerHQ/ledger-live/commit/f9792160293fc8215c6d099f02e1b136c6655f9b), [`c1d2bb0`](https://github.com/LedgerHQ/ledger-live/commit/c1d2bb0866723c10d6e2899d40ddd9b9801189f4), [`c59adf2`](https://github.com/LedgerHQ/ledger-live/commit/c59adf2b0d49ea3c72b94fcb356eb72bcbfc4a6b)]:
|
|
1899
|
-
- @ledgerhq/cryptoassets@13.2.0
|
|
1900
|
-
- @ledgerhq/coin-framework@0.16.0
|
|
1901
|
-
- @ledgerhq/errors@6.18.0
|
|
1902
|
-
- @ledgerhq/domain-service@1.2.2
|
|
1903
|
-
- @ledgerhq/evm-tools@1.1.2
|
|
1904
|
-
- @ledgerhq/devices@8.4.1
|
|
1905
|
-
- @ledgerhq/live-network@1.3.1
|
|
1906
|
-
|
|
1907
|
-
## 2.1.2-next.0
|
|
1908
|
-
|
|
1909
|
-
### Patch Changes
|
|
1910
|
-
|
|
1911
|
-
- Updated dependencies [[`ef2d53d`](https://github.com/LedgerHQ/ledger-live/commit/ef2d53d514f1f4e6f18fc79fa3423bd9b0208a04), [`b77ab8e`](https://github.com/LedgerHQ/ledger-live/commit/b77ab8e718ee8e10b74dc15370e8a19d2597d39e), [`fe8a26b`](https://github.com/LedgerHQ/ledger-live/commit/fe8a26b04206df64e50220c3e9249c9a1bd057a6), [`e78f3b7`](https://github.com/LedgerHQ/ledger-live/commit/e78f3b75296c7a063f6cddbeae44c36d236055f3), [`f979216`](https://github.com/LedgerHQ/ledger-live/commit/f9792160293fc8215c6d099f02e1b136c6655f9b), [`c1d2bb0`](https://github.com/LedgerHQ/ledger-live/commit/c1d2bb0866723c10d6e2899d40ddd9b9801189f4), [`c59adf2`](https://github.com/LedgerHQ/ledger-live/commit/c59adf2b0d49ea3c72b94fcb356eb72bcbfc4a6b)]:
|
|
1912
|
-
- @ledgerhq/cryptoassets@13.2.0-next.0
|
|
1913
|
-
- @ledgerhq/coin-framework@0.16.0-next.0
|
|
1914
|
-
- @ledgerhq/errors@6.18.0-next.0
|
|
1915
|
-
- @ledgerhq/domain-service@1.2.2-next.0
|
|
1916
|
-
- @ledgerhq/evm-tools@1.1.2-next.0
|
|
1917
|
-
- @ledgerhq/devices@8.4.1-next.0
|
|
1918
|
-
- @ledgerhq/live-network@1.3.1-next.0
|
|
1919
|
-
|
|
1920
|
-
## 2.1.1
|
|
1921
|
-
|
|
1922
|
-
### Patch Changes
|
|
1923
|
-
|
|
1924
|
-
- [#7078](https://github.com/LedgerHQ/ledger-live/pull/7078) [`993c5f2`](https://github.com/LedgerHQ/ledger-live/commit/993c5f25b8a3ef3bb1f96dd93883e430e61f9fac) Thanks [@lvndry](https://github.com/lvndry)! - [evm] Improve error message if could not get list of operations
|
|
1925
|
-
|
|
1926
|
-
- [#7206](https://github.com/LedgerHQ/ledger-live/pull/7206) [`81e5b8b`](https://github.com/LedgerHQ/ledger-live/commit/81e5b8bf4830dcb9d666436f2cc4367d92e93e78) Thanks [@kallen-ledger](https://github.com/kallen-ledger)! - chore: resolve merge conflicts
|
|
1927
|
-
|
|
1928
|
-
- Updated dependencies [[`cde94b9`](https://github.com/LedgerHQ/ledger-live/commit/cde94b9584d6889849fb097813a5fc11ea19d069), [`b478096`](https://github.com/LedgerHQ/ledger-live/commit/b478096537a0f86a9e39acc8c6cf17b1184e0849), [`81e5b8b`](https://github.com/LedgerHQ/ledger-live/commit/81e5b8bf4830dcb9d666436f2cc4367d92e93e78)]:
|
|
1929
|
-
- @ledgerhq/coin-framework@0.15.0
|
|
1930
|
-
- @ledgerhq/cryptoassets@13.1.1
|
|
1931
|
-
- @ledgerhq/domain-service@1.2.1
|
|
1932
|
-
- @ledgerhq/evm-tools@1.1.1
|
|
1933
|
-
|
|
1934
|
-
## 2.1.1-next.2
|
|
1935
|
-
|
|
1936
|
-
### Patch Changes
|
|
1937
|
-
|
|
1938
|
-
- [#7206](https://github.com/LedgerHQ/ledger-live/pull/7206) [`81e5b8b`](https://github.com/LedgerHQ/ledger-live/commit/81e5b8bf4830dcb9d666436f2cc4367d92e93e78) Thanks [@kallen-ledger](https://github.com/kallen-ledger)! - chore: resolve merge conflicts
|
|
1939
|
-
|
|
1940
|
-
- Updated dependencies [[`81e5b8b`](https://github.com/LedgerHQ/ledger-live/commit/81e5b8bf4830dcb9d666436f2cc4367d92e93e78)]:
|
|
1941
|
-
- @ledgerhq/cryptoassets@13.1.1-next.1
|
|
1942
|
-
- @ledgerhq/coin-framework@0.15.0-next.2
|
|
1943
|
-
- @ledgerhq/domain-service@1.2.1-next.1
|
|
1944
|
-
- @ledgerhq/evm-tools@1.1.1-next.1
|
|
1945
|
-
|
|
1946
|
-
## 2.1.1-next.1
|
|
1947
|
-
|
|
1948
|
-
### Patch Changes
|
|
1949
|
-
|
|
1950
|
-
- Updated dependencies [[`b478096`](https://github.com/LedgerHQ/ledger-live/commit/b478096537a0f86a9e39acc8c6cf17b1184e0849)]:
|
|
1951
|
-
- @ledgerhq/cryptoassets@13.1.1-next.0
|
|
1952
|
-
- @ledgerhq/coin-framework@0.15.0-next.1
|
|
1953
|
-
- @ledgerhq/evm-tools@1.1.1-next.0
|
|
1954
|
-
|
|
1955
|
-
## 2.1.1-next.0
|
|
1956
|
-
|
|
1957
|
-
### Patch Changes
|
|
1958
|
-
|
|
1959
|
-
- [#7078](https://github.com/LedgerHQ/ledger-live/pull/7078) [`993c5f2`](https://github.com/LedgerHQ/ledger-live/commit/993c5f25b8a3ef3bb1f96dd93883e430e61f9fac) Thanks [@lvndry](https://github.com/lvndry)! - [evm] Improve error message if could not get list of operations
|
|
1960
|
-
|
|
1961
|
-
- Updated dependencies [[`cde94b9`](https://github.com/LedgerHQ/ledger-live/commit/cde94b9584d6889849fb097813a5fc11ea19d069)]:
|
|
1962
|
-
- @ledgerhq/coin-framework@0.15.0-next.0
|
|
1963
|
-
- @ledgerhq/domain-service@1.2.1-next.0
|
|
1964
|
-
- @ledgerhq/evm-tools@1.1.0
|
|
1965
|
-
|
|
1966
|
-
## 2.1.0
|
|
1967
|
-
|
|
1968
|
-
### Minor Changes
|
|
1969
|
-
|
|
1970
|
-
- [#6596](https://github.com/LedgerHQ/ledger-live/pull/6596) [`77fa530`](https://github.com/LedgerHQ/ledger-live/commit/77fa530c8626df94fa7f9c0a8b3a99f2efa7cb11) Thanks [@KVNLS](https://github.com/KVNLS)! - Upgrade React Native to version 0.73.6
|
|
1971
|
-
|
|
1972
|
-
- [#7030](https://github.com/LedgerHQ/ledger-live/pull/7030) [`12a74b9`](https://github.com/LedgerHQ/ledger-live/commit/12a74b9f2f27285e44a5dca665422b3b8ecd4028) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update evm coin-tester indexer now supporting Ledger & Etherscan-like explorers
|
|
1973
|
-
|
|
1974
|
-
- [#6876](https://github.com/LedgerHQ/ledger-live/pull/6876) [`689e6e5`](https://github.com/LedgerHQ/ledger-live/commit/689e6e5a443170b8e6c2b404cc99af2e67d8e8e4) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update coin implementations to use new account bridge types & implement cleaner architecture
|
|
1975
|
-
|
|
1976
|
-
- [#6977](https://github.com/LedgerHQ/ledger-live/pull/6977) [`2f2b754`](https://github.com/LedgerHQ/ledger-live/commit/2f2b754b1350360ca0d9f761ca6e4a8cbaff141b) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add support for Scroll & Scroll Sepolia
|
|
1977
|
-
|
|
1978
|
-
### Patch Changes
|
|
1979
|
-
|
|
1980
|
-
- [#6663](https://github.com/LedgerHQ/ledger-live/pull/6663) [`de5de2d`](https://github.com/LedgerHQ/ledger-live/commit/de5de2d273ed6966c82bde2c3a95b98ba594204f) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Reorganize coin serializaiton code
|
|
1981
|
-
|
|
1982
|
-
- [#6754](https://github.com/LedgerHQ/ledger-live/pull/6754) [`4c01029`](https://github.com/LedgerHQ/ledger-live/commit/4c01029b4d4feb32dab2f9e77da1126050d8c1bc) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Move Tezos in its own package
|
|
1983
|
-
|
|
1984
|
-
- [#6752](https://github.com/LedgerHQ/ledger-live/pull/6752) [`434262d`](https://github.com/LedgerHQ/ledger-live/commit/434262db4560f62113002fbb607bd1a8da0712b4) Thanks [@CremaFR](https://github.com/CremaFR)! - bugfix, keep swap history for token when deep cleaning
|
|
1985
|
-
|
|
1986
|
-
- [#6844](https://github.com/LedgerHQ/ledger-live/pull/6844) [`f19960f`](https://github.com/LedgerHQ/ledger-live/commit/f19960f2e7104e5bdf332269fa92fda47455e17d) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Simplify SignerContext generic signature
|
|
1987
|
-
|
|
1988
|
-
- [#6796](https://github.com/LedgerHQ/ledger-live/pull/6796) [`6552679`](https://github.com/LedgerHQ/ledger-live/commit/65526794bb4d1fbc7e286c0e1c0b6d021413fc8c) Thanks [@gre](https://github.com/gre)! - Drop technical Account#name and Account#starred fields and replace it with a new architecture: a wallet store that contains all user's data.
|
|
1989
|
-
|
|
1990
|
-
- [#7030](https://github.com/LedgerHQ/ledger-live/pull/7030) [`12a74b9`](https://github.com/LedgerHQ/ledger-live/commit/12a74b9f2f27285e44a5dca665422b3b8ecd4028) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Make `gasTracker` optional in `EvmConfig`
|
|
1991
|
-
|
|
1992
|
-
- [#6816](https://github.com/LedgerHQ/ledger-live/pull/6816) [`60cd799`](https://github.com/LedgerHQ/ledger-live/commit/60cd799e693e3ae0712a5a9e88206b5304bbc214) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Split currencies utils between CoinFmk and LLC
|
|
1993
|
-
|
|
1994
|
-
- Updated dependencies [[`77fa530`](https://github.com/LedgerHQ/ledger-live/commit/77fa530c8626df94fa7f9c0a8b3a99f2efa7cb11), [`6c35cc5`](https://github.com/LedgerHQ/ledger-live/commit/6c35cc564cb050614ee571907f628ecf15ec4584), [`b9f1f71`](https://github.com/LedgerHQ/ledger-live/commit/b9f1f715355752d8c57c24ecd6a6d166b80f689d), [`815ae3d`](https://github.com/LedgerHQ/ledger-live/commit/815ae3dae8027823854ada837df3dc983d09b10f), [`de5de2d`](https://github.com/LedgerHQ/ledger-live/commit/de5de2d273ed6966c82bde2c3a95b98ba594204f), [`83e5690`](https://github.com/LedgerHQ/ledger-live/commit/83e5690429e41ecd1c508b3398904ae747085cf7), [`4c01029`](https://github.com/LedgerHQ/ledger-live/commit/4c01029b4d4feb32dab2f9e77da1126050d8c1bc), [`326cae0`](https://github.com/LedgerHQ/ledger-live/commit/326cae088cc33795536deb1d868c86e8dbeb6a13), [`6c35cc5`](https://github.com/LedgerHQ/ledger-live/commit/6c35cc564cb050614ee571907f628ecf15ec4584), [`4499990`](https://github.com/LedgerHQ/ledger-live/commit/449999066c58ae5df371dfb92a7230f9b5e90a60), [`a18c28e`](https://github.com/LedgerHQ/ledger-live/commit/a18c28e3f6a6132bd5e53d5b61721084b3aa19e8), [`cec1599`](https://github.com/LedgerHQ/ledger-live/commit/cec1599a41aa1a18a249e34312164bc93b63972f), [`801265b`](https://github.com/LedgerHQ/ledger-live/commit/801265b7ff3ed7ebd0012eb50f70898557a2dd52), [`d5a1300`](https://github.com/LedgerHQ/ledger-live/commit/d5a130034c18c7ac8b1fd3d4c5271423b4f7639d), [`6d44f25`](https://github.com/LedgerHQ/ledger-live/commit/6d44f255c5b2f453c61d0b754807db1f76d7174e), [`f19960f`](https://github.com/LedgerHQ/ledger-live/commit/f19960f2e7104e5bdf332269fa92fda47455e17d), [`3b9c93c`](https://github.com/LedgerHQ/ledger-live/commit/3b9c93c0de8ceff2af96a6ee8e42b8d9c2ab7af0), [`6623cd1`](https://github.com/LedgerHQ/ledger-live/commit/6623cd13102bd8340bd7d4dfdd469934527985c3), [`f7e7881`](https://github.com/LedgerHQ/ledger-live/commit/f7e7881a820880143c2b011d6a92b5a36156b2c1), [`2f2b754`](https://github.com/LedgerHQ/ledger-live/commit/2f2b754b1350360ca0d9f761ca6e4a8cbaff141b), [`689e6e5`](https://github.com/LedgerHQ/ledger-live/commit/689e6e5a443170b8e6c2b404cc99af2e67d8e8e4), [`6552679`](https://github.com/LedgerHQ/ledger-live/commit/65526794bb4d1fbc7e286c0e1c0b6d021413fc8c), [`fda6a81`](https://github.com/LedgerHQ/ledger-live/commit/fda6a814544b3a1debceab22f69485911e76cadc), [`689e6e5`](https://github.com/LedgerHQ/ledger-live/commit/689e6e5a443170b8e6c2b404cc99af2e67d8e8e4), [`60cd799`](https://github.com/LedgerHQ/ledger-live/commit/60cd799e693e3ae0712a5a9e88206b5304bbc214), [`84274a6`](https://github.com/LedgerHQ/ledger-live/commit/84274a6e764a385f707bc811ead7a7e92a02ed6a)]:
|
|
1995
|
-
- @ledgerhq/cryptoassets@13.1.0
|
|
1996
|
-
- @ledgerhq/devices@8.4.0
|
|
1997
|
-
- @ledgerhq/errors@6.17.0
|
|
1998
|
-
- @ledgerhq/coin-framework@0.14.0
|
|
1999
|
-
- @ledgerhq/domain-service@1.2.0
|
|
2000
|
-
- @ledgerhq/live-network@1.3.0
|
|
2001
|
-
- @ledgerhq/evm-tools@1.1.0
|
|
2002
|
-
- @ledgerhq/live-promise@0.1.0
|
|
2003
|
-
- @ledgerhq/live-env@2.1.0
|
|
2004
|
-
|
|
2005
|
-
## 2.1.0-next.2
|
|
2006
|
-
|
|
2007
|
-
### Patch Changes
|
|
2008
|
-
|
|
2009
|
-
- Updated dependencies [[`d5a1300`](https://github.com/LedgerHQ/ledger-live/commit/d5a130034c18c7ac8b1fd3d4c5271423b4f7639d)]:
|
|
2010
|
-
- @ledgerhq/cryptoassets@13.1.0-next.2
|
|
2011
|
-
- @ledgerhq/coin-framework@0.14.0-next.2
|
|
2012
|
-
- @ledgerhq/evm-tools@1.1.0-next.2
|
|
2013
|
-
|
|
2014
|
-
## 2.1.0-next.1
|
|
2015
|
-
|
|
2016
|
-
### Patch Changes
|
|
2017
|
-
|
|
2018
|
-
- Updated dependencies [[`f7e7881`](https://github.com/LedgerHQ/ledger-live/commit/f7e7881a820880143c2b011d6a92b5a36156b2c1)]:
|
|
2019
|
-
- @ledgerhq/cryptoassets@13.1.0-next.1
|
|
2020
|
-
- @ledgerhq/coin-framework@0.14.0-next.1
|
|
2021
|
-
- @ledgerhq/evm-tools@1.1.0-next.1
|
|
2022
|
-
|
|
2023
|
-
## 2.1.0-next.0
|
|
2024
|
-
|
|
2025
|
-
### Minor Changes
|
|
2026
|
-
|
|
2027
|
-
- [#6596](https://github.com/LedgerHQ/ledger-live/pull/6596) [`77fa530`](https://github.com/LedgerHQ/ledger-live/commit/77fa530c8626df94fa7f9c0a8b3a99f2efa7cb11) Thanks [@KVNLS](https://github.com/KVNLS)! - Upgrade React Native to version 0.73.6
|
|
2028
|
-
|
|
2029
|
-
- [#7030](https://github.com/LedgerHQ/ledger-live/pull/7030) [`12a74b9`](https://github.com/LedgerHQ/ledger-live/commit/12a74b9f2f27285e44a5dca665422b3b8ecd4028) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update evm coin-tester indexer now supporting Ledger & Etherscan-like explorers
|
|
2030
|
-
|
|
2031
|
-
- [#6876](https://github.com/LedgerHQ/ledger-live/pull/6876) [`689e6e5`](https://github.com/LedgerHQ/ledger-live/commit/689e6e5a443170b8e6c2b404cc99af2e67d8e8e4) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update coin implementations to use new account bridge types & implement cleaner architecture
|
|
2032
|
-
|
|
2033
|
-
- [#6977](https://github.com/LedgerHQ/ledger-live/pull/6977) [`2f2b754`](https://github.com/LedgerHQ/ledger-live/commit/2f2b754b1350360ca0d9f761ca6e4a8cbaff141b) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add support for Scroll & Scroll Sepolia
|
|
2034
|
-
|
|
2035
|
-
### Patch Changes
|
|
2036
|
-
|
|
2037
|
-
- [#6663](https://github.com/LedgerHQ/ledger-live/pull/6663) [`de5de2d`](https://github.com/LedgerHQ/ledger-live/commit/de5de2d273ed6966c82bde2c3a95b98ba594204f) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Reorganize coin serializaiton code
|
|
2038
|
-
|
|
2039
|
-
- [#6754](https://github.com/LedgerHQ/ledger-live/pull/6754) [`4c01029`](https://github.com/LedgerHQ/ledger-live/commit/4c01029b4d4feb32dab2f9e77da1126050d8c1bc) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Move Tezos in its own package
|
|
2040
|
-
|
|
2041
|
-
- [#6752](https://github.com/LedgerHQ/ledger-live/pull/6752) [`434262d`](https://github.com/LedgerHQ/ledger-live/commit/434262db4560f62113002fbb607bd1a8da0712b4) Thanks [@CremaFR](https://github.com/CremaFR)! - bugfix, keep swap history for token when deep cleaning
|
|
2042
|
-
|
|
2043
|
-
- [#6844](https://github.com/LedgerHQ/ledger-live/pull/6844) [`f19960f`](https://github.com/LedgerHQ/ledger-live/commit/f19960f2e7104e5bdf332269fa92fda47455e17d) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Simplify SignerContext generic signature
|
|
2044
|
-
|
|
2045
|
-
- [#6796](https://github.com/LedgerHQ/ledger-live/pull/6796) [`6552679`](https://github.com/LedgerHQ/ledger-live/commit/65526794bb4d1fbc7e286c0e1c0b6d021413fc8c) Thanks [@gre](https://github.com/gre)! - Drop technical Account#name and Account#starred fields and replace it with a new architecture: a wallet store that contains all user's data.
|
|
2046
|
-
|
|
2047
|
-
- [#7030](https://github.com/LedgerHQ/ledger-live/pull/7030) [`12a74b9`](https://github.com/LedgerHQ/ledger-live/commit/12a74b9f2f27285e44a5dca665422b3b8ecd4028) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Make `gasTracker` optional in `EvmConfig`
|
|
2048
|
-
|
|
2049
|
-
- [#6816](https://github.com/LedgerHQ/ledger-live/pull/6816) [`60cd799`](https://github.com/LedgerHQ/ledger-live/commit/60cd799e693e3ae0712a5a9e88206b5304bbc214) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Split currencies utils between CoinFmk and LLC
|
|
2050
|
-
|
|
2051
|
-
- Updated dependencies [[`77fa530`](https://github.com/LedgerHQ/ledger-live/commit/77fa530c8626df94fa7f9c0a8b3a99f2efa7cb11), [`6c35cc5`](https://github.com/LedgerHQ/ledger-live/commit/6c35cc564cb050614ee571907f628ecf15ec4584), [`b9f1f71`](https://github.com/LedgerHQ/ledger-live/commit/b9f1f715355752d8c57c24ecd6a6d166b80f689d), [`815ae3d`](https://github.com/LedgerHQ/ledger-live/commit/815ae3dae8027823854ada837df3dc983d09b10f), [`de5de2d`](https://github.com/LedgerHQ/ledger-live/commit/de5de2d273ed6966c82bde2c3a95b98ba594204f), [`83e5690`](https://github.com/LedgerHQ/ledger-live/commit/83e5690429e41ecd1c508b3398904ae747085cf7), [`4c01029`](https://github.com/LedgerHQ/ledger-live/commit/4c01029b4d4feb32dab2f9e77da1126050d8c1bc), [`326cae0`](https://github.com/LedgerHQ/ledger-live/commit/326cae088cc33795536deb1d868c86e8dbeb6a13), [`6c35cc5`](https://github.com/LedgerHQ/ledger-live/commit/6c35cc564cb050614ee571907f628ecf15ec4584), [`4499990`](https://github.com/LedgerHQ/ledger-live/commit/449999066c58ae5df371dfb92a7230f9b5e90a60), [`a18c28e`](https://github.com/LedgerHQ/ledger-live/commit/a18c28e3f6a6132bd5e53d5b61721084b3aa19e8), [`cec1599`](https://github.com/LedgerHQ/ledger-live/commit/cec1599a41aa1a18a249e34312164bc93b63972f), [`801265b`](https://github.com/LedgerHQ/ledger-live/commit/801265b7ff3ed7ebd0012eb50f70898557a2dd52), [`6d44f25`](https://github.com/LedgerHQ/ledger-live/commit/6d44f255c5b2f453c61d0b754807db1f76d7174e), [`f19960f`](https://github.com/LedgerHQ/ledger-live/commit/f19960f2e7104e5bdf332269fa92fda47455e17d), [`3b9c93c`](https://github.com/LedgerHQ/ledger-live/commit/3b9c93c0de8ceff2af96a6ee8e42b8d9c2ab7af0), [`6623cd1`](https://github.com/LedgerHQ/ledger-live/commit/6623cd13102bd8340bd7d4dfdd469934527985c3), [`2f2b754`](https://github.com/LedgerHQ/ledger-live/commit/2f2b754b1350360ca0d9f761ca6e4a8cbaff141b), [`689e6e5`](https://github.com/LedgerHQ/ledger-live/commit/689e6e5a443170b8e6c2b404cc99af2e67d8e8e4), [`6552679`](https://github.com/LedgerHQ/ledger-live/commit/65526794bb4d1fbc7e286c0e1c0b6d021413fc8c), [`fda6a81`](https://github.com/LedgerHQ/ledger-live/commit/fda6a814544b3a1debceab22f69485911e76cadc), [`689e6e5`](https://github.com/LedgerHQ/ledger-live/commit/689e6e5a443170b8e6c2b404cc99af2e67d8e8e4), [`60cd799`](https://github.com/LedgerHQ/ledger-live/commit/60cd799e693e3ae0712a5a9e88206b5304bbc214), [`84274a6`](https://github.com/LedgerHQ/ledger-live/commit/84274a6e764a385f707bc811ead7a7e92a02ed6a)]:
|
|
2052
|
-
- @ledgerhq/cryptoassets@13.1.0-next.0
|
|
2053
|
-
- @ledgerhq/devices@8.4.0-next.0
|
|
2054
|
-
- @ledgerhq/errors@6.17.0-next.0
|
|
2055
|
-
- @ledgerhq/coin-framework@0.14.0-next.0
|
|
2056
|
-
- @ledgerhq/domain-service@1.2.0-next.0
|
|
2057
|
-
- @ledgerhq/live-network@1.3.0-next.0
|
|
2058
|
-
- @ledgerhq/evm-tools@1.1.0-next.0
|
|
2059
|
-
- @ledgerhq/live-promise@0.1.0-next.0
|
|
2060
|
-
- @ledgerhq/live-env@2.1.0-next.0
|
|
2061
|
-
|
|
2062
|
-
## 2.0.0
|
|
2063
|
-
|
|
2064
|
-
### Major Changes
|
|
2065
|
-
|
|
2066
|
-
- [#6669](https://github.com/LedgerHQ/ledger-live/pull/6669) [`fdb76a7`](https://github.com/LedgerHQ/ledger-live/commit/fdb76a7c3a8459a50b22b3e5a5a3002932805bcd) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Removing support for Goerli & Ropsten networks and their Layer 2 variants (Linea Goerli & Optimism Goerli) and replace them by Linea Sepolia & Optimism Sepolia
|
|
2067
|
-
|
|
2068
|
-
### Minor Changes
|
|
2069
|
-
|
|
2070
|
-
- [#6567](https://github.com/LedgerHQ/ledger-live/pull/6567) [`0dae8e5`](https://github.com/LedgerHQ/ledger-live/commit/0dae8e5a33704eaee5976e8ae2cbe29c6f458167) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update `getSyncHash` method to use new hash files provided by token importers instead of manually serializing each token. This greatly improve performances of that method.
|
|
2071
|
-
|
|
2072
|
-
### Patch Changes
|
|
2073
|
-
|
|
2074
|
-
- [#6684](https://github.com/LedgerHQ/ledger-live/pull/6684) [`96029e1`](https://github.com/LedgerHQ/ledger-live/commit/96029e1396be2f283f0345a59e08009b0a6a96db) Thanks [@CremaFR](https://github.com/CremaFR)! - Allow additional fees when using maxButton
|
|
2075
|
-
|
|
2076
|
-
- Updated dependencies [[`5552ca0`](https://github.com/LedgerHQ/ledger-live/commit/5552ca0542d5734b845ed23dae2f02c6d1b8ba2d), [`fdb76a7`](https://github.com/LedgerHQ/ledger-live/commit/fdb76a7c3a8459a50b22b3e5a5a3002932805bcd), [`df1dcbf`](https://github.com/LedgerHQ/ledger-live/commit/df1dcbffe901d7c4baddb46a06b08a4ed5b7a17e), [`3896648`](https://github.com/LedgerHQ/ledger-live/commit/389664874b98074905a7f8f8e5a845bb76908f13), [`45a53bc`](https://github.com/LedgerHQ/ledger-live/commit/45a53bc227ab2f42b1e839aacbb8c251d0a4a5d2), [`0dae8e5`](https://github.com/LedgerHQ/ledger-live/commit/0dae8e5a33704eaee5976e8ae2cbe29c6f458167), [`fdb76a7`](https://github.com/LedgerHQ/ledger-live/commit/fdb76a7c3a8459a50b22b3e5a5a3002932805bcd), [`0dae8e5`](https://github.com/LedgerHQ/ledger-live/commit/0dae8e5a33704eaee5976e8ae2cbe29c6f458167), [`cfb97f7`](https://github.com/LedgerHQ/ledger-live/commit/cfb97f7d5c81824815522e8699b7469047b1513a), [`2f2ef00`](https://github.com/LedgerHQ/ledger-live/commit/2f2ef001145469870ac703b6af28fdf8f0d70945)]:
|
|
2077
|
-
- @ledgerhq/live-promise@0.0.4
|
|
2078
|
-
- @ledgerhq/coin-framework@0.13.0
|
|
2079
|
-
- @ledgerhq/live-env@2.0.2
|
|
2080
|
-
- @ledgerhq/cryptoassets@13.0.0
|
|
2081
|
-
- @ledgerhq/live-network@1.2.2
|
|
2082
|
-
- @ledgerhq/domain-service@1.1.21
|
|
2083
|
-
- @ledgerhq/evm-tools@1.0.19
|
|
2084
|
-
|
|
2085
|
-
## 2.0.0-next.1
|
|
2086
|
-
|
|
2087
|
-
### Patch Changes
|
|
2088
|
-
|
|
2089
|
-
- Updated dependencies [[`5552ca0`](https://github.com/LedgerHQ/ledger-live/commit/5552ca0542d5734b845ed23dae2f02c6d1b8ba2d)]:
|
|
2090
|
-
- @ledgerhq/live-promise@0.0.4-next.1
|
|
2091
|
-
- @ledgerhq/live-network@1.2.2-next.1
|
|
2092
|
-
|
|
2093
|
-
## 2.0.0-next.0
|
|
2094
|
-
|
|
2095
|
-
### Major Changes
|
|
2096
|
-
|
|
2097
|
-
- [#6669](https://github.com/LedgerHQ/ledger-live/pull/6669) [`fdb76a7`](https://github.com/LedgerHQ/ledger-live/commit/fdb76a7c3a8459a50b22b3e5a5a3002932805bcd) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Removing support for Goerli & Ropsten networks and their Layer 2 variants (Linea Goerli & Optimism Goerli) and replace them by Linea Sepolia & Optimism Sepolia
|
|
2098
|
-
|
|
2099
|
-
### Minor Changes
|
|
2100
|
-
|
|
2101
|
-
- [#6567](https://github.com/LedgerHQ/ledger-live/pull/6567) [`0dae8e5`](https://github.com/LedgerHQ/ledger-live/commit/0dae8e5a33704eaee5976e8ae2cbe29c6f458167) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update `getSyncHash` method to use new hash files provided by token importers instead of manually serializing each token. This greatly improve performances of that method.
|
|
2102
|
-
|
|
2103
|
-
### Patch Changes
|
|
2104
|
-
|
|
2105
|
-
- [#6684](https://github.com/LedgerHQ/ledger-live/pull/6684) [`96029e1`](https://github.com/LedgerHQ/ledger-live/commit/96029e1396be2f283f0345a59e08009b0a6a96db) Thanks [@CremaFR](https://github.com/CremaFR)! - Allow additional fees when using maxButton
|
|
2106
|
-
|
|
2107
|
-
- Updated dependencies [[`fdb76a7`](https://github.com/LedgerHQ/ledger-live/commit/fdb76a7c3a8459a50b22b3e5a5a3002932805bcd), [`df1dcbf`](https://github.com/LedgerHQ/ledger-live/commit/df1dcbffe901d7c4baddb46a06b08a4ed5b7a17e), [`3896648`](https://github.com/LedgerHQ/ledger-live/commit/389664874b98074905a7f8f8e5a845bb76908f13), [`45a53bc`](https://github.com/LedgerHQ/ledger-live/commit/45a53bc227ab2f42b1e839aacbb8c251d0a4a5d2), [`0dae8e5`](https://github.com/LedgerHQ/ledger-live/commit/0dae8e5a33704eaee5976e8ae2cbe29c6f458167), [`fdb76a7`](https://github.com/LedgerHQ/ledger-live/commit/fdb76a7c3a8459a50b22b3e5a5a3002932805bcd), [`0dae8e5`](https://github.com/LedgerHQ/ledger-live/commit/0dae8e5a33704eaee5976e8ae2cbe29c6f458167), [`cfb97f7`](https://github.com/LedgerHQ/ledger-live/commit/cfb97f7d5c81824815522e8699b7469047b1513a), [`2f2ef00`](https://github.com/LedgerHQ/ledger-live/commit/2f2ef001145469870ac703b6af28fdf8f0d70945)]:
|
|
2108
|
-
- @ledgerhq/coin-framework@0.13.0-next.0
|
|
2109
|
-
- @ledgerhq/live-env@2.0.2-next.0
|
|
2110
|
-
- @ledgerhq/cryptoassets@13.0.0-next.0
|
|
2111
|
-
- @ledgerhq/live-network@1.2.2-next.0
|
|
2112
|
-
- @ledgerhq/live-promise@0.0.4-next.0
|
|
2113
|
-
- @ledgerhq/domain-service@1.1.21-next.0
|
|
2114
|
-
- @ledgerhq/evm-tools@1.0.19-next.0
|
|
2115
|
-
|
|
2116
|
-
## 1.1.0
|
|
2117
|
-
|
|
2118
|
-
### Minor Changes
|
|
2119
|
-
|
|
2120
|
-
- [#6309](https://github.com/LedgerHQ/ledger-live/pull/6309) [`5848f9e`](https://github.com/LedgerHQ/ledger-live/commit/5848f9e247f169eb7a4aff322253937214b9efdd) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Removes never publicly exposed Evmos & Kava currencies. Also fixes multiple Etherscan based explorers URI (Lukso, RSK, Astar & Boba).
|
|
2121
|
-
|
|
2122
|
-
- [#6290](https://github.com/LedgerHQ/ledger-live/pull/6290) [`08c9779`](https://github.com/LedgerHQ/ledger-live/commit/08c9779659628e4e22ac99a152049ac3fa2745fa) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add `chainId` while using the `hw-getAddress` method to display the network name and logo on a Stax device
|
|
2123
|
-
|
|
2124
|
-
- [#6422](https://github.com/LedgerHQ/ledger-live/pull/6422) [`381023d`](https://github.com/LedgerHQ/ledger-live/commit/381023de2617aa09829a8b5dad7b0ba2c846328e) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Fix Operations' amount depending if failure and remove internal operations from a failed coin operation
|
|
2125
|
-
|
|
2126
|
-
- [#6482](https://github.com/LedgerHQ/ledger-live/pull/6482) [`83d0bc6`](https://github.com/LedgerHQ/ledger-live/commit/83d0bc67979159044a7785b5cb4cbda8ed78ebf4) Thanks [@vbergeron-ledger](https://github.com/vbergeron-ledger)! - EVM coin synchronozation is now optimized to start from the latest sync rather than from the latest operation
|
|
2127
|
-
|
|
2128
|
-
### Patch Changes
|
|
2129
|
-
|
|
2130
|
-
- [#6501](https://github.com/LedgerHQ/ledger-live/pull/6501) [`5e939e0`](https://github.com/LedgerHQ/ledger-live/commit/5e939e0540cabb8d9931794b79909fe0a353a179) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add missing index to Ledger ERC20 operations' ids, leading to missing token ops in history
|
|
2131
|
-
|
|
2132
|
-
- [#6341](https://github.com/LedgerHQ/ledger-live/pull/6341) [`92e9d19`](https://github.com/LedgerHQ/ledger-live/commit/92e9d194313ffd1542b676c59ae2d34e861f698f) Thanks [@sarneijim](https://github.com/sarneijim)! - Fix swap history
|
|
2133
|
-
|
|
2134
|
-
- [#6370](https://github.com/LedgerHQ/ledger-live/pull/6370) [`3c15515`](https://github.com/LedgerHQ/ledger-live/commit/3c155155f2d45fb85f8900e7e77c1b5ab1c7ad67) Thanks [@lvndry](https://github.com/lvndry)! - Get evm node, explorer and gasTracker information from liveconfig
|
|
2135
|
-
|
|
2136
|
-
- Updated dependencies [[`1aa8ef4`](https://github.com/LedgerHQ/ledger-live/commit/1aa8ef404411c31f6ac4cf09fba453042db8b955), [`3c15515`](https://github.com/LedgerHQ/ledger-live/commit/3c155155f2d45fb85f8900e7e77c1b5ab1c7ad67), [`762dea1`](https://github.com/LedgerHQ/ledger-live/commit/762dea1c52ef0537961d058f7ba81fa399663ac1), [`fc4f83e`](https://github.com/LedgerHQ/ledger-live/commit/fc4f83e26d9f00b7c518f28157e8d9da55ce3685), [`dd1d17f`](https://github.com/LedgerHQ/ledger-live/commit/dd1d17fd3ce7ed42558204b2f93707fb9b1599de), [`26b3a5d`](https://github.com/LedgerHQ/ledger-live/commit/26b3a5d7d6e11efc226403707d683f3d0098a1c1), [`5848f9e`](https://github.com/LedgerHQ/ledger-live/commit/5848f9e247f169eb7a4aff322253937214b9efdd), [`a8138f9`](https://github.com/LedgerHQ/ledger-live/commit/a8138f9ec0cff714d9745012eb91a09713ffbbd2), [`ebb45be`](https://github.com/LedgerHQ/ledger-live/commit/ebb45be56c6b1fdb3c36a8c20a16b41600baa264), [`53da330`](https://github.com/LedgerHQ/ledger-live/commit/53da3301aaceeb16e6b1f96b1ea44428fbeb4483), [`abb1bbb`](https://github.com/LedgerHQ/ledger-live/commit/abb1bbb09c52a3d08577ba622c6cb0f44aab36c1)]:
|
|
2137
|
-
- @ledgerhq/coin-framework@0.12.0
|
|
2138
|
-
- @ledgerhq/cryptoassets@12.1.0
|
|
2139
|
-
- @ledgerhq/live-env@2.0.1
|
|
2140
|
-
- @ledgerhq/errors@6.16.4
|
|
2141
|
-
- @ledgerhq/devices@8.3.0
|
|
2142
|
-
- @ledgerhq/domain-service@1.1.20
|
|
2143
|
-
- @ledgerhq/evm-tools@1.0.18
|
|
2144
|
-
- @ledgerhq/live-network@1.2.1
|
|
2145
|
-
|
|
2146
|
-
## 1.1.0-next.1
|
|
2147
|
-
|
|
2148
|
-
### Patch Changes
|
|
2149
|
-
|
|
2150
|
-
- Updated dependencies [[`762dea1`](https://github.com/LedgerHQ/ledger-live/commit/762dea1c52ef0537961d058f7ba81fa399663ac1)]:
|
|
2151
|
-
- @ledgerhq/live-env@2.0.1-next.0
|
|
2152
|
-
- @ledgerhq/coin-framework@0.12.0-next.1
|
|
2153
|
-
- @ledgerhq/evm-tools@1.0.18-next.1
|
|
2154
|
-
- @ledgerhq/live-network@1.2.1-next.1
|
|
2155
|
-
|
|
2156
|
-
## 1.1.0-next.0
|
|
2157
|
-
|
|
2158
|
-
### Minor Changes
|
|
2159
|
-
|
|
2160
|
-
- [#6309](https://github.com/LedgerHQ/ledger-live/pull/6309) [`5848f9e`](https://github.com/LedgerHQ/ledger-live/commit/5848f9e247f169eb7a4aff322253937214b9efdd) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Removes never publicly exposed Evmos & Kava currencies. Also fixes multiple Etherscan based explorers URI (Lukso, RSK, Astar & Boba).
|
|
2161
|
-
|
|
2162
|
-
- [#6290](https://github.com/LedgerHQ/ledger-live/pull/6290) [`08c9779`](https://github.com/LedgerHQ/ledger-live/commit/08c9779659628e4e22ac99a152049ac3fa2745fa) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add `chainId` while using the `hw-getAddress` method to display the network name and logo on a Stax device
|
|
2163
|
-
|
|
2164
|
-
- [#6422](https://github.com/LedgerHQ/ledger-live/pull/6422) [`381023d`](https://github.com/LedgerHQ/ledger-live/commit/381023de2617aa09829a8b5dad7b0ba2c846328e) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Fix Operations' amount depending if failure and remove internal operations from a failed coin operation
|
|
2165
|
-
|
|
2166
|
-
- [#6482](https://github.com/LedgerHQ/ledger-live/pull/6482) [`83d0bc6`](https://github.com/LedgerHQ/ledger-live/commit/83d0bc67979159044a7785b5cb4cbda8ed78ebf4) Thanks [@vbergeron-ledger](https://github.com/vbergeron-ledger)! - EVM coin synchronozation is now optimized to start from the latest sync rather than from the latest operation
|
|
2167
|
-
|
|
2168
|
-
### Patch Changes
|
|
2169
|
-
|
|
2170
|
-
- [#6501](https://github.com/LedgerHQ/ledger-live/pull/6501) [`5e939e0`](https://github.com/LedgerHQ/ledger-live/commit/5e939e0540cabb8d9931794b79909fe0a353a179) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add missing index to Ledger ERC20 operations' ids, leading to missing token ops in history
|
|
2171
|
-
|
|
2172
|
-
- [#6341](https://github.com/LedgerHQ/ledger-live/pull/6341) [`92e9d19`](https://github.com/LedgerHQ/ledger-live/commit/92e9d194313ffd1542b676c59ae2d34e861f698f) Thanks [@sarneijim](https://github.com/sarneijim)! - Fix swap history
|
|
2173
|
-
|
|
2174
|
-
- [#6370](https://github.com/LedgerHQ/ledger-live/pull/6370) [`3c15515`](https://github.com/LedgerHQ/ledger-live/commit/3c155155f2d45fb85f8900e7e77c1b5ab1c7ad67) Thanks [@lvndry](https://github.com/lvndry)! - Get evm node, explorer and gasTracker information from liveconfig
|
|
2175
|
-
|
|
2176
|
-
- Updated dependencies [[`1aa8ef4`](https://github.com/LedgerHQ/ledger-live/commit/1aa8ef404411c31f6ac4cf09fba453042db8b955), [`3c15515`](https://github.com/LedgerHQ/ledger-live/commit/3c155155f2d45fb85f8900e7e77c1b5ab1c7ad67), [`fc4f83e`](https://github.com/LedgerHQ/ledger-live/commit/fc4f83e26d9f00b7c518f28157e8d9da55ce3685), [`dd1d17f`](https://github.com/LedgerHQ/ledger-live/commit/dd1d17fd3ce7ed42558204b2f93707fb9b1599de), [`26b3a5d`](https://github.com/LedgerHQ/ledger-live/commit/26b3a5d7d6e11efc226403707d683f3d0098a1c1), [`5848f9e`](https://github.com/LedgerHQ/ledger-live/commit/5848f9e247f169eb7a4aff322253937214b9efdd), [`a8138f9`](https://github.com/LedgerHQ/ledger-live/commit/a8138f9ec0cff714d9745012eb91a09713ffbbd2), [`ebb45be`](https://github.com/LedgerHQ/ledger-live/commit/ebb45be56c6b1fdb3c36a8c20a16b41600baa264), [`53da330`](https://github.com/LedgerHQ/ledger-live/commit/53da3301aaceeb16e6b1f96b1ea44428fbeb4483), [`abb1bbb`](https://github.com/LedgerHQ/ledger-live/commit/abb1bbb09c52a3d08577ba622c6cb0f44aab36c1)]:
|
|
2177
|
-
- @ledgerhq/coin-framework@0.12.0-next.0
|
|
2178
|
-
- @ledgerhq/cryptoassets@12.1.0-next.0
|
|
2179
|
-
- @ledgerhq/errors@6.16.4-next.0
|
|
2180
|
-
- @ledgerhq/devices@8.3.0-next.0
|
|
2181
|
-
- @ledgerhq/domain-service@1.1.20-next.0
|
|
2182
|
-
- @ledgerhq/evm-tools@1.0.18-next.0
|
|
2183
|
-
- @ledgerhq/live-network@1.2.1-next.0
|
|
2184
|
-
|
|
2185
|
-
## 1.0.0
|
|
2186
|
-
|
|
2187
|
-
### Major Changes
|
|
2188
|
-
|
|
2189
|
-
- [#6195](https://github.com/LedgerHQ/ledger-live/pull/6195) [`dfac39b`](https://github.com/LedgerHQ/ledger-live/commit/dfac39b2086f0475d1bc8065032bfe27cbf424f6) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Deprecating Arbitrum goerli & Base goerli
|
|
2190
|
-
|
|
2191
|
-
### Minor Changes
|
|
2192
|
-
|
|
2193
|
-
- [#6179](https://github.com/LedgerHQ/ledger-live/pull/6179) [`25fe5c4`](https://github.com/LedgerHQ/ledger-live/commit/25fe5c48d44d3d1b11e35b81bb4bf31d30fa1268) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update `DEFAULT_NONCE` (-1) behaviour when converting a Ledger Live transaction to an `ethers` transaction, because using an invalid nonce (like a negative value here) will make `ethers` throw with some of its methods, like `serializeTransaction`
|
|
2194
|
-
|
|
2195
|
-
- [#6196](https://github.com/LedgerHQ/ledger-live/pull/6196) [`255476b`](https://github.com/LedgerHQ/ledger-live/commit/255476bd65b15971eb523807fe9795c84882f198) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add suppport of `blacklistedTokenIds` to coin-evm synchronization
|
|
2196
|
-
|
|
2197
|
-
- [#6195](https://github.com/LedgerHQ/ledger-live/pull/6195) [`dfac39b`](https://github.com/LedgerHQ/ledger-live/commit/dfac39b2086f0475d1bc8065032bfe27cbf424f6) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add support for Base Sepolia & Arbitrum Sepolia
|
|
2198
|
-
|
|
2199
|
-
### Patch Changes
|
|
2200
|
-
|
|
2201
|
-
- [#6041](https://github.com/LedgerHQ/ledger-live/pull/6041) [`9c83695`](https://github.com/LedgerHQ/ledger-live/commit/9c8369580b91d82021d4ec28ad7a49dc4ba42e4f) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Remove unnecessary logs
|
|
2202
|
-
|
|
2203
|
-
- [#5682](https://github.com/LedgerHQ/ledger-live/pull/5682) [`4744c31`](https://github.com/LedgerHQ/ledger-live/commit/4744c3136021f1f47ad1617f2c84f47ac0647370) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Make `hw-app-eth` a devDep by relying on `clearSignTransaction` instead of importing the `ledgerService`
|
|
2204
|
-
|
|
2205
|
-
- [#5682](https://github.com/LedgerHQ/ledger-live/pull/5682) [`4744c31`](https://github.com/LedgerHQ/ledger-live/commit/4744c3136021f1f47ad1617f2c84f47ac0647370) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add documentation
|
|
2206
|
-
|
|
2207
|
-
- [#5682](https://github.com/LedgerHQ/ledger-live/pull/5682) [`4744c31`](https://github.com/LedgerHQ/ledger-live/commit/4744c3136021f1f47ad1617f2c84f47ac0647370) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Move clear signed selectors to evm-tools lib
|
|
2208
|
-
|
|
2209
|
-
- [#5682](https://github.com/LedgerHQ/ledger-live/pull/5682) [`4744c31`](https://github.com/LedgerHQ/ledger-live/commit/4744c3136021f1f47ad1617f2c84f47ac0647370) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update `NotEnoughBalance` error for token transactions
|
|
2210
|
-
|
|
2211
|
-
- Updated dependencies [[`4744c31`](https://github.com/LedgerHQ/ledger-live/commit/4744c3136021f1f47ad1617f2c84f47ac0647370), [`0dd1546`](https://github.com/LedgerHQ/ledger-live/commit/0dd15467070cbf7fcbb9d9055a4535f6a25b2ad0), [`f456d69`](https://github.com/LedgerHQ/ledger-live/commit/f456d69a2f64b6a217d3c1d9c6a531f31c2817a8), [`4715e4c`](https://github.com/LedgerHQ/ledger-live/commit/4715e4c411fa2396330ebcb810aeb6bfc9892e88), [`9c83695`](https://github.com/LedgerHQ/ledger-live/commit/9c8369580b91d82021d4ec28ad7a49dc4ba42e4f), [`74ef384`](https://github.com/LedgerHQ/ledger-live/commit/74ef3840c17181fa779035f190f829e9537e1539), [`2fd465e`](https://github.com/LedgerHQ/ledger-live/commit/2fd465ee730b11594d231503cfb940b984fa2f5a), [`dfac39b`](https://github.com/LedgerHQ/ledger-live/commit/dfac39b2086f0475d1bc8065032bfe27cbf424f6), [`7fb3eb2`](https://github.com/LedgerHQ/ledger-live/commit/7fb3eb266acdca143c94d2fce74329809ebfbb79), [`4744c31`](https://github.com/LedgerHQ/ledger-live/commit/4744c3136021f1f47ad1617f2c84f47ac0647370), [`bd4ee6c`](https://github.com/LedgerHQ/ledger-live/commit/bd4ee6c938c27102c2d0529c2aab07ac000f7424), [`dfac39b`](https://github.com/LedgerHQ/ledger-live/commit/dfac39b2086f0475d1bc8065032bfe27cbf424f6), [`2e5185b`](https://github.com/LedgerHQ/ledger-live/commit/2e5185b3dba497c956272068128e49db72e8af2a)]:
|
|
2212
|
-
- @ledgerhq/live-env@2.0.0
|
|
2213
|
-
- @ledgerhq/errors@6.16.3
|
|
2214
|
-
- @ledgerhq/cryptoassets@12.0.0
|
|
2215
|
-
- @ledgerhq/coin-framework@0.11.3
|
|
2216
|
-
- @ledgerhq/evm-tools@1.0.17
|
|
2217
|
-
- @ledgerhq/live-network@1.2.0
|
|
2218
|
-
- @ledgerhq/domain-service@1.1.19
|
|
2219
|
-
- @ledgerhq/devices@8.2.2
|
|
2220
|
-
|
|
2221
|
-
## 1.0.0-next.1
|
|
2222
|
-
|
|
2223
|
-
### Patch Changes
|
|
2224
|
-
|
|
2225
|
-
- [#6375](https://github.com/LedgerHQ/ledger-live/pull/6375) [`09128f3`](https://github.com/LedgerHQ/ledger-live/commit/09128f3fd41285199122115324964d83befe9237) Thanks [@CremaFR](https://github.com/CremaFR)! - Allow additional fees when using maxButton
|
|
2226
|
-
|
|
2227
|
-
## 1.0.0-next.0
|
|
2228
|
-
|
|
2229
|
-
### Major Changes
|
|
2230
|
-
|
|
2231
|
-
- [#6195](https://github.com/LedgerHQ/ledger-live/pull/6195) [`dfac39b`](https://github.com/LedgerHQ/ledger-live/commit/dfac39b2086f0475d1bc8065032bfe27cbf424f6) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Deprecating Arbitrum goerli & Base goerli
|
|
2232
|
-
|
|
2233
|
-
### Minor Changes
|
|
2234
|
-
|
|
2235
|
-
- [#6179](https://github.com/LedgerHQ/ledger-live/pull/6179) [`25fe5c4`](https://github.com/LedgerHQ/ledger-live/commit/25fe5c48d44d3d1b11e35b81bb4bf31d30fa1268) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update `DEFAULT_NONCE` (-1) behaviour when converting a Ledger Live transaction to an `ethers` transaction, because using an invalid nonce (like a negative value here) will make `ethers` throw with some of its methods, like `serializeTransaction`
|
|
2236
|
-
|
|
2237
|
-
- [#6196](https://github.com/LedgerHQ/ledger-live/pull/6196) [`255476b`](https://github.com/LedgerHQ/ledger-live/commit/255476bd65b15971eb523807fe9795c84882f198) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add suppport of `blacklistedTokenIds` to coin-evm synchronization
|
|
2238
|
-
|
|
2239
|
-
- [#6195](https://github.com/LedgerHQ/ledger-live/pull/6195) [`dfac39b`](https://github.com/LedgerHQ/ledger-live/commit/dfac39b2086f0475d1bc8065032bfe27cbf424f6) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add support for Base Sepolia & Arbitrum Sepolia
|
|
2240
|
-
|
|
2241
|
-
### Patch Changes
|
|
2242
|
-
|
|
2243
|
-
- [#6041](https://github.com/LedgerHQ/ledger-live/pull/6041) [`9c83695`](https://github.com/LedgerHQ/ledger-live/commit/9c8369580b91d82021d4ec28ad7a49dc4ba42e4f) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Remove unnecessary logs
|
|
2244
|
-
|
|
2245
|
-
- [#5682](https://github.com/LedgerHQ/ledger-live/pull/5682) [`4744c31`](https://github.com/LedgerHQ/ledger-live/commit/4744c3136021f1f47ad1617f2c84f47ac0647370) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Make `hw-app-eth` a devDep by relying on `clearSignTransaction` instead of importing the `ledgerService`
|
|
2246
|
-
|
|
2247
|
-
- [#5682](https://github.com/LedgerHQ/ledger-live/pull/5682) [`4744c31`](https://github.com/LedgerHQ/ledger-live/commit/4744c3136021f1f47ad1617f2c84f47ac0647370) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add documentation
|
|
2248
|
-
|
|
2249
|
-
- [#5682](https://github.com/LedgerHQ/ledger-live/pull/5682) [`4744c31`](https://github.com/LedgerHQ/ledger-live/commit/4744c3136021f1f47ad1617f2c84f47ac0647370) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Move clear signed selectors to evm-tools lib
|
|
2250
|
-
|
|
2251
|
-
- [#5682](https://github.com/LedgerHQ/ledger-live/pull/5682) [`4744c31`](https://github.com/LedgerHQ/ledger-live/commit/4744c3136021f1f47ad1617f2c84f47ac0647370) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update `NotEnoughBalance` error for token transactions
|
|
2252
|
-
|
|
2253
|
-
- Updated dependencies [[`4744c31`](https://github.com/LedgerHQ/ledger-live/commit/4744c3136021f1f47ad1617f2c84f47ac0647370), [`0dd1546`](https://github.com/LedgerHQ/ledger-live/commit/0dd15467070cbf7fcbb9d9055a4535f6a25b2ad0), [`f456d69`](https://github.com/LedgerHQ/ledger-live/commit/f456d69a2f64b6a217d3c1d9c6a531f31c2817a8), [`4715e4c`](https://github.com/LedgerHQ/ledger-live/commit/4715e4c411fa2396330ebcb810aeb6bfc9892e88), [`9c83695`](https://github.com/LedgerHQ/ledger-live/commit/9c8369580b91d82021d4ec28ad7a49dc4ba42e4f), [`74ef384`](https://github.com/LedgerHQ/ledger-live/commit/74ef3840c17181fa779035f190f829e9537e1539), [`2fd465e`](https://github.com/LedgerHQ/ledger-live/commit/2fd465ee730b11594d231503cfb940b984fa2f5a), [`dfac39b`](https://github.com/LedgerHQ/ledger-live/commit/dfac39b2086f0475d1bc8065032bfe27cbf424f6), [`7fb3eb2`](https://github.com/LedgerHQ/ledger-live/commit/7fb3eb266acdca143c94d2fce74329809ebfbb79), [`4744c31`](https://github.com/LedgerHQ/ledger-live/commit/4744c3136021f1f47ad1617f2c84f47ac0647370), [`bd4ee6c`](https://github.com/LedgerHQ/ledger-live/commit/bd4ee6c938c27102c2d0529c2aab07ac000f7424), [`dfac39b`](https://github.com/LedgerHQ/ledger-live/commit/dfac39b2086f0475d1bc8065032bfe27cbf424f6), [`2e5185b`](https://github.com/LedgerHQ/ledger-live/commit/2e5185b3dba497c956272068128e49db72e8af2a)]:
|
|
2254
|
-
- @ledgerhq/live-env@2.0.0-next.0
|
|
2255
|
-
- @ledgerhq/errors@6.16.3-next.0
|
|
2256
|
-
- @ledgerhq/cryptoassets@12.0.0-next.0
|
|
2257
|
-
- @ledgerhq/coin-framework@0.11.3-next.0
|
|
2258
|
-
- @ledgerhq/evm-tools@1.0.17-next.0
|
|
2259
|
-
- @ledgerhq/live-network@1.2.0-next.0
|
|
2260
|
-
- @ledgerhq/domain-service@1.1.19-next.0
|
|
2261
|
-
- @ledgerhq/devices@8.2.2-next.0
|
|
2262
|
-
|
|
2263
|
-
## 0.12.3
|
|
2264
|
-
|
|
2265
|
-
### Patch Changes
|
|
2266
|
-
|
|
2267
|
-
- Updated dependencies [[`884cfd6`](https://github.com/LedgerHQ/ledger-live/commit/884cfd64a1440d393fb983dfe361be9c78f3b81c), [`3e28615`](https://github.com/LedgerHQ/ledger-live/commit/3e28615a8d5edbec3eff1e93207bf0e9d017666a)]:
|
|
2268
|
-
- @ledgerhq/cryptoassets@11.4.1
|
|
2269
|
-
- @ledgerhq/live-env@1.0.1
|
|
2270
|
-
- @ledgerhq/coin-framework@0.11.2
|
|
2271
|
-
- @ledgerhq/evm-tools@1.0.16
|
|
2272
|
-
- @ledgerhq/live-network@1.1.13
|
|
2273
|
-
|
|
2274
|
-
## 0.12.3-hotfix.1
|
|
2275
|
-
|
|
2276
|
-
### Patch Changes
|
|
2277
|
-
|
|
2278
|
-
- Updated dependencies [[`884cfd6`](https://github.com/LedgerHQ/ledger-live/commit/884cfd64a1440d393fb983dfe361be9c78f3b81c)]:
|
|
2279
|
-
- @ledgerhq/cryptoassets@11.4.1-hotfix.0
|
|
2280
|
-
- @ledgerhq/coin-framework@0.11.2-hotfix.1
|
|
2281
|
-
- @ledgerhq/evm-tools@1.0.16-hotfix.1
|
|
2282
|
-
|
|
2283
|
-
## 0.12.3-hotfix.0
|
|
2284
|
-
|
|
2285
|
-
### Patch Changes
|
|
2286
|
-
|
|
2287
|
-
- Updated dependencies [[`3e28615`](https://github.com/LedgerHQ/ledger-live/commit/3e28615a8d5edbec3eff1e93207bf0e9d017666a)]:
|
|
2288
|
-
- @ledgerhq/live-env@1.0.1-hotfix.0
|
|
2289
|
-
- @ledgerhq/coin-framework@0.11.2-hotfix.0
|
|
2290
|
-
- @ledgerhq/evm-tools@1.0.16-hotfix.0
|
|
2291
|
-
- @ledgerhq/live-network@1.1.13-hotfix.0
|
|
2292
|
-
|
|
2293
|
-
## 0.12.2
|
|
2294
|
-
|
|
2295
|
-
### Patch Changes
|
|
2296
|
-
|
|
2297
|
-
- [#6165](https://github.com/LedgerHQ/ledger-live/pull/6165) [`8d99b81`](https://github.com/LedgerHQ/ledger-live/commit/8d99b81feaf5e8d46e0c26f34bc70b709a7e3c14) Thanks [@live-github-bot](https://github.com/apps/live-github-bot)! - Remove unnecessary logs
|
|
2298
|
-
|
|
2299
|
-
- [#6165](https://github.com/LedgerHQ/ledger-live/pull/6165) [`c18a0cf`](https://github.com/LedgerHQ/ledger-live/commit/c18a0cfdce5d1e44faf8d8bd5659ebdae38533fa) Thanks [@live-github-bot](https://github.com/apps/live-github-bot)! - Make `hw-app-eth` a devDep by relying on `clearSignTransaction` instead of importing the `ledgerService`
|
|
2300
|
-
|
|
2301
|
-
- [#6165](https://github.com/LedgerHQ/ledger-live/pull/6165) [`c18a0cf`](https://github.com/LedgerHQ/ledger-live/commit/c18a0cfdce5d1e44faf8d8bd5659ebdae38533fa) Thanks [@live-github-bot](https://github.com/apps/live-github-bot)! - Add documentation
|
|
2302
|
-
|
|
2303
|
-
- [#6165](https://github.com/LedgerHQ/ledger-live/pull/6165) [`c18a0cf`](https://github.com/LedgerHQ/ledger-live/commit/c18a0cfdce5d1e44faf8d8bd5659ebdae38533fa) Thanks [@live-github-bot](https://github.com/apps/live-github-bot)! - Move clear signed selectors to evm-tools lib
|
|
2304
|
-
|
|
2305
|
-
- [#6165](https://github.com/LedgerHQ/ledger-live/pull/6165) [`c18a0cf`](https://github.com/LedgerHQ/ledger-live/commit/c18a0cfdce5d1e44faf8d8bd5659ebdae38533fa) Thanks [@live-github-bot](https://github.com/apps/live-github-bot)! - Update `NotEnoughBalance` error for token transactions
|
|
2306
|
-
|
|
2307
|
-
- Updated dependencies [[`c18a0cf`](https://github.com/LedgerHQ/ledger-live/commit/c18a0cfdce5d1e44faf8d8bd5659ebdae38533fa), [`ee88785`](https://github.com/LedgerHQ/ledger-live/commit/ee8878515671241ce1037362af5e8f7799b3673a), [`8d99b81`](https://github.com/LedgerHQ/ledger-live/commit/8d99b81feaf5e8d46e0c26f34bc70b709a7e3c14), [`628fa73`](https://github.com/LedgerHQ/ledger-live/commit/628fa732866a6018287ca7bc3d463acb3f5cd6b9), [`43eea9e`](https://github.com/LedgerHQ/ledger-live/commit/43eea9e8076f2c9d5aeb0f8a3b0738e97b3152c8), [`c18a0cf`](https://github.com/LedgerHQ/ledger-live/commit/c18a0cfdce5d1e44faf8d8bd5659ebdae38533fa), [`b444092`](https://github.com/LedgerHQ/ledger-live/commit/b444092040af249ae45e5ee18d75be420f9f26f8)]:
|
|
2308
|
-
- @ledgerhq/live-env@1.0.0
|
|
2309
|
-
- @ledgerhq/errors@6.16.2
|
|
2310
|
-
- @ledgerhq/coin-framework@0.11.1
|
|
2311
|
-
- @ledgerhq/evm-tools@1.0.15
|
|
2312
|
-
- @ledgerhq/domain-service@1.1.18
|
|
2313
|
-
- @ledgerhq/live-network@1.1.12
|
|
2314
|
-
- @ledgerhq/devices@8.2.1
|
|
2315
|
-
|
|
2316
|
-
## 0.12.2-next.0
|
|
2317
|
-
|
|
2318
|
-
### Patch Changes
|
|
2319
|
-
|
|
2320
|
-
- [#6041](https://github.com/LedgerHQ/ledger-live/pull/6041) [`9c83695`](https://github.com/LedgerHQ/ledger-live/commit/9c8369580b91d82021d4ec28ad7a49dc4ba42e4f) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Remove unnecessary logs
|
|
2321
|
-
|
|
2322
|
-
- [#5682](https://github.com/LedgerHQ/ledger-live/pull/5682) [`4744c31`](https://github.com/LedgerHQ/ledger-live/commit/4744c3136021f1f47ad1617f2c84f47ac0647370) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Make `hw-app-eth` a devDep by relying on `clearSignTransaction` instead of importing the `ledgerService`
|
|
2323
|
-
|
|
2324
|
-
- [#5682](https://github.com/LedgerHQ/ledger-live/pull/5682) [`4744c31`](https://github.com/LedgerHQ/ledger-live/commit/4744c3136021f1f47ad1617f2c84f47ac0647370) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add documentation
|
|
2325
|
-
|
|
2326
|
-
- [#5682](https://github.com/LedgerHQ/ledger-live/pull/5682) [`4744c31`](https://github.com/LedgerHQ/ledger-live/commit/4744c3136021f1f47ad1617f2c84f47ac0647370) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Move clear signed selectors to evm-tools lib
|
|
2327
|
-
|
|
2328
|
-
- [#5682](https://github.com/LedgerHQ/ledger-live/pull/5682) [`4744c31`](https://github.com/LedgerHQ/ledger-live/commit/4744c3136021f1f47ad1617f2c84f47ac0647370) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update `NotEnoughBalance` error for token transactions
|
|
2329
|
-
|
|
2330
|
-
- Updated dependencies [[`4744c31`](https://github.com/LedgerHQ/ledger-live/commit/4744c3136021f1f47ad1617f2c84f47ac0647370), [`f456d69`](https://github.com/LedgerHQ/ledger-live/commit/f456d69a2f64b6a217d3c1d9c6a531f31c2817a8), [`9c83695`](https://github.com/LedgerHQ/ledger-live/commit/9c8369580b91d82021d4ec28ad7a49dc4ba42e4f), [`74ef384`](https://github.com/LedgerHQ/ledger-live/commit/74ef3840c17181fa779035f190f829e9537e1539), [`2fd465e`](https://github.com/LedgerHQ/ledger-live/commit/2fd465ee730b11594d231503cfb940b984fa2f5a), [`4744c31`](https://github.com/LedgerHQ/ledger-live/commit/4744c3136021f1f47ad1617f2c84f47ac0647370), [`bd4ee6c`](https://github.com/LedgerHQ/ledger-live/commit/bd4ee6c938c27102c2d0529c2aab07ac000f7424)]:
|
|
2331
|
-
- @ledgerhq/live-env@1.0.0-next.0
|
|
2332
|
-
- @ledgerhq/errors@6.16.2-next.0
|
|
2333
|
-
- @ledgerhq/coin-framework@0.11.1-next.0
|
|
2334
|
-
- @ledgerhq/evm-tools@1.0.15-next.0
|
|
2335
|
-
- @ledgerhq/domain-service@1.1.18-next.0
|
|
2336
|
-
- @ledgerhq/live-network@1.1.12-next.0
|
|
2337
|
-
- @ledgerhq/devices@8.2.1-next.0
|
|
2338
|
-
|
|
2339
|
-
## 0.12.1
|
|
2340
|
-
|
|
2341
|
-
### Patch Changes
|
|
2342
|
-
|
|
2343
|
-
- Updated dependencies []:
|
|
2344
|
-
- @ledgerhq/hw-app-eth@6.35.4
|
|
2345
|
-
- @ledgerhq/coin-framework@0.11.0
|
|
2346
|
-
|
|
2347
|
-
## 0.12.1-next.0
|
|
2348
|
-
|
|
2349
|
-
### Patch Changes
|
|
2350
|
-
|
|
2351
|
-
- Updated dependencies []:
|
|
2352
|
-
- @ledgerhq/hw-app-eth@6.35.4-next.0
|
|
2353
|
-
- @ledgerhq/coin-framework@0.11.0
|
|
2354
|
-
|
|
2355
|
-
## 0.12.0
|
|
2356
|
-
|
|
2357
|
-
### Minor Changes
|
|
2358
|
-
|
|
2359
|
-
- [#5722](https://github.com/LedgerHQ/ledger-live/pull/5722) [`2358e87`](https://github.com/LedgerHQ/ledger-live/commit/2358e8748d9ae9398cfc05a0ec20a6b191fc7324) Thanks [@chabroA](https://github.com/chabroA)! - Add Ethereum Sepolia and Holesky
|
|
2360
|
-
|
|
2361
|
-
- [#5744](https://github.com/LedgerHQ/ledger-live/pull/5744) [`ed23f46`](https://github.com/LedgerHQ/ledger-live/commit/ed23f4680d4ed1020bf34ac05b064ff659a282f5) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add support for internal transactions in transactions' history
|
|
2362
|
-
|
|
2363
|
-
### Patch Changes
|
|
2364
|
-
|
|
2365
|
-
- [#5743](https://github.com/LedgerHQ/ledger-live/pull/5743) [`e494a2b`](https://github.com/LedgerHQ/ledger-live/commit/e494a2b984fb0406fe9225bb4eccde3d9585efe1) Thanks [@chabroA](https://github.com/chabroA)! - remove unreachable statement
|
|
2366
|
-
|
|
2367
|
-
- [#5780](https://github.com/LedgerHQ/ledger-live/pull/5780) [`2b627ae`](https://github.com/LedgerHQ/ledger-live/commit/2b627aebddef859b9cb62467353e7d868bfbc4f9) Thanks [@mle-gall](https://github.com/mle-gall)! - Parent Account Error on gas fees LLD
|
|
2368
|
-
|
|
2369
|
-
- [#5780](https://github.com/LedgerHQ/ledger-live/pull/5780) [`17d1f86`](https://github.com/LedgerHQ/ledger-live/commit/17d1f86022f0122ac85ca6489eb4698c7d9045fb) Thanks [@mle-gall](https://github.com/mle-gall)! - New LLM gas fees parent account error
|
|
2370
|
-
|
|
2371
|
-
- Updated dependencies [[`fc2cf04`](https://github.com/LedgerHQ/ledger-live/commit/fc2cf04c8d3cd55503ea19aeb21fd12ee55046f6), [`dd5d930`](https://github.com/LedgerHQ/ledger-live/commit/dd5d9308e0e3ef8ca78f879c15bc07313ef3c8c4), [`a4a72da`](https://github.com/LedgerHQ/ledger-live/commit/a4a72da33ddfefd5ba69ac4d9ecb33d7775583f1), [`acc0605`](https://github.com/LedgerHQ/ledger-live/commit/acc06050b622f8d4265be9f962c6c83b1fbaefd5), [`2358e87`](https://github.com/LedgerHQ/ledger-live/commit/2358e8748d9ae9398cfc05a0ec20a6b191fc7324), [`65772fb`](https://github.com/LedgerHQ/ledger-live/commit/65772fbcc1e6887d60ca585147123d356914ba56), [`69bbdce`](https://github.com/LedgerHQ/ledger-live/commit/69bbdce5c88d69248cbddb94ac4627334c1df626), [`b74faea`](https://github.com/LedgerHQ/ledger-live/commit/b74faea05f856860a253c5b94a9333810a3446ca), [`0375de1`](https://github.com/LedgerHQ/ledger-live/commit/0375de19ca909b0b013992c114b0fa2ead2a08f3)]:
|
|
2372
|
-
- @ledgerhq/cryptoassets@11.4.0
|
|
2373
|
-
- @ledgerhq/live-network@1.1.11
|
|
2374
|
-
- @ledgerhq/types-live@6.44.0
|
|
2375
|
-
- @ledgerhq/coin-framework@0.11.0
|
|
2376
|
-
- @ledgerhq/types-cryptoassets@7.9.0
|
|
2377
|
-
- @ledgerhq/live-env@0.9.0
|
|
2378
|
-
- @ledgerhq/evm-tools@1.0.14
|
|
2379
|
-
- @ledgerhq/hw-app-eth@6.35.3
|
|
2380
|
-
- @ledgerhq/domain-service@1.1.17
|
|
2381
|
-
|
|
2382
|
-
## 0.12.0-next.0
|
|
2383
|
-
|
|
2384
|
-
### Minor Changes
|
|
2385
|
-
|
|
2386
|
-
- [#5722](https://github.com/LedgerHQ/ledger-live/pull/5722) [`2358e87`](https://github.com/LedgerHQ/ledger-live/commit/2358e8748d9ae9398cfc05a0ec20a6b191fc7324) Thanks [@chabroA](https://github.com/chabroA)! - Add Ethereum Sepolia and Holesky
|
|
2387
|
-
|
|
2388
|
-
- [#5744](https://github.com/LedgerHQ/ledger-live/pull/5744) [`ed23f46`](https://github.com/LedgerHQ/ledger-live/commit/ed23f4680d4ed1020bf34ac05b064ff659a282f5) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add support for internal transactions in transactions' history
|
|
2389
|
-
|
|
2390
|
-
### Patch Changes
|
|
2391
|
-
|
|
2392
|
-
- [#5743](https://github.com/LedgerHQ/ledger-live/pull/5743) [`e494a2b`](https://github.com/LedgerHQ/ledger-live/commit/e494a2b984fb0406fe9225bb4eccde3d9585efe1) Thanks [@chabroA](https://github.com/chabroA)! - remove unreachable statement
|
|
2393
|
-
|
|
2394
|
-
- [#5780](https://github.com/LedgerHQ/ledger-live/pull/5780) [`2b627ae`](https://github.com/LedgerHQ/ledger-live/commit/2b627aebddef859b9cb62467353e7d868bfbc4f9) Thanks [@mle-gall](https://github.com/mle-gall)! - Parent Account Error on gas fees LLD
|
|
2395
|
-
|
|
2396
|
-
- [#5780](https://github.com/LedgerHQ/ledger-live/pull/5780) [`17d1f86`](https://github.com/LedgerHQ/ledger-live/commit/17d1f86022f0122ac85ca6489eb4698c7d9045fb) Thanks [@mle-gall](https://github.com/mle-gall)! - New LLM gas fees parent account error
|
|
2397
|
-
|
|
2398
|
-
- Updated dependencies [[`fc2cf04`](https://github.com/LedgerHQ/ledger-live/commit/fc2cf04c8d3cd55503ea19aeb21fd12ee55046f6), [`dd5d930`](https://github.com/LedgerHQ/ledger-live/commit/dd5d9308e0e3ef8ca78f879c15bc07313ef3c8c4), [`a4a72da`](https://github.com/LedgerHQ/ledger-live/commit/a4a72da33ddfefd5ba69ac4d9ecb33d7775583f1), [`acc0605`](https://github.com/LedgerHQ/ledger-live/commit/acc06050b622f8d4265be9f962c6c83b1fbaefd5), [`2358e87`](https://github.com/LedgerHQ/ledger-live/commit/2358e8748d9ae9398cfc05a0ec20a6b191fc7324), [`65772fb`](https://github.com/LedgerHQ/ledger-live/commit/65772fbcc1e6887d60ca585147123d356914ba56), [`69bbdce`](https://github.com/LedgerHQ/ledger-live/commit/69bbdce5c88d69248cbddb94ac4627334c1df626), [`b74faea`](https://github.com/LedgerHQ/ledger-live/commit/b74faea05f856860a253c5b94a9333810a3446ca), [`0375de1`](https://github.com/LedgerHQ/ledger-live/commit/0375de19ca909b0b013992c114b0fa2ead2a08f3)]:
|
|
2399
|
-
- @ledgerhq/cryptoassets@11.4.0-next.0
|
|
2400
|
-
- @ledgerhq/live-network@1.1.11-next.0
|
|
2401
|
-
- @ledgerhq/types-live@6.44.0-next.0
|
|
2402
|
-
- @ledgerhq/coin-framework@0.11.0-next.0
|
|
2403
|
-
- @ledgerhq/types-cryptoassets@7.9.0-next.0
|
|
2404
|
-
- @ledgerhq/live-env@0.9.0-next.0
|
|
2405
|
-
- @ledgerhq/evm-tools@1.0.14-next.0
|
|
2406
|
-
- @ledgerhq/hw-app-eth@6.35.3-next.0
|
|
2407
|
-
- @ledgerhq/domain-service@1.1.17-next.0
|
|
2408
|
-
|
|
2409
|
-
## 0.11.2
|
|
2410
|
-
|
|
2411
|
-
### Patch Changes
|
|
2412
|
-
|
|
2413
|
-
- Updated dependencies [[`d49f444`](https://github.com/LedgerHQ/ledger-live/commit/d49f44417fd175affe71da589c0ca380e88fbb35)]:
|
|
2414
|
-
- @ledgerhq/cryptoassets@11.3.1
|
|
2415
|
-
- @ledgerhq/coin-framework@0.10.1
|
|
2416
|
-
- @ledgerhq/evm-tools@1.0.13
|
|
2417
|
-
- @ledgerhq/hw-app-eth@6.35.2
|
|
2418
|
-
|
|
2419
|
-
## 0.11.2-next.0
|
|
2420
|
-
|
|
2421
|
-
### Patch Changes
|
|
2422
|
-
|
|
2423
|
-
- Updated dependencies [[`d49f444`](https://github.com/LedgerHQ/ledger-live/commit/d49f44417fd175affe71da589c0ca380e88fbb35)]:
|
|
2424
|
-
- @ledgerhq/cryptoassets@11.3.1-next.0
|
|
2425
|
-
- @ledgerhq/coin-framework@0.10.1-next.0
|
|
2426
|
-
- @ledgerhq/evm-tools@1.0.13-next.0
|
|
2427
|
-
- @ledgerhq/hw-app-eth@6.35.2-next.0
|
|
2428
|
-
|
|
2429
|
-
## 0.11.1
|
|
2430
|
-
|
|
2431
|
-
### Patch Changes
|
|
2432
|
-
|
|
2433
|
-
- [#5709](https://github.com/LedgerHQ/ledger-live/pull/5709) [`0fb6cb3`](https://github.com/LedgerHQ/ledger-live/commit/0fb6cb3cb0085b71dfadfd3a92602511cb7e9928) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Fix improper filtering for logging of invalid dates
|
|
2434
|
-
|
|
2435
|
-
- [#5546](https://github.com/LedgerHQ/ledger-live/pull/5546) [`6dc1007`](https://github.com/LedgerHQ/ledger-live/commit/6dc100774010ad674001d04b531239f5adfdce7b) Thanks [@lvndry](https://github.com/lvndry)! - safeEncode senders and recipient addresses
|
|
2436
|
-
|
|
2437
|
-
- [#5524](https://github.com/LedgerHQ/ledger-live/pull/5524) [`be22d72`](https://github.com/LedgerHQ/ledger-live/commit/be22d724cf5499fe4958bfb3b5f763ffaf0d0446) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Addings logs to detect date issue resulting with a RangeError
|
|
2438
|
-
|
|
2439
|
-
- Updated dependencies [[`1cb527b`](https://github.com/LedgerHQ/ledger-live/commit/1cb527b9a0b03f23a921a446c64f71ab5c9e9013), [`b7d58b4`](https://github.com/LedgerHQ/ledger-live/commit/b7d58b4cf3aa041b7b794d9af6f0b89bbc0df633), [`44ee889`](https://github.com/LedgerHQ/ledger-live/commit/44ee88944571c73afb105349f5f28b82e8be262d), [`13d9cbe`](https://github.com/LedgerHQ/ledger-live/commit/13d9cbe9a4afbf3ccd532a33e4ada3685d9d646a), [`618307f`](https://github.com/LedgerHQ/ledger-live/commit/618307f92899af07f4c8ad97c67df483492e3d9d), [`0f5292a`](https://github.com/LedgerHQ/ledger-live/commit/0f5292af8feaa517f36ec35155d813b17c4f66e9), [`52a3732`](https://github.com/LedgerHQ/ledger-live/commit/52a373273dee3b2cb5a3e8d2d4b05f90616d71a2), [`4d1aade`](https://github.com/LedgerHQ/ledger-live/commit/4d1aade53cd33f8e7548ce340f54fbb834bdcdcb), [`eb5ac4d`](https://github.com/LedgerHQ/ledger-live/commit/eb5ac4dca430654f5f86854025fddddab4261a29), [`c8172ab`](https://github.com/LedgerHQ/ledger-live/commit/c8172abc5c052a753b93be8b6c9cfd88ce0dd64a), [`5d03bf5`](https://github.com/LedgerHQ/ledger-live/commit/5d03bf514fcf7aea91dc8beae0cd503ed6b4ab3c), [`9d35080`](https://github.com/LedgerHQ/ledger-live/commit/9d35080944a6a63c78f54a545734f4cf3cbded63), [`3adea7a`](https://github.com/LedgerHQ/ledger-live/commit/3adea7a7ad66080b5e6e4407071a976644158d04), [`2edfa53`](https://github.com/LedgerHQ/ledger-live/commit/2edfa533bccafbfd8a61aea0f5422c0db79825ea), [`be22d72`](https://github.com/LedgerHQ/ledger-live/commit/be22d724cf5499fe4958bfb3b5f763ffaf0d0446), [`52a3732`](https://github.com/LedgerHQ/ledger-live/commit/52a373273dee3b2cb5a3e8d2d4b05f90616d71a2), [`6dea540`](https://github.com/LedgerHQ/ledger-live/commit/6dea54057f67162a1f556661afae16e0422f7ac3), [`e70e345`](https://github.com/LedgerHQ/ledger-live/commit/e70e345bd21d4f5c82fbedfd4447aec0e866be5a)]:
|
|
2440
|
-
- @ledgerhq/types-live@6.43.1
|
|
2441
|
-
- @ledgerhq/cryptoassets@11.3.0
|
|
2442
|
-
- @ledgerhq/coin-framework@0.10.0
|
|
2443
|
-
- @ledgerhq/live-env@0.8.0
|
|
2444
|
-
- @ledgerhq/errors@6.16.1
|
|
2445
|
-
- @ledgerhq/devices@8.2.0
|
|
2446
|
-
- @ledgerhq/domain-service@1.1.16
|
|
2447
|
-
- @ledgerhq/evm-tools@1.0.12
|
|
2448
|
-
- @ledgerhq/hw-app-eth@6.35.1
|
|
2449
|
-
- @ledgerhq/live-network@1.1.10
|
|
2450
|
-
|
|
2451
|
-
## 0.11.1-next.1
|
|
2452
|
-
|
|
2453
|
-
### Patch Changes
|
|
2454
|
-
|
|
2455
|
-
- [#5709](https://github.com/LedgerHQ/ledger-live/pull/5709) [`0fb6cb3`](https://github.com/LedgerHQ/ledger-live/commit/0fb6cb3cb0085b71dfadfd3a92602511cb7e9928) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Fix improper filtering for logging of invalid dates
|
|
2456
|
-
|
|
2457
|
-
## 0.11.1-next.0
|
|
2458
|
-
|
|
2459
|
-
### Patch Changes
|
|
2460
|
-
|
|
2461
|
-
- [#5546](https://github.com/LedgerHQ/ledger-live/pull/5546) [`6dc1007`](https://github.com/LedgerHQ/ledger-live/commit/6dc100774010ad674001d04b531239f5adfdce7b) Thanks [@lvndry](https://github.com/lvndry)! - safeEncode senders and recipient addresses
|
|
2462
|
-
|
|
2463
|
-
- [#5524](https://github.com/LedgerHQ/ledger-live/pull/5524) [`be22d72`](https://github.com/LedgerHQ/ledger-live/commit/be22d724cf5499fe4958bfb3b5f763ffaf0d0446) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Addings logs to detect date issue resulting with a RangeError
|
|
2464
|
-
|
|
2465
|
-
- Updated dependencies [[`1cb527b`](https://github.com/LedgerHQ/ledger-live/commit/1cb527b9a0b03f23a921a446c64f71ab5c9e9013), [`b7d58b4`](https://github.com/LedgerHQ/ledger-live/commit/b7d58b4cf3aa041b7b794d9af6f0b89bbc0df633), [`44ee889`](https://github.com/LedgerHQ/ledger-live/commit/44ee88944571c73afb105349f5f28b82e8be262d), [`13d9cbe`](https://github.com/LedgerHQ/ledger-live/commit/13d9cbe9a4afbf3ccd532a33e4ada3685d9d646a), [`618307f`](https://github.com/LedgerHQ/ledger-live/commit/618307f92899af07f4c8ad97c67df483492e3d9d), [`0f5292a`](https://github.com/LedgerHQ/ledger-live/commit/0f5292af8feaa517f36ec35155d813b17c4f66e9), [`52a3732`](https://github.com/LedgerHQ/ledger-live/commit/52a373273dee3b2cb5a3e8d2d4b05f90616d71a2), [`4d1aade`](https://github.com/LedgerHQ/ledger-live/commit/4d1aade53cd33f8e7548ce340f54fbb834bdcdcb), [`eb5ac4d`](https://github.com/LedgerHQ/ledger-live/commit/eb5ac4dca430654f5f86854025fddddab4261a29), [`c8172ab`](https://github.com/LedgerHQ/ledger-live/commit/c8172abc5c052a753b93be8b6c9cfd88ce0dd64a), [`5d03bf5`](https://github.com/LedgerHQ/ledger-live/commit/5d03bf514fcf7aea91dc8beae0cd503ed6b4ab3c), [`9d35080`](https://github.com/LedgerHQ/ledger-live/commit/9d35080944a6a63c78f54a545734f4cf3cbded63), [`3adea7a`](https://github.com/LedgerHQ/ledger-live/commit/3adea7a7ad66080b5e6e4407071a976644158d04), [`2edfa53`](https://github.com/LedgerHQ/ledger-live/commit/2edfa533bccafbfd8a61aea0f5422c0db79825ea), [`be22d72`](https://github.com/LedgerHQ/ledger-live/commit/be22d724cf5499fe4958bfb3b5f763ffaf0d0446), [`52a3732`](https://github.com/LedgerHQ/ledger-live/commit/52a373273dee3b2cb5a3e8d2d4b05f90616d71a2), [`6dea540`](https://github.com/LedgerHQ/ledger-live/commit/6dea54057f67162a1f556661afae16e0422f7ac3), [`e70e345`](https://github.com/LedgerHQ/ledger-live/commit/e70e345bd21d4f5c82fbedfd4447aec0e866be5a)]:
|
|
2466
|
-
- @ledgerhq/types-live@6.43.1-next.0
|
|
2467
|
-
- @ledgerhq/cryptoassets@11.3.0-next.0
|
|
2468
|
-
- @ledgerhq/coin-framework@0.10.0-next.0
|
|
2469
|
-
- @ledgerhq/live-env@0.8.0-next.0
|
|
2470
|
-
- @ledgerhq/errors@6.16.1-next.0
|
|
2471
|
-
- @ledgerhq/devices@8.2.0-next.0
|
|
2472
|
-
- @ledgerhq/domain-service@1.1.16-next.0
|
|
2473
|
-
- @ledgerhq/evm-tools@1.0.12-next.0
|
|
2474
|
-
- @ledgerhq/hw-app-eth@6.35.1-next.0
|
|
2475
|
-
- @ledgerhq/live-network@1.1.10-next.0
|
|
2476
|
-
|
|
2477
|
-
## 0.11.0
|
|
2478
|
-
|
|
2479
|
-
### Minor Changes
|
|
2480
|
-
|
|
2481
|
-
- [#4886](https://github.com/LedgerHQ/ledger-live/pull/4886) [`771c9d3c1d`](https://github.com/LedgerHQ/ledger-live/commit/771c9d3c1d138ddd68da2e4f9738e2c41ecaf81b) Thanks [@chabroA](https://github.com/chabroA)! - Add speedup / cancel tx feature for evm
|
|
2482
|
-
|
|
2483
|
-
### Patch Changes
|
|
2484
|
-
|
|
2485
|
-
- [#5364](https://github.com/LedgerHQ/ledger-live/pull/5364) [`743e1ede3e`](https://github.com/LedgerHQ/ledger-live/commit/743e1ede3eebf806e1e22c8627191b419870a476) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Updating the hashing algorithm from SHA256 to MurmurHashV3 for the `getSyncHash` method in order to drastically increase performances on a React Native environment.
|
|
2486
|
-
|
|
2487
|
-
- [#4886](https://github.com/LedgerHQ/ledger-live/pull/4886) [`771c9d3c1d`](https://github.com/LedgerHQ/ledger-live/commit/771c9d3c1d138ddd68da2e4f9738e2c41ecaf81b) Thanks [@chabroA](https://github.com/chabroA)! - Fix wrong usage of explorer block endpoint in coin evm
|
|
2488
|
-
|
|
2489
|
-
- [#4987](https://github.com/LedgerHQ/ledger-live/pull/4987) [`e63205b850`](https://github.com/LedgerHQ/ledger-live/commit/e63205b85071538ed2431157a12818d7a8f0ffa9) Thanks [@kallen-ledger](https://github.com/kallen-ledger)! - add 10s timeout to estimate gas
|
|
2490
|
-
|
|
2491
|
-
- Updated dependencies [[`48487abd29`](https://github.com/LedgerHQ/ledger-live/commit/48487abd297e41629c6725bc0ac9d69bfeaa74d3), [`08dde174fd`](https://github.com/LedgerHQ/ledger-live/commit/08dde174fdeaadbce85dcd914383839f788f21dd), [`771c9d3c1d`](https://github.com/LedgerHQ/ledger-live/commit/771c9d3c1d138ddd68da2e4f9738e2c41ecaf81b), [`c5981ae341`](https://github.com/LedgerHQ/ledger-live/commit/c5981ae3411abc4c8594adf2efcb52aacddac143), [`317685e696`](https://github.com/LedgerHQ/ledger-live/commit/317685e69678e6fe1f489f0c071e7613d329d389), [`a4299c5d62`](https://github.com/LedgerHQ/ledger-live/commit/a4299c5d629cd56e6e6795adaa14978ae2b90f42), [`b4e7201b0b`](https://github.com/LedgerHQ/ledger-live/commit/b4e7201b0b70d146de7d936ff2c9e9e443164243), [`e63205b850`](https://github.com/LedgerHQ/ledger-live/commit/e63205b85071538ed2431157a12818d7a8f0ffa9), [`5964e30bed`](https://github.com/LedgerHQ/ledger-live/commit/5964e30bed11d64a3b7401c6ab51ffc1ad4c427c), [`4a283060bf`](https://github.com/LedgerHQ/ledger-live/commit/4a283060bf2e837d73c6c1cb5d89f890a4e4b931)]:
|
|
2492
|
-
- @ledgerhq/types-live@6.43.0
|
|
2493
|
-
- @ledgerhq/types-cryptoassets@7.8.0
|
|
2494
|
-
- @ledgerhq/cryptoassets@11.2.0
|
|
2495
|
-
- @ledgerhq/errors@6.16.0
|
|
2496
|
-
- @ledgerhq/coin-framework@0.9.0
|
|
2497
|
-
- @ledgerhq/live-env@0.7.0
|
|
2498
|
-
- @ledgerhq/hw-app-eth@6.35.0
|
|
2499
|
-
- @ledgerhq/devices@8.1.0
|
|
2500
|
-
- @ledgerhq/logs@6.12.0
|
|
2501
|
-
- @ledgerhq/domain-service@1.1.15
|
|
2502
|
-
- @ledgerhq/evm-tools@1.0.11
|
|
2503
|
-
- @ledgerhq/live-network@1.1.9
|
|
2504
|
-
- @ledgerhq/live-promise@0.0.3
|
|
2505
|
-
|
|
2506
|
-
## 0.11.0-next.1
|
|
2507
|
-
|
|
2508
|
-
### Patch Changes
|
|
2509
|
-
|
|
2510
|
-
- Updated dependencies [[`4a283060bf`](https://github.com/LedgerHQ/ledger-live/commit/4a283060bf2e837d73c6c1cb5d89f890a4e4b931)]:
|
|
2511
|
-
- @ledgerhq/cryptoassets@11.2.0-next.1
|
|
2512
|
-
- @ledgerhq/coin-framework@0.9.0-next.1
|
|
2513
|
-
- @ledgerhq/evm-tools@1.0.11-next.1
|
|
2514
|
-
- @ledgerhq/hw-app-eth@6.35.0-next.1
|
|
2515
|
-
|
|
2516
|
-
## 0.11.0-next.0
|
|
2517
|
-
|
|
2518
|
-
### Minor Changes
|
|
2519
|
-
|
|
2520
|
-
- [#4886](https://github.com/LedgerHQ/ledger-live/pull/4886) [`771c9d3c1d`](https://github.com/LedgerHQ/ledger-live/commit/771c9d3c1d138ddd68da2e4f9738e2c41ecaf81b) Thanks [@chabroA](https://github.com/chabroA)! - Add speedup / cancel tx feature for evm
|
|
2521
|
-
|
|
2522
|
-
### Patch Changes
|
|
2523
|
-
|
|
2524
|
-
- [#5364](https://github.com/LedgerHQ/ledger-live/pull/5364) [`743e1ede3e`](https://github.com/LedgerHQ/ledger-live/commit/743e1ede3eebf806e1e22c8627191b419870a476) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Updating the hashing algorithm from SHA256 to MurmurHashV3 for the `getSyncHash` method in order to drastically increase performances on a React Native environment.
|
|
2525
|
-
|
|
2526
|
-
- [#4886](https://github.com/LedgerHQ/ledger-live/pull/4886) [`771c9d3c1d`](https://github.com/LedgerHQ/ledger-live/commit/771c9d3c1d138ddd68da2e4f9738e2c41ecaf81b) Thanks [@chabroA](https://github.com/chabroA)! - Fix wrong usage of explorer block endpoint in coin evm
|
|
2527
|
-
|
|
2528
|
-
- [#4987](https://github.com/LedgerHQ/ledger-live/pull/4987) [`e63205b850`](https://github.com/LedgerHQ/ledger-live/commit/e63205b85071538ed2431157a12818d7a8f0ffa9) Thanks [@kallen-ledger](https://github.com/kallen-ledger)! - add 10s timeout to estimate gas
|
|
2529
|
-
|
|
2530
|
-
- Updated dependencies [[`48487abd29`](https://github.com/LedgerHQ/ledger-live/commit/48487abd297e41629c6725bc0ac9d69bfeaa74d3), [`08dde174fd`](https://github.com/LedgerHQ/ledger-live/commit/08dde174fdeaadbce85dcd914383839f788f21dd), [`771c9d3c1d`](https://github.com/LedgerHQ/ledger-live/commit/771c9d3c1d138ddd68da2e4f9738e2c41ecaf81b), [`c5981ae341`](https://github.com/LedgerHQ/ledger-live/commit/c5981ae3411abc4c8594adf2efcb52aacddac143), [`317685e696`](https://github.com/LedgerHQ/ledger-live/commit/317685e69678e6fe1f489f0c071e7613d329d389), [`a4299c5d62`](https://github.com/LedgerHQ/ledger-live/commit/a4299c5d629cd56e6e6795adaa14978ae2b90f42), [`b4e7201b0b`](https://github.com/LedgerHQ/ledger-live/commit/b4e7201b0b70d146de7d936ff2c9e9e443164243), [`e63205b850`](https://github.com/LedgerHQ/ledger-live/commit/e63205b85071538ed2431157a12818d7a8f0ffa9), [`5964e30bed`](https://github.com/LedgerHQ/ledger-live/commit/5964e30bed11d64a3b7401c6ab51ffc1ad4c427c)]:
|
|
2531
|
-
- @ledgerhq/types-live@6.43.0-next.0
|
|
2532
|
-
- @ledgerhq/types-cryptoassets@7.8.0-next.0
|
|
2533
|
-
- @ledgerhq/cryptoassets@11.2.0-next.0
|
|
2534
|
-
- @ledgerhq/errors@6.16.0-next.0
|
|
2535
|
-
- @ledgerhq/coin-framework@0.9.0-next.0
|
|
2536
|
-
- @ledgerhq/live-env@0.7.0-next.0
|
|
2537
|
-
- @ledgerhq/hw-app-eth@6.35.0-next.0
|
|
2538
|
-
- @ledgerhq/devices@8.1.0-next.0
|
|
2539
|
-
- @ledgerhq/logs@6.12.0-next.0
|
|
2540
|
-
- @ledgerhq/domain-service@1.1.15-next.0
|
|
2541
|
-
- @ledgerhq/evm-tools@1.0.11-next.0
|
|
2542
|
-
- @ledgerhq/live-network@1.1.9-next.0
|
|
2543
|
-
- @ledgerhq/live-promise@0.0.3-next.0
|
|
2544
|
-
|
|
2545
|
-
## 0.10.0
|
|
2546
|
-
|
|
2547
|
-
### Minor Changes
|
|
2548
|
-
|
|
2549
|
-
- [#5173](https://github.com/LedgerHQ/ledger-live/pull/5173) [`17ba334e47`](https://github.com/LedgerHQ/ledger-live/commit/17ba334e47b901e34fbb083396aa3f9952e5233e) Thanks [@chabroA](https://github.com/chabroA)! - Add neon_evm support
|
|
2550
|
-
|
|
2551
|
-
### Patch Changes
|
|
2552
|
-
|
|
2553
|
-
- [#4856](https://github.com/LedgerHQ/ledger-live/pull/4856) [`173d7d6d22`](https://github.com/LedgerHQ/ledger-live/commit/173d7d6d224bcf1cecf364062b6571f52792e371) Thanks [@chabroA](https://github.com/chabroA)! - return error when tx from tokenAccount has no amount
|
|
2554
|
-
|
|
2555
|
-
- [#5088](https://github.com/LedgerHQ/ledger-live/pull/5088) [`2fc6d1efa0`](https://github.com/LedgerHQ/ledger-live/commit/2fc6d1efa0233a90b0fa273782cff1dd6344d52c) Thanks [@sarneijim](https://github.com/sarneijim)! - Fix swap-web-app fees
|
|
2556
|
-
|
|
2557
|
-
- Updated dependencies [[`3dc4937cc0`](https://github.com/LedgerHQ/ledger-live/commit/3dc4937cc0c77f6dc40ac7c628e9ab165dfb899f), [`fc121ce96d`](https://github.com/LedgerHQ/ledger-live/commit/fc121ce96dbcc4f30cfd9836644f778b85f997b7), [`95cf52eb66`](https://github.com/LedgerHQ/ledger-live/commit/95cf52eb66769228feb45dd5e799c444e80c5072), [`f5a5c315ea`](https://github.com/LedgerHQ/ledger-live/commit/f5a5c315ea2200cd5b52ef3a0b377d1327b1144e), [`17ba334e47`](https://github.com/LedgerHQ/ledger-live/commit/17ba334e47b901e34fbb083396aa3f9952e5233e), [`9e2d32aec4`](https://github.com/LedgerHQ/ledger-live/commit/9e2d32aec4ebd8774880f94e3ef0e805ebb172ac), [`f83e060bf4`](https://github.com/LedgerHQ/ledger-live/commit/f83e060bf474a6b6133406eff49cb054e813046f), [`9e2d32aec4`](https://github.com/LedgerHQ/ledger-live/commit/9e2d32aec4ebd8774880f94e3ef0e805ebb172ac), [`df5c9ae02a`](https://github.com/LedgerHQ/ledger-live/commit/df5c9ae02a604ddba13ddc64caf8d9ad079c303d), [`54b1d185c9`](https://github.com/LedgerHQ/ledger-live/commit/54b1d185c9df5ae84dc7e85d58249c06550df5f1), [`9b49ff233c`](https://github.com/LedgerHQ/ledger-live/commit/9b49ff233ccfad68c98d15cd648927dee12a8b0b), [`4d6fa0772e`](https://github.com/LedgerHQ/ledger-live/commit/4d6fa0772e19cdbd4b432fafa43621c42e2a5fdd), [`b259781b72`](https://github.com/LedgerHQ/ledger-live/commit/b259781b7212aa7758437640e7c48c5d17b0fa79)]:
|
|
2558
|
-
- @ledgerhq/types-live@6.42.0
|
|
2559
|
-
- @ledgerhq/domain-service@1.1.14
|
|
2560
|
-
- @ledgerhq/types-cryptoassets@7.7.0
|
|
2561
|
-
- @ledgerhq/cryptoassets@11.1.0
|
|
2562
|
-
- @ledgerhq/logs@6.11.0
|
|
2563
|
-
- @ledgerhq/coin-framework@0.8.1
|
|
2564
|
-
- @ledgerhq/live-env@0.6.1
|
|
2565
|
-
- @ledgerhq/errors@6.15.0
|
|
2566
|
-
- @ledgerhq/evm-tools@1.0.10
|
|
2567
|
-
- @ledgerhq/hw-app-eth@6.34.9
|
|
2568
|
-
- @ledgerhq/devices@8.0.8
|
|
2569
|
-
- @ledgerhq/live-network@1.1.8
|
|
2570
|
-
- @ledgerhq/live-promise@0.0.2
|
|
2571
|
-
|
|
2572
|
-
## 0.10.0-next.0
|
|
2573
|
-
|
|
2574
|
-
### Minor Changes
|
|
2575
|
-
|
|
2576
|
-
- [#5173](https://github.com/LedgerHQ/ledger-live/pull/5173) [`17ba334e47`](https://github.com/LedgerHQ/ledger-live/commit/17ba334e47b901e34fbb083396aa3f9952e5233e) Thanks [@chabroA](https://github.com/chabroA)! - Add neon_evm support
|
|
2577
|
-
|
|
2578
|
-
### Patch Changes
|
|
2579
|
-
|
|
2580
|
-
- [#4856](https://github.com/LedgerHQ/ledger-live/pull/4856) [`173d7d6d22`](https://github.com/LedgerHQ/ledger-live/commit/173d7d6d224bcf1cecf364062b6571f52792e371) Thanks [@chabroA](https://github.com/chabroA)! - return error when tx from tokenAccount has no amount
|
|
2581
|
-
|
|
2582
|
-
- [#5088](https://github.com/LedgerHQ/ledger-live/pull/5088) [`2fc6d1efa0`](https://github.com/LedgerHQ/ledger-live/commit/2fc6d1efa0233a90b0fa273782cff1dd6344d52c) Thanks [@sarneijim](https://github.com/sarneijim)! - Fix swap-web-app fees
|
|
2583
|
-
|
|
2584
|
-
- Updated dependencies [[`3dc4937cc0`](https://github.com/LedgerHQ/ledger-live/commit/3dc4937cc0c77f6dc40ac7c628e9ab165dfb899f), [`fc121ce96d`](https://github.com/LedgerHQ/ledger-live/commit/fc121ce96dbcc4f30cfd9836644f778b85f997b7), [`95cf52eb66`](https://github.com/LedgerHQ/ledger-live/commit/95cf52eb66769228feb45dd5e799c444e80c5072), [`f5a5c315ea`](https://github.com/LedgerHQ/ledger-live/commit/f5a5c315ea2200cd5b52ef3a0b377d1327b1144e), [`17ba334e47`](https://github.com/LedgerHQ/ledger-live/commit/17ba334e47b901e34fbb083396aa3f9952e5233e), [`9e2d32aec4`](https://github.com/LedgerHQ/ledger-live/commit/9e2d32aec4ebd8774880f94e3ef0e805ebb172ac), [`f83e060bf4`](https://github.com/LedgerHQ/ledger-live/commit/f83e060bf474a6b6133406eff49cb054e813046f), [`9e2d32aec4`](https://github.com/LedgerHQ/ledger-live/commit/9e2d32aec4ebd8774880f94e3ef0e805ebb172ac), [`df5c9ae02a`](https://github.com/LedgerHQ/ledger-live/commit/df5c9ae02a604ddba13ddc64caf8d9ad079c303d), [`54b1d185c9`](https://github.com/LedgerHQ/ledger-live/commit/54b1d185c9df5ae84dc7e85d58249c06550df5f1), [`9b49ff233c`](https://github.com/LedgerHQ/ledger-live/commit/9b49ff233ccfad68c98d15cd648927dee12a8b0b), [`4d6fa0772e`](https://github.com/LedgerHQ/ledger-live/commit/4d6fa0772e19cdbd4b432fafa43621c42e2a5fdd), [`b259781b72`](https://github.com/LedgerHQ/ledger-live/commit/b259781b7212aa7758437640e7c48c5d17b0fa79)]:
|
|
2585
|
-
- @ledgerhq/types-live@6.42.0-next.0
|
|
2586
|
-
- @ledgerhq/domain-service@1.1.14-next.0
|
|
2587
|
-
- @ledgerhq/types-cryptoassets@7.7.0-next.0
|
|
2588
|
-
- @ledgerhq/cryptoassets@11.1.0-next.0
|
|
2589
|
-
- @ledgerhq/logs@6.11.0-next.0
|
|
2590
|
-
- @ledgerhq/coin-framework@0.8.1-next.0
|
|
2591
|
-
- @ledgerhq/live-env@0.6.1-next.0
|
|
2592
|
-
- @ledgerhq/errors@6.15.0-next.0
|
|
2593
|
-
- @ledgerhq/evm-tools@1.0.10-next.0
|
|
2594
|
-
- @ledgerhq/hw-app-eth@6.34.9-next.0
|
|
2595
|
-
- @ledgerhq/devices@8.0.8-next.0
|
|
2596
|
-
- @ledgerhq/live-network@1.1.8-next.0
|
|
2597
|
-
- @ledgerhq/live-promise@0.0.2-next.0
|
|
2598
|
-
|
|
2599
|
-
## 0.9.0
|
|
2600
|
-
|
|
2601
|
-
### Minor Changes
|
|
2602
|
-
|
|
2603
|
-
- [#5042](https://github.com/LedgerHQ/ledger-live/pull/5042) [`3b4f7501cc`](https://github.com/LedgerHQ/ledger-live/commit/3b4f7501cc5f09be94a2994f20f9998898682975) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Ensure compatiblity with @ledgerhq/coin-framework change regarding `TokenAccounts` ids & update `preload` & `hydrate` method to use the `convertBEP20` method instead of the `convertERC20` method when dealing with the bsc chain. This last fix is technically useless as BEP20 = ERC20, it's only here in order to prevent breaking changes with the different backends at Ledger. As soon as those backends have the possibility of changing the "bsc/bep20/XYZ" token ids into "bsc/erc20/XYZ", this fix should be removed in order to avoid useless complexity.
|
|
2604
|
-
|
|
2605
|
-
### Patch Changes
|
|
2606
|
-
|
|
2607
|
-
- Updated dependencies [[`ce18546c0a`](https://github.com/LedgerHQ/ledger-live/commit/ce18546c0a0b9dd5ed78b1745cac19b7eef7b5eb), [`3b4f7501cc`](https://github.com/LedgerHQ/ledger-live/commit/3b4f7501cc5f09be94a2994f20f9998898682975), [`fbeebfe04b`](https://github.com/LedgerHQ/ledger-live/commit/fbeebfe04b297b33ec258440b694cdfb6213af24)]:
|
|
2608
|
-
- @ledgerhq/types-live@6.41.1
|
|
2609
|
-
- @ledgerhq/coin-framework@0.8.0
|
|
2610
|
-
- @ledgerhq/cryptoassets@11.0.1
|
|
2611
|
-
- @ledgerhq/domain-service@1.1.13
|
|
2612
|
-
- @ledgerhq/evm-tools@1.0.9
|
|
2613
|
-
- @ledgerhq/hw-app-eth@6.34.8
|
|
2614
|
-
|
|
2615
|
-
## 0.9.0-hotfix.2
|
|
2616
|
-
|
|
2617
|
-
### Patch Changes
|
|
2618
|
-
|
|
2619
|
-
- Updated dependencies [[`fbeebfe04b`](https://github.com/LedgerHQ/ledger-live/commit/fbeebfe04b297b33ec258440b694cdfb6213af24)]:
|
|
2620
|
-
- @ledgerhq/cryptoassets@11.0.1-hotfix.0
|
|
2621
|
-
- @ledgerhq/coin-framework@0.8.0-hotfix.2
|
|
2622
|
-
- @ledgerhq/domain-service@1.1.13-hotfix.1
|
|
2623
|
-
- @ledgerhq/evm-tools@1.0.9-hotfix.0
|
|
2624
|
-
- @ledgerhq/hw-app-eth@6.34.8-hotfix.1
|
|
2625
|
-
|
|
2626
|
-
## 0.9.0-hotfix.1
|
|
2627
|
-
|
|
2628
|
-
### Minor Changes
|
|
2629
|
-
|
|
2630
|
-
- [#5042](https://github.com/LedgerHQ/ledger-live/pull/5042) [`3b4f7501cc`](https://github.com/LedgerHQ/ledger-live/commit/3b4f7501cc5f09be94a2994f20f9998898682975) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Ensure compatiblity with @ledgerhq/coin-framework change regarding `TokenAccounts` ids & update `preload` & `hydrate` method to use the `convertBEP20` method instead of the `convertERC20` method when dealing with the bsc chain. This last fix is technically useless as BEP20 = ERC20, it's only here in order to prevent breaking changes with the different backends at Ledger. As soon as those backends have the possibility of changing the "bsc/bep20/XYZ" token ids into "bsc/erc20/XYZ", this fix should be removed in order to avoid useless complexity.
|
|
2631
|
-
|
|
2632
|
-
### Patch Changes
|
|
2633
|
-
|
|
2634
|
-
- Updated dependencies [[`3b4f7501cc`](https://github.com/LedgerHQ/ledger-live/commit/3b4f7501cc5f09be94a2994f20f9998898682975)]:
|
|
2635
|
-
- @ledgerhq/coin-framework@0.8.0-hotfix.1
|
|
2636
|
-
|
|
2637
|
-
## 0.8.1-hotfix.0
|
|
2638
|
-
|
|
2639
|
-
### Patch Changes
|
|
2640
|
-
|
|
2641
|
-
- Updated dependencies [[`ce18546c0a`](https://github.com/LedgerHQ/ledger-live/commit/ce18546c0a0b9dd5ed78b1745cac19b7eef7b5eb)]:
|
|
2642
|
-
- @ledgerhq/types-live@6.41.1-hotfix.0
|
|
2643
|
-
- @ledgerhq/coin-framework@0.7.1-hotfix.0
|
|
2644
|
-
- @ledgerhq/domain-service@1.1.13-hotfix.0
|
|
2645
|
-
- @ledgerhq/evm-tools@1.0.8
|
|
2646
|
-
- @ledgerhq/hw-app-eth@6.34.8-hotfix.0
|
|
2647
|
-
|
|
2648
|
-
## 0.8.0
|
|
2649
|
-
|
|
2650
|
-
### Minor Changes
|
|
2651
|
-
|
|
2652
|
-
- [#4741](https://github.com/LedgerHQ/ledger-live/pull/4741) [`a134f28e9d`](https://github.com/LedgerHQ/ledger-live/commit/a134f28e9d220d172148619ed281d4ca897d5532) Thanks [@chabroA](https://github.com/chabroA)! - Add gasOption serialisation and deserialisation to evm transactions
|
|
2653
|
-
|
|
2654
|
-
- [#4791](https://github.com/LedgerHQ/ledger-live/pull/4791) [`b779f6c964`](https://github.com/LedgerHQ/ledger-live/commit/b779f6c964079b9cd9a4ee985cd5cdbb8c49406e) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update `getDeviceTransactionConfig` to return correctly nano fields when the transaction has been crafted by a third party (like the Wallet API)
|
|
2655
|
-
|
|
2656
|
-
- [#4285](https://github.com/LedgerHQ/ledger-live/pull/4285) [`533278e2c4`](https://github.com/LedgerHQ/ledger-live/commit/533278e2c40ee764ecb87d4430fa6650f251ff0c) Thanks [@chabroA](https://github.com/chabroA)! - Migrate Ethereum family implementation to EVM family
|
|
2657
|
-
|
|
2658
|
-
Replace the legcay Ethereum familly implementation that was present in ledger-live-common by the coin-evm lib implementation.
|
|
2659
|
-
This change was made in order to improve scalabillity and maintainability of the evm coins, as well as more easilly integrate new evm based chains in the future.
|
|
2660
|
-
|
|
2661
|
-
### Patch Changes
|
|
2662
|
-
|
|
2663
|
-
- [#4804](https://github.com/LedgerHQ/ledger-live/pull/4804) [`4cb507a52b`](https://github.com/LedgerHQ/ledger-live/commit/4cb507a52bf336d395b08b4c1a429bd4956ab22d) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add cache to CDN requests during preload
|
|
2664
|
-
|
|
2665
|
-
- Updated dependencies [[`c86637f6e5`](https://github.com/LedgerHQ/ledger-live/commit/c86637f6e57845716a791854dd8f686807152e73), [`72288402ec`](https://github.com/LedgerHQ/ledger-live/commit/72288402ec70f9159022505cb3187e63b24df450), [`f527d1bb5a`](https://github.com/LedgerHQ/ledger-live/commit/f527d1bb5a2888a916f761d43d2ba5093eaa3e3f), [`a134f28e9d`](https://github.com/LedgerHQ/ledger-live/commit/a134f28e9d220d172148619ed281d4ca897d5532), [`49ea3fd98b`](https://github.com/LedgerHQ/ledger-live/commit/49ea3fd98ba1e1e0ed54d29ab5fdc71c4918183f), [`533278e2c4`](https://github.com/LedgerHQ/ledger-live/commit/533278e2c40ee764ecb87d4430fa6650f251ff0c), [`70e4277bc9`](https://github.com/LedgerHQ/ledger-live/commit/70e4277bc9dda253b894bdae5f2c8a5f43a9a64e)]:
|
|
2666
|
-
- @ledgerhq/hw-app-eth@6.34.7
|
|
2667
|
-
- @ledgerhq/cryptoassets@11.0.0
|
|
2668
|
-
- @ledgerhq/types-cryptoassets@7.6.0
|
|
2669
|
-
- @ledgerhq/types-live@6.41.0
|
|
2670
|
-
- @ledgerhq/coin-framework@0.7.0
|
|
2671
|
-
- @ledgerhq/live-env@0.6.0
|
|
2672
|
-
- @ledgerhq/domain-service@1.1.12
|
|
2673
|
-
- @ledgerhq/evm-tools@1.0.8
|
|
2674
|
-
- @ledgerhq/live-network@1.1.7
|
|
2675
|
-
|
|
2676
|
-
## 0.6.2
|
|
2677
|
-
|
|
2678
|
-
### Patch Changes
|
|
2679
|
-
|
|
2680
|
-
- Updated dependencies [[`6c83521fee`](https://github.com/LedgerHQ/ledger-live/commit/6c83521fee8da656858630c1cb37a5af95df3362)]:
|
|
2681
|
-
- @ledgerhq/types-cryptoassets@7.5.0
|
|
2682
|
-
- @ledgerhq/cryptoassets@9.13.0
|
|
2683
|
-
- @ledgerhq/types-live@6.40.0
|
|
2684
|
-
- @ledgerhq/coin-framework@0.5.4
|
|
2685
|
-
- @ledgerhq/domain-service@1.1.11
|
|
2686
|
-
- @ledgerhq/evm-tools@1.0.7
|
|
2687
|
-
- @ledgerhq/hw-app-eth@6.34.6
|
|
2688
|
-
|
|
2689
|
-
## 0.6.1
|
|
2690
|
-
|
|
2691
|
-
### Patch Changes
|
|
2692
|
-
|
|
2693
|
-
- Updated dependencies [[`e0cc3a0841`](https://github.com/LedgerHQ/ledger-live/commit/e0cc3a08415de84b9d3ce828444248a043a9d699), [`18b4a47b48`](https://github.com/LedgerHQ/ledger-live/commit/18b4a47b4878a23695a50096b7770134883b8a2e)]:
|
|
2694
|
-
- @ledgerhq/coin-framework@0.5.3
|
|
2695
|
-
- @ledgerhq/cryptoassets@9.12.1
|
|
2696
|
-
- @ledgerhq/domain-service@1.1.10
|
|
2697
|
-
- @ledgerhq/evm-tools@1.0.6
|
|
2698
|
-
- @ledgerhq/hw-app-eth@6.34.5
|
|
2699
|
-
|
|
2700
|
-
## 0.6.0
|
|
2701
|
-
|
|
2702
|
-
### Minor Changes
|
|
2703
|
-
|
|
2704
|
-
- [#4235](https://github.com/LedgerHQ/ledger-live/pull/4235) [`8e9df43a0c`](https://github.com/LedgerHQ/ledger-live/commit/8e9df43a0cd00a2065b494439f300f96724b8eb8) Thanks [@haammar-ledger](https://github.com/haammar-ledger)! - Better typing for the Operation.extra field
|
|
2705
|
-
|
|
2706
|
-
### Patch Changes
|
|
2707
|
-
|
|
2708
|
-
- [#4391](https://github.com/LedgerHQ/ledger-live/pull/4391) [`fde2fe79f1`](https://github.com/LedgerHQ/ledger-live/commit/fde2fe79f1df69fffe80763cd6d9792fe9de1262) Thanks [@valpinkman](https://github.com/valpinkman)! - Rework some env typings
|
|
2709
|
-
|
|
2710
|
-
- [#4452](https://github.com/LedgerHQ/ledger-live/pull/4452) [`1020f27632`](https://github.com/LedgerHQ/ledger-live/commit/1020f276322fe361585a56573091ec647fbd901e) Thanks [@hzheng-ledger](https://github.com/hzheng-ledger)! - fix evm integration tests
|
|
2711
|
-
|
|
2712
|
-
- [#4268](https://github.com/LedgerHQ/ledger-live/pull/4268) [`707e59f8b5`](https://github.com/LedgerHQ/ledger-live/commit/707e59f8b516448e6f2845288ad4cb3f5488e688) Thanks [@hzheng-ledger](https://github.com/hzheng-ledger)! - fix pending transaction bug in evm family
|
|
2713
|
-
|
|
2714
|
-
- Updated dependencies [[`8e9df43a0c`](https://github.com/LedgerHQ/ledger-live/commit/8e9df43a0cd00a2065b494439f300f96724b8eb8), [`fde2fe79f1`](https://github.com/LedgerHQ/ledger-live/commit/fde2fe79f1df69fffe80763cd6d9792fe9de1262), [`f6f70ba0e8`](https://github.com/LedgerHQ/ledger-live/commit/f6f70ba0e85c7898cdeec19402b1eadfde6a2206), [`45be23c776`](https://github.com/LedgerHQ/ledger-live/commit/45be23c77666697dbe395f836ab592062173d5cb), [`6375c250a9`](https://github.com/LedgerHQ/ledger-live/commit/6375c250a9a58b33e3dd1d6c96a96c7e46150298), [`0d9ad3599b`](https://github.com/LedgerHQ/ledger-live/commit/0d9ad3599bce8872fde97d27c977ab24445afc3a)]:
|
|
2715
|
-
- @ledgerhq/types-live@6.39.0
|
|
2716
|
-
- @ledgerhq/live-env@0.5.0
|
|
2717
|
-
- @ledgerhq/coin-framework@0.5.2
|
|
2718
|
-
- @ledgerhq/cryptoassets@9.12.0
|
|
2719
|
-
- @ledgerhq/domain-service@1.1.9
|
|
2720
|
-
- @ledgerhq/evm-tools@1.0.5
|
|
2721
|
-
- @ledgerhq/hw-app-eth@6.34.4
|
|
2722
|
-
- @ledgerhq/live-network@1.1.6
|
|
2723
|
-
|
|
2724
|
-
## 0.6.0-next.0
|
|
2725
|
-
|
|
2726
|
-
### Minor Changes
|
|
2727
|
-
|
|
2728
|
-
- [#4235](https://github.com/LedgerHQ/ledger-live/pull/4235) [`8e9df43a0c`](https://github.com/LedgerHQ/ledger-live/commit/8e9df43a0cd00a2065b494439f300f96724b8eb8) Thanks [@haammar-ledger](https://github.com/haammar-ledger)! - Better typing for the Operation.extra field
|
|
2729
|
-
|
|
2730
|
-
### Patch Changes
|
|
2731
|
-
|
|
2732
|
-
- [#4391](https://github.com/LedgerHQ/ledger-live/pull/4391) [`fde2fe79f1`](https://github.com/LedgerHQ/ledger-live/commit/fde2fe79f1df69fffe80763cd6d9792fe9de1262) Thanks [@valpinkman](https://github.com/valpinkman)! - Rework some env typings
|
|
2733
|
-
|
|
2734
|
-
- [#4452](https://github.com/LedgerHQ/ledger-live/pull/4452) [`1020f27632`](https://github.com/LedgerHQ/ledger-live/commit/1020f276322fe361585a56573091ec647fbd901e) Thanks [@hzheng-ledger](https://github.com/hzheng-ledger)! - fix evm integration tests
|
|
2735
|
-
|
|
2736
|
-
- [#4268](https://github.com/LedgerHQ/ledger-live/pull/4268) [`707e59f8b5`](https://github.com/LedgerHQ/ledger-live/commit/707e59f8b516448e6f2845288ad4cb3f5488e688) Thanks [@hzheng-ledger](https://github.com/hzheng-ledger)! - fix pending transaction bug in evm family
|
|
2737
|
-
|
|
2738
|
-
- Updated dependencies [[`8e9df43a0c`](https://github.com/LedgerHQ/ledger-live/commit/8e9df43a0cd00a2065b494439f300f96724b8eb8), [`fde2fe79f1`](https://github.com/LedgerHQ/ledger-live/commit/fde2fe79f1df69fffe80763cd6d9792fe9de1262), [`f6f70ba0e8`](https://github.com/LedgerHQ/ledger-live/commit/f6f70ba0e85c7898cdeec19402b1eadfde6a2206), [`45be23c776`](https://github.com/LedgerHQ/ledger-live/commit/45be23c77666697dbe395f836ab592062173d5cb), [`6375c250a9`](https://github.com/LedgerHQ/ledger-live/commit/6375c250a9a58b33e3dd1d6c96a96c7e46150298), [`0d9ad3599b`](https://github.com/LedgerHQ/ledger-live/commit/0d9ad3599bce8872fde97d27c977ab24445afc3a)]:
|
|
2739
|
-
- @ledgerhq/types-live@6.39.0-next.0
|
|
2740
|
-
- @ledgerhq/live-env@0.5.0-next.0
|
|
2741
|
-
- @ledgerhq/coin-framework@0.5.2-next.0
|
|
2742
|
-
- @ledgerhq/cryptoassets@9.12.0-next.0
|
|
2743
|
-
- @ledgerhq/domain-service@1.1.9-next.0
|
|
2744
|
-
- @ledgerhq/evm-tools@1.0.5-next.0
|
|
2745
|
-
- @ledgerhq/hw-app-eth@6.34.4-next.0
|
|
2746
|
-
- @ledgerhq/live-network@1.1.6-next.0
|
|
2747
|
-
|
|
2748
|
-
## 0.5.1
|
|
2749
|
-
|
|
2750
|
-
### Patch Changes
|
|
2751
|
-
|
|
2752
|
-
- Updated dependencies [[`5bbcea12f9`](https://github.com/LedgerHQ/ledger-live/commit/5bbcea12f93e3cda41705a4d61d50845628a6de6), [`95088eab45`](https://github.com/LedgerHQ/ledger-live/commit/95088eab45f6af919e347a605cefefb6d7705808), [`a61a43fc47`](https://github.com/LedgerHQ/ledger-live/commit/a61a43fc47399e969fa68539de6af51bfa41e921), [`4c2539a1d5`](https://github.com/LedgerHQ/ledger-live/commit/4c2539a1d5c9c01c0f9fa7cd1daf5a5a63c02996), [`229cf62304`](https://github.com/LedgerHQ/ledger-live/commit/229cf623043b29eefed3e8e37a102325fa6e0387), [`3455944496`](https://github.com/LedgerHQ/ledger-live/commit/34559444969ce1571ff4c54f33feb7f3fb59a33a)]:
|
|
2753
|
-
- @ledgerhq/types-live@6.38.1
|
|
2754
|
-
- @ledgerhq/live-env@0.4.2
|
|
2755
|
-
- @ledgerhq/errors@6.14.0
|
|
2756
|
-
- @ledgerhq/cryptoassets@9.11.1
|
|
2757
|
-
- @ledgerhq/coin-framework@0.5.1
|
|
2758
|
-
- @ledgerhq/domain-service@1.1.8
|
|
2759
|
-
- @ledgerhq/evm-tools@1.0.4
|
|
2760
|
-
- @ledgerhq/hw-app-eth@6.34.3
|
|
2761
|
-
- @ledgerhq/live-network@1.1.5
|
|
2762
|
-
- @ledgerhq/devices@8.0.7
|
|
2763
|
-
|
|
2764
|
-
## 0.5.1-next.0
|
|
2765
|
-
|
|
2766
|
-
### Patch Changes
|
|
2767
|
-
|
|
2768
|
-
- Updated dependencies [[`5bbcea12f9`](https://github.com/LedgerHQ/ledger-live/commit/5bbcea12f93e3cda41705a4d61d50845628a6de6), [`95088eab45`](https://github.com/LedgerHQ/ledger-live/commit/95088eab45f6af919e347a605cefefb6d7705808), [`a61a43fc47`](https://github.com/LedgerHQ/ledger-live/commit/a61a43fc47399e969fa68539de6af51bfa41e921), [`4c2539a1d5`](https://github.com/LedgerHQ/ledger-live/commit/4c2539a1d5c9c01c0f9fa7cd1daf5a5a63c02996), [`229cf62304`](https://github.com/LedgerHQ/ledger-live/commit/229cf623043b29eefed3e8e37a102325fa6e0387), [`3455944496`](https://github.com/LedgerHQ/ledger-live/commit/34559444969ce1571ff4c54f33feb7f3fb59a33a)]:
|
|
2769
|
-
- @ledgerhq/types-live@6.38.1-next.0
|
|
2770
|
-
- @ledgerhq/live-env@0.4.2-next.0
|
|
2771
|
-
- @ledgerhq/errors@6.14.0-next.0
|
|
2772
|
-
- @ledgerhq/cryptoassets@9.11.1-next.0
|
|
2773
|
-
- @ledgerhq/coin-framework@0.5.1-next.0
|
|
2774
|
-
- @ledgerhq/domain-service@1.1.8-next.0
|
|
2775
|
-
- @ledgerhq/evm-tools@1.0.4-next.0
|
|
2776
|
-
- @ledgerhq/hw-app-eth@6.34.3-next.0
|
|
2777
|
-
- @ledgerhq/live-network@1.1.5-next.0
|
|
2778
|
-
- @ledgerhq/devices@8.0.7-next.0
|
|
2779
|
-
|
|
2780
|
-
## 0.5.0
|
|
2781
|
-
|
|
2782
|
-
### Minor Changes
|
|
2783
|
-
|
|
2784
|
-
- [#4021](https://github.com/LedgerHQ/ledger-live/pull/4021) [`e5f9cc46d6`](https://github.com/LedgerHQ/ledger-live/commit/e5f9cc46d69b82ad7267296b350e9d97a47f9e86) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add telos evm currency
|
|
2785
|
-
|
|
2786
|
-
- [#3704](https://github.com/LedgerHQ/ledger-live/pull/3704) [`b6e50932af`](https://github.com/LedgerHQ/ledger-live/commit/b6e50932afac6acc2d2f9fa9ed10b77a62378e03) Thanks [@chabroA](https://github.com/chabroA)! - Create EVM send flow
|
|
2787
|
-
|
|
2788
|
-
- [#3827](https://github.com/LedgerHQ/ledger-live/pull/3827) [`6a88b7f8a6`](https://github.com/LedgerHQ/ledger-live/commit/6a88b7f8a6b7c732be0c945131b6c1d9b3937cc1) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add support for Ledger infra as node and/or explorer
|
|
2789
|
-
|
|
2790
|
-
- [#4015](https://github.com/LedgerHQ/ledger-live/pull/4015) [`374e339c27`](https://github.com/LedgerHQ/ledger-live/commit/374e339c27e317656d01463a822898ad3a60df85) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add support for Polygon zkEVM, Base Goerli, Klaytn
|
|
2791
|
-
|
|
2792
|
-
### Patch Changes
|
|
2793
|
-
|
|
2794
|
-
- [#4090](https://github.com/LedgerHQ/ledger-live/pull/4090) [`7675787398`](https://github.com/LedgerHQ/ledger-live/commit/767578739822597768f877f94fd8f7f35441395a) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Fix building & bundling of `evm-tools` & `domain-service` libs due to .gitignore(s)
|
|
2795
|
-
|
|
2796
|
-
- [#4143](https://github.com/LedgerHQ/ledger-live/pull/4143) [`c2fd7e2e3d`](https://github.com/LedgerHQ/ledger-live/commit/c2fd7e2e3d684da831a7eafe6b22b5e2c96a3722) Thanks [@chabroA](https://github.com/chabroA)! - Add missing teloscan in type guard
|
|
2797
|
-
|
|
2798
|
-
- Updated dependencies [[`1263b7a9c1`](https://github.com/LedgerHQ/ledger-live/commit/1263b7a9c1916da81ad55bb2ca1e804cff5f89e2), [`770842cdbe`](https://github.com/LedgerHQ/ledger-live/commit/770842cdbe94c629b6844f93d1b5d94d381931b1), [`e5f9cc46d6`](https://github.com/LedgerHQ/ledger-live/commit/e5f9cc46d69b82ad7267296b350e9d97a47f9e86), [`6a88b7f8a6`](https://github.com/LedgerHQ/ledger-live/commit/6a88b7f8a6b7c732be0c945131b6c1d9b3937cc1), [`cfbff52724`](https://github.com/LedgerHQ/ledger-live/commit/cfbff527241534aba69bff3d86733b50a14eb4ce), [`b6e50932af`](https://github.com/LedgerHQ/ledger-live/commit/b6e50932afac6acc2d2f9fa9ed10b77a62378e03), [`6a88b7f8a6`](https://github.com/LedgerHQ/ledger-live/commit/6a88b7f8a6b7c732be0c945131b6c1d9b3937cc1), [`7675787398`](https://github.com/LedgerHQ/ledger-live/commit/767578739822597768f877f94fd8f7f35441395a), [`95ac67a5e0`](https://github.com/LedgerHQ/ledger-live/commit/95ac67a5e0359b03c7d82c34fd1f2f3b6eb7df22), [`c7c484acf0`](https://github.com/LedgerHQ/ledger-live/commit/c7c484acf01e9db8dc5a5507b62ffcb863c77ca4), [`374e339c27`](https://github.com/LedgerHQ/ledger-live/commit/374e339c27e317656d01463a822898ad3a60df85), [`66769a98e6`](https://github.com/LedgerHQ/ledger-live/commit/66769a98e69f2b8156417e464e90d9162272b470)]:
|
|
2799
|
-
- @ledgerhq/cryptoassets@9.11.0
|
|
2800
|
-
- @ledgerhq/live-env@0.4.1
|
|
2801
|
-
- @ledgerhq/types-cryptoassets@7.4.0
|
|
2802
|
-
- @ledgerhq/types-live@6.38.0
|
|
2803
|
-
- @ledgerhq/coin-framework@0.5.0
|
|
2804
|
-
- @ledgerhq/evm-tools@1.0.3
|
|
2805
|
-
- @ledgerhq/hw-app-eth@6.34.2
|
|
2806
|
-
- @ledgerhq/errors@6.13.1
|
|
2807
|
-
- @ledgerhq/domain-service@1.1.7
|
|
2808
|
-
- @ledgerhq/live-network@1.1.4
|
|
2809
|
-
- @ledgerhq/devices@8.0.6
|
|
2810
|
-
|
|
2811
|
-
## 0.5.0-next.0
|
|
2812
|
-
|
|
2813
|
-
### Minor Changes
|
|
2814
|
-
|
|
2815
|
-
- [#4021](https://github.com/LedgerHQ/ledger-live/pull/4021) [`e5f9cc46d6`](https://github.com/LedgerHQ/ledger-live/commit/e5f9cc46d69b82ad7267296b350e9d97a47f9e86) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add telos evm currency
|
|
2816
|
-
|
|
2817
|
-
- [#3704](https://github.com/LedgerHQ/ledger-live/pull/3704) [`b6e50932af`](https://github.com/LedgerHQ/ledger-live/commit/b6e50932afac6acc2d2f9fa9ed10b77a62378e03) Thanks [@chabroA](https://github.com/chabroA)! - Create EVM send flow
|
|
2818
|
-
|
|
2819
|
-
- [#3827](https://github.com/LedgerHQ/ledger-live/pull/3827) [`6a88b7f8a6`](https://github.com/LedgerHQ/ledger-live/commit/6a88b7f8a6b7c732be0c945131b6c1d9b3937cc1) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add support for Ledger infra as node and/or explorer
|
|
2820
|
-
|
|
2821
|
-
- [#4015](https://github.com/LedgerHQ/ledger-live/pull/4015) [`374e339c27`](https://github.com/LedgerHQ/ledger-live/commit/374e339c27e317656d01463a822898ad3a60df85) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add support for Polygon zkEVM, Base Goerli, Klaytn
|
|
2822
|
-
|
|
2823
|
-
### Patch Changes
|
|
2824
|
-
|
|
2825
|
-
- [#4090](https://github.com/LedgerHQ/ledger-live/pull/4090) [`7675787398`](https://github.com/LedgerHQ/ledger-live/commit/767578739822597768f877f94fd8f7f35441395a) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Fix building & bundling of `evm-tools` & `domain-service` libs due to .gitignore(s)
|
|
2826
|
-
|
|
2827
|
-
- [#4143](https://github.com/LedgerHQ/ledger-live/pull/4143) [`c2fd7e2e3d`](https://github.com/LedgerHQ/ledger-live/commit/c2fd7e2e3d684da831a7eafe6b22b5e2c96a3722) Thanks [@chabroA](https://github.com/chabroA)! - Add missing teloscan in type guard
|
|
2828
|
-
|
|
2829
|
-
- Updated dependencies [[`1263b7a9c1`](https://github.com/LedgerHQ/ledger-live/commit/1263b7a9c1916da81ad55bb2ca1e804cff5f89e2), [`770842cdbe`](https://github.com/LedgerHQ/ledger-live/commit/770842cdbe94c629b6844f93d1b5d94d381931b1), [`e5f9cc46d6`](https://github.com/LedgerHQ/ledger-live/commit/e5f9cc46d69b82ad7267296b350e9d97a47f9e86), [`6a88b7f8a6`](https://github.com/LedgerHQ/ledger-live/commit/6a88b7f8a6b7c732be0c945131b6c1d9b3937cc1), [`cfbff52724`](https://github.com/LedgerHQ/ledger-live/commit/cfbff527241534aba69bff3d86733b50a14eb4ce), [`b6e50932af`](https://github.com/LedgerHQ/ledger-live/commit/b6e50932afac6acc2d2f9fa9ed10b77a62378e03), [`6a88b7f8a6`](https://github.com/LedgerHQ/ledger-live/commit/6a88b7f8a6b7c732be0c945131b6c1d9b3937cc1), [`7675787398`](https://github.com/LedgerHQ/ledger-live/commit/767578739822597768f877f94fd8f7f35441395a), [`95ac67a5e0`](https://github.com/LedgerHQ/ledger-live/commit/95ac67a5e0359b03c7d82c34fd1f2f3b6eb7df22), [`c7c484acf0`](https://github.com/LedgerHQ/ledger-live/commit/c7c484acf01e9db8dc5a5507b62ffcb863c77ca4), [`374e339c27`](https://github.com/LedgerHQ/ledger-live/commit/374e339c27e317656d01463a822898ad3a60df85), [`66769a98e6`](https://github.com/LedgerHQ/ledger-live/commit/66769a98e69f2b8156417e464e90d9162272b470)]:
|
|
2830
|
-
- @ledgerhq/cryptoassets@9.11.0-next.0
|
|
2831
|
-
- @ledgerhq/live-env@0.4.1-next.0
|
|
2832
|
-
- @ledgerhq/types-cryptoassets@7.4.0-next.0
|
|
2833
|
-
- @ledgerhq/types-live@6.38.0-next.0
|
|
2834
|
-
- @ledgerhq/coin-framework@0.5.0-next.0
|
|
2835
|
-
- @ledgerhq/evm-tools@1.0.3-next.0
|
|
2836
|
-
- @ledgerhq/hw-app-eth@6.34.2-next.0
|
|
2837
|
-
- @ledgerhq/errors@6.13.1-next.0
|
|
2838
|
-
- @ledgerhq/domain-service@1.1.7-next.0
|
|
2839
|
-
- @ledgerhq/live-network@1.1.4-next.0
|
|
2840
|
-
- @ledgerhq/devices@8.0.6-next.0
|
|
2841
|
-
|
|
2842
|
-
## 0.4.1
|
|
2843
|
-
|
|
2844
|
-
### Patch Changes
|
|
2845
|
-
|
|
2846
|
-
- [#4103](https://github.com/LedgerHQ/ledger-live/pull/4103) [`2317fccb67`](https://github.com/LedgerHQ/ledger-live/commit/2317fccb6776a077eaca8828da8371d402323be4) Thanks [@live-github-bot](https://github.com/apps/live-github-bot)! - Fix building & bundling of `evm-tools` & `domain-service` libs due to .gitignore(s)
|
|
2847
|
-
|
|
2848
|
-
- Updated dependencies [[`2317fccb67`](https://github.com/LedgerHQ/ledger-live/commit/2317fccb6776a077eaca8828da8371d402323be4)]:
|
|
2849
|
-
- @ledgerhq/evm-tools@1.0.2
|
|
2850
|
-
- @ledgerhq/hw-app-eth@6.34.1
|
|
2851
|
-
|
|
2852
|
-
## 0.4.1-hotfix.0
|
|
2853
|
-
|
|
2854
|
-
### Patch Changes
|
|
2855
|
-
|
|
2856
|
-
- [#4103](https://github.com/LedgerHQ/ledger-live/pull/4103) [`2317fccb67`](https://github.com/LedgerHQ/ledger-live/commit/2317fccb6776a077eaca8828da8371d402323be4) Thanks [@live-github-bot](https://github.com/apps/live-github-bot)! - Fix building & bundling of `evm-tools` & `domain-service` libs due to .gitignore(s)
|
|
2857
|
-
|
|
2858
|
-
- Updated dependencies [[`2317fccb67`](https://github.com/LedgerHQ/ledger-live/commit/2317fccb6776a077eaca8828da8371d402323be4)]:
|
|
2859
|
-
- @ledgerhq/evm-tools@1.0.2-hotfix.0
|
|
2860
|
-
- @ledgerhq/hw-app-eth@6.34.1-hotfix.0
|
|
2861
|
-
|
|
2862
|
-
## 0.4.0
|
|
2863
|
-
|
|
2864
|
-
### Minor Changes
|
|
2865
|
-
|
|
2866
|
-
- [#3714](https://github.com/LedgerHQ/ledger-live/pull/3714) [`15e8abc482`](https://github.com/LedgerHQ/ledger-live/commit/15e8abc482b2b38e4808890f556097cf693359ec) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Adding support for NFT transactions
|
|
2867
|
-
|
|
2868
|
-
- [#3786](https://github.com/LedgerHQ/ledger-live/pull/3786) [`11e62b1e1e`](https://github.com/LedgerHQ/ledger-live/commit/11e62b1e1e3773eeaad748453973e0b3bcd3e3bf) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Adds support for the `setLoadConfig` during the SignOperation step and adds the usage of environment variables to set the backends URIs
|
|
2869
|
-
|
|
2870
|
-
- [#3714](https://github.com/LedgerHQ/ledger-live/pull/3714) [`15e8abc482`](https://github.com/LedgerHQ/ledger-live/commit/15e8abc482b2b38e4808890f556097cf693359ec) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add support for non finite quantity w/ NFT transaction data crafting
|
|
2871
|
-
|
|
2872
|
-
- [#3924](https://github.com/LedgerHQ/ledger-live/pull/3924) [`14cce73003`](https://github.com/LedgerHQ/ledger-live/commit/14cce7300333c51cbcdbd5a7e290ddc600c9f3a1) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Use of the `evm-tools` new library to bring support for SignMessage
|
|
2873
|
-
|
|
2874
|
-
### Patch Changes
|
|
2875
|
-
|
|
2876
|
-
- [#3714](https://github.com/LedgerHQ/ledger-live/pull/3714) [`15e8abc482`](https://github.com/LedgerHQ/ledger-live/commit/15e8abc482b2b38e4808890f556097cf693359ec) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Prevent duplicated sub & nft operations with rate limited explorers & make explorerless implementation also patch sub & nft operations after transaction finalization
|
|
2877
|
-
|
|
2878
|
-
- [#3714](https://github.com/LedgerHQ/ledger-live/pull/3714) [`15e8abc482`](https://github.com/LedgerHQ/ledger-live/commit/15e8abc482b2b38e4808890f556097cf693359ec) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Rename rpc file that prevented shims to be applied for React Native
|
|
2879
|
-
|
|
2880
|
-
- Updated dependencies [[`15e8abc482`](https://github.com/LedgerHQ/ledger-live/commit/15e8abc482b2b38e4808890f556097cf693359ec), [`15e8abc482`](https://github.com/LedgerHQ/ledger-live/commit/15e8abc482b2b38e4808890f556097cf693359ec), [`49182846de`](https://github.com/LedgerHQ/ledger-live/commit/49182846dee35ae9b3535c0c120e17d0eaecde70), [`15e8abc482`](https://github.com/LedgerHQ/ledger-live/commit/15e8abc482b2b38e4808890f556097cf693359ec), [`c660c4e389`](https://github.com/LedgerHQ/ledger-live/commit/c660c4e389ac200ef308cbc3882930d392375de3), [`2c28d5aab3`](https://github.com/LedgerHQ/ledger-live/commit/2c28d5aab36b8b0cf2cb2a50e02eac4c5a588e41), [`0f4293e9bf`](https://github.com/LedgerHQ/ledger-live/commit/0f4293e9bf9cac4c2a195efeb0831aab3d51933d), [`14cce73003`](https://github.com/LedgerHQ/ledger-live/commit/14cce7300333c51cbcdbd5a7e290ddc600c9f3a1), [`14cce73003`](https://github.com/LedgerHQ/ledger-live/commit/14cce7300333c51cbcdbd5a7e290ddc600c9f3a1), [`15e8abc482`](https://github.com/LedgerHQ/ledger-live/commit/15e8abc482b2b38e4808890f556097cf693359ec), [`bae3b64dd2`](https://github.com/LedgerHQ/ledger-live/commit/bae3b64dd2710a3743552600166be986e93d9099), [`9692adc2a6`](https://github.com/LedgerHQ/ledger-live/commit/9692adc2a6774feb4424fc7a984810918c946b1b), [`15e8abc482`](https://github.com/LedgerHQ/ledger-live/commit/15e8abc482b2b38e4808890f556097cf693359ec)]:
|
|
2881
|
-
- @ledgerhq/live-env@0.4.0
|
|
2882
|
-
- @ledgerhq/coin-framework@0.4.0
|
|
2883
|
-
- @ledgerhq/cryptoassets@9.10.0
|
|
2884
|
-
- @ledgerhq/errors@6.13.0
|
|
2885
|
-
- @ledgerhq/types-live@6.37.0
|
|
2886
|
-
- @ledgerhq/hw-app-eth@6.34.0
|
|
2887
|
-
- @ledgerhq/types-cryptoassets@7.3.1
|
|
2888
|
-
- @ledgerhq/evm-tools@1.0.1
|
|
2889
|
-
- @ledgerhq/live-network@1.1.3
|
|
2890
|
-
- @ledgerhq/domain-service@1.1.6
|
|
2891
|
-
- @ledgerhq/devices@8.0.5
|
|
2892
|
-
|
|
2893
|
-
## 0.4.0-next.0
|
|
2894
|
-
|
|
2895
|
-
### Minor Changes
|
|
2896
|
-
|
|
2897
|
-
- [#3714](https://github.com/LedgerHQ/ledger-live/pull/3714) [`15e8abc482`](https://github.com/LedgerHQ/ledger-live/commit/15e8abc482b2b38e4808890f556097cf693359ec) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Adding support for NFT transactions
|
|
2898
|
-
|
|
2899
|
-
- [#3786](https://github.com/LedgerHQ/ledger-live/pull/3786) [`11e62b1e1e`](https://github.com/LedgerHQ/ledger-live/commit/11e62b1e1e3773eeaad748453973e0b3bcd3e3bf) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Adds support for the `setLoadConfig` during the SignOperation step and adds the usage of environment variables to set the backends URIs
|
|
2900
|
-
|
|
2901
|
-
- [#3714](https://github.com/LedgerHQ/ledger-live/pull/3714) [`15e8abc482`](https://github.com/LedgerHQ/ledger-live/commit/15e8abc482b2b38e4808890f556097cf693359ec) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add support for non finite quantity w/ NFT transaction data crafting
|
|
2902
|
-
|
|
2903
|
-
- [#3924](https://github.com/LedgerHQ/ledger-live/pull/3924) [`14cce73003`](https://github.com/LedgerHQ/ledger-live/commit/14cce7300333c51cbcdbd5a7e290ddc600c9f3a1) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Use of the `evm-tools` new library to bring support for SignMessage
|
|
2904
|
-
|
|
2905
|
-
### Patch Changes
|
|
2906
|
-
|
|
2907
|
-
- [#3714](https://github.com/LedgerHQ/ledger-live/pull/3714) [`15e8abc482`](https://github.com/LedgerHQ/ledger-live/commit/15e8abc482b2b38e4808890f556097cf693359ec) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Prevent duplicated sub & nft operations with rate limited explorers & make explorerless implementation also patch sub & nft operations after transaction finalization
|
|
2908
|
-
|
|
2909
|
-
- [#3714](https://github.com/LedgerHQ/ledger-live/pull/3714) [`15e8abc482`](https://github.com/LedgerHQ/ledger-live/commit/15e8abc482b2b38e4808890f556097cf693359ec) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Rename rpc file that prevented shims to be applied for React Native
|
|
2910
|
-
|
|
2911
|
-
- Updated dependencies [[`15e8abc482`](https://github.com/LedgerHQ/ledger-live/commit/15e8abc482b2b38e4808890f556097cf693359ec), [`15e8abc482`](https://github.com/LedgerHQ/ledger-live/commit/15e8abc482b2b38e4808890f556097cf693359ec), [`49182846de`](https://github.com/LedgerHQ/ledger-live/commit/49182846dee35ae9b3535c0c120e17d0eaecde70), [`15e8abc482`](https://github.com/LedgerHQ/ledger-live/commit/15e8abc482b2b38e4808890f556097cf693359ec), [`c660c4e389`](https://github.com/LedgerHQ/ledger-live/commit/c660c4e389ac200ef308cbc3882930d392375de3), [`2c28d5aab3`](https://github.com/LedgerHQ/ledger-live/commit/2c28d5aab36b8b0cf2cb2a50e02eac4c5a588e41), [`0f4293e9bf`](https://github.com/LedgerHQ/ledger-live/commit/0f4293e9bf9cac4c2a195efeb0831aab3d51933d), [`14cce73003`](https://github.com/LedgerHQ/ledger-live/commit/14cce7300333c51cbcdbd5a7e290ddc600c9f3a1), [`14cce73003`](https://github.com/LedgerHQ/ledger-live/commit/14cce7300333c51cbcdbd5a7e290ddc600c9f3a1), [`15e8abc482`](https://github.com/LedgerHQ/ledger-live/commit/15e8abc482b2b38e4808890f556097cf693359ec), [`bae3b64dd2`](https://github.com/LedgerHQ/ledger-live/commit/bae3b64dd2710a3743552600166be986e93d9099), [`9692adc2a6`](https://github.com/LedgerHQ/ledger-live/commit/9692adc2a6774feb4424fc7a984810918c946b1b), [`15e8abc482`](https://github.com/LedgerHQ/ledger-live/commit/15e8abc482b2b38e4808890f556097cf693359ec)]:
|
|
2912
|
-
- @ledgerhq/live-env@0.4.0-next.0
|
|
2913
|
-
- @ledgerhq/coin-framework@0.4.0-next.0
|
|
2914
|
-
- @ledgerhq/cryptoassets@9.10.0-next.0
|
|
2915
|
-
- @ledgerhq/errors@6.13.0-next.0
|
|
2916
|
-
- @ledgerhq/types-live@6.37.0-next.0
|
|
2917
|
-
- @ledgerhq/hw-app-eth@6.34.0-next.0
|
|
2918
|
-
- @ledgerhq/types-cryptoassets@7.3.1-next.0
|
|
2919
|
-
- @ledgerhq/evm-tools@1.0.1-next.0
|
|
2920
|
-
- @ledgerhq/live-network@1.1.3-next.0
|
|
2921
|
-
- @ledgerhq/domain-service@1.1.6-next.0
|
|
2922
|
-
- @ledgerhq/devices@8.0.5-next.0
|
|
2923
|
-
|
|
2924
|
-
## 0.3.0
|
|
2925
|
-
|
|
2926
|
-
### Minor Changes
|
|
2927
|
-
|
|
2928
|
-
- [#3611](https://github.com/LedgerHQ/ledger-live/pull/3611) [`092cb8d317`](https://github.com/LedgerHQ/ledger-live/commit/092cb8d317fa7971e0f790b77f900ae3864d96c2) Thanks [@chabroA](https://github.com/chabroA)! - Create GasTracker abstraction for evm familly
|
|
2929
|
-
|
|
2930
|
-
### Patch Changes
|
|
2931
|
-
|
|
2932
|
-
- [#3741](https://github.com/LedgerHQ/ledger-live/pull/3741) [`6194db3178`](https://github.com/LedgerHQ/ledger-live/commit/6194db3178cf90b26f4f6c7f049b7eafafdf7bfc) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update eip55 dependency
|
|
2933
|
-
|
|
2934
|
-
- [#3741](https://github.com/LedgerHQ/ledger-live/pull/3741) [`6194db3178`](https://github.com/LedgerHQ/ledger-live/commit/6194db3178cf90b26f4f6c7f049b7eafafdf7bfc) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update eip55 dependency to 2.1.1 fixing browser context usage
|
|
2935
|
-
|
|
2936
|
-
- [#3872](https://github.com/LedgerHQ/ledger-live/pull/3872) [`d1d1578ab5`](https://github.com/LedgerHQ/ledger-live/commit/d1d1578ab5b351544c98d56b67c68f18640f2d20) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Rename rpc file that prevented shims to be applied for React Native
|
|
2937
|
-
|
|
2938
|
-
- Updated dependencies [[`6194db3178`](https://github.com/LedgerHQ/ledger-live/commit/6194db3178cf90b26f4f6c7f049b7eafafdf7bfc), [`44192f2ab2`](https://github.com/LedgerHQ/ledger-live/commit/44192f2ab2857cbae2ef4a81ee9608d395dcd2b9), [`cb95f72c24`](https://github.com/LedgerHQ/ledger-live/commit/cb95f72c2415876ef88ca83fd2c4363a57669b92), [`be5f56b233`](https://github.com/LedgerHQ/ledger-live/commit/be5f56b2330c166323914b79fef37a3c05e0e13a), [`092cb8d317`](https://github.com/LedgerHQ/ledger-live/commit/092cb8d317fa7971e0f790b77f900ae3864d96c2), [`5af41b6fa1`](https://github.com/LedgerHQ/ledger-live/commit/5af41b6fa1e43037ccdb2df279c82e12ef3d2b1a), [`6194db3178`](https://github.com/LedgerHQ/ledger-live/commit/6194db3178cf90b26f4f6c7f049b7eafafdf7bfc)]:
|
|
2939
|
-
- @ledgerhq/domain-service@1.1.5
|
|
2940
|
-
- @ledgerhq/types-live@6.36.0
|
|
2941
|
-
- @ledgerhq/cryptoassets@9.9.0
|
|
2942
|
-
- @ledgerhq/types-cryptoassets@7.3.0
|
|
2943
|
-
- @ledgerhq/live-env@0.3.1
|
|
2944
|
-
- @ledgerhq/hw-app-eth@6.33.7
|
|
2945
|
-
- @ledgerhq/coin-framework@0.3.7
|
|
2946
|
-
- @ledgerhq/live-network@1.1.2
|
|
2947
|
-
|
|
2948
|
-
## 0.3.0-next.1
|
|
2949
|
-
|
|
2950
|
-
### Patch Changes
|
|
2951
|
-
|
|
2952
|
-
- [#3872](https://github.com/LedgerHQ/ledger-live/pull/3872) [`d1d1578ab5`](https://github.com/LedgerHQ/ledger-live/commit/d1d1578ab5b351544c98d56b67c68f18640f2d20) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Rename rpc file that prevented shims to be applied for React Native
|
|
2953
|
-
|
|
2954
|
-
## 0.3.0-next.0
|
|
2955
|
-
|
|
2956
|
-
### Minor Changes
|
|
2957
|
-
|
|
2958
|
-
- [#3611](https://github.com/LedgerHQ/ledger-live/pull/3611) [`092cb8d317`](https://github.com/LedgerHQ/ledger-live/commit/092cb8d317fa7971e0f790b77f900ae3864d96c2) Thanks [@chabroA](https://github.com/chabroA)! - Create GasTracker abstraction for evm familly
|
|
2959
|
-
|
|
2960
|
-
### Patch Changes
|
|
2961
|
-
|
|
2962
|
-
- [#3741](https://github.com/LedgerHQ/ledger-live/pull/3741) [`6194db3178`](https://github.com/LedgerHQ/ledger-live/commit/6194db3178cf90b26f4f6c7f049b7eafafdf7bfc) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update eip55 dependency
|
|
2963
|
-
|
|
2964
|
-
- [#3741](https://github.com/LedgerHQ/ledger-live/pull/3741) [`6194db3178`](https://github.com/LedgerHQ/ledger-live/commit/6194db3178cf90b26f4f6c7f049b7eafafdf7bfc) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update eip55 dependency to 2.1.1 fixing browser context usage
|
|
2965
|
-
|
|
2966
|
-
- Updated dependencies [[`6194db3178`](https://github.com/LedgerHQ/ledger-live/commit/6194db3178cf90b26f4f6c7f049b7eafafdf7bfc), [`44192f2ab2`](https://github.com/LedgerHQ/ledger-live/commit/44192f2ab2857cbae2ef4a81ee9608d395dcd2b9), [`cb95f72c24`](https://github.com/LedgerHQ/ledger-live/commit/cb95f72c2415876ef88ca83fd2c4363a57669b92), [`be5f56b233`](https://github.com/LedgerHQ/ledger-live/commit/be5f56b2330c166323914b79fef37a3c05e0e13a), [`092cb8d317`](https://github.com/LedgerHQ/ledger-live/commit/092cb8d317fa7971e0f790b77f900ae3864d96c2), [`5af41b6fa1`](https://github.com/LedgerHQ/ledger-live/commit/5af41b6fa1e43037ccdb2df279c82e12ef3d2b1a), [`6194db3178`](https://github.com/LedgerHQ/ledger-live/commit/6194db3178cf90b26f4f6c7f049b7eafafdf7bfc)]:
|
|
2967
|
-
- @ledgerhq/domain-service@1.1.5-next.0
|
|
2968
|
-
- @ledgerhq/types-live@6.36.0-next.0
|
|
2969
|
-
- @ledgerhq/cryptoassets@9.9.0-next.0
|
|
2970
|
-
- @ledgerhq/types-cryptoassets@7.3.0-next.0
|
|
2971
|
-
- @ledgerhq/live-env@0.3.1-next.0
|
|
2972
|
-
- @ledgerhq/hw-app-eth@6.33.7-next.0
|
|
2973
|
-
- @ledgerhq/coin-framework@0.3.7-next.0
|
|
2974
|
-
- @ledgerhq/live-network@1.1.2-next.0
|
|
2975
|
-
|
|
2976
|
-
## 0.2.1
|
|
2977
|
-
|
|
2978
|
-
### Patch Changes
|
|
2979
|
-
|
|
2980
|
-
- Updated dependencies [[`9adc1862dd`](https://github.com/LedgerHQ/ledger-live/commit/9adc1862dda605a722d19f3b6895bd324834c914), [`4a1454beb3`](https://github.com/LedgerHQ/ledger-live/commit/4a1454beb3f86405ba2686e07879c12a7d35ad8e), [`809065c571`](https://github.com/LedgerHQ/ledger-live/commit/809065c57198646a49adea112b9d799e35a57d25), [`d1aa522db7`](https://github.com/LedgerHQ/ledger-live/commit/d1aa522db75f7ea850efe412abaa4dc7d37af6b7), [`ebe5b07afe`](https://github.com/LedgerHQ/ledger-live/commit/ebe5b07afec441ea3e2d9103da9e1175972add47)]:
|
|
2981
|
-
- @ledgerhq/errors@6.12.7
|
|
2982
|
-
- @ledgerhq/cryptoassets@9.8.0
|
|
2983
|
-
- @ledgerhq/types-cryptoassets@7.2.1
|
|
2984
|
-
- @ledgerhq/types-live@6.35.1
|
|
2985
|
-
- @ledgerhq/coin-framework@0.3.6
|
|
2986
|
-
- @ledgerhq/domain-service@1.1.4
|
|
2987
|
-
- @ledgerhq/devices@8.0.4
|
|
2988
|
-
- @ledgerhq/hw-app-eth@6.33.6
|
|
2989
|
-
- @ledgerhq/live-network@1.1.1
|
|
2990
|
-
- @ledgerhq/live-portfolio@0.0.8
|
|
2991
|
-
|
|
2992
|
-
## 0.2.1-next.0
|
|
2993
|
-
|
|
2994
|
-
### Patch Changes
|
|
2995
|
-
|
|
2996
|
-
- Updated dependencies [[`9adc1862dd`](https://github.com/LedgerHQ/ledger-live/commit/9adc1862dda605a722d19f3b6895bd324834c914), [`4a1454beb3`](https://github.com/LedgerHQ/ledger-live/commit/4a1454beb3f86405ba2686e07879c12a7d35ad8e), [`809065c571`](https://github.com/LedgerHQ/ledger-live/commit/809065c57198646a49adea112b9d799e35a57d25), [`d1aa522db7`](https://github.com/LedgerHQ/ledger-live/commit/d1aa522db75f7ea850efe412abaa4dc7d37af6b7), [`ebe5b07afe`](https://github.com/LedgerHQ/ledger-live/commit/ebe5b07afec441ea3e2d9103da9e1175972add47)]:
|
|
2997
|
-
- @ledgerhq/errors@6.12.7-next.0
|
|
2998
|
-
- @ledgerhq/cryptoassets@9.8.0-next.0
|
|
2999
|
-
- @ledgerhq/types-cryptoassets@7.2.1-next.0
|
|
3000
|
-
- @ledgerhq/types-live@6.35.1-next.0
|
|
3001
|
-
- @ledgerhq/coin-framework@0.3.6-next.0
|
|
3002
|
-
- @ledgerhq/domain-service@1.1.4-next.0
|
|
3003
|
-
- @ledgerhq/devices@8.0.4-next.0
|
|
3004
|
-
- @ledgerhq/hw-app-eth@6.33.6-next.0
|
|
3005
|
-
- @ledgerhq/live-network@1.1.1-next.0
|
|
3006
|
-
- @ledgerhq/live-portfolio@0.0.8-next.0
|
|
3007
|
-
|
|
3008
|
-
## 0.2.0
|
|
3009
|
-
|
|
3010
|
-
### Minor Changes
|
|
3011
|
-
|
|
3012
|
-
- [#3536](https://github.com/LedgerHQ/ledger-live/pull/3536) [`a380bfc53a`](https://github.com/LedgerHQ/ledger-live/commit/a380bfc53a25bf196031337cd7ab8bc459731e16) Thanks [@chabroA](https://github.com/chabroA)! - Move evm familly logic in own package
|
|
3013
|
-
|
|
3014
|
-
### Patch Changes
|
|
3015
|
-
|
|
3016
|
-
- Updated dependencies [[`5cce6e3593`](https://github.com/LedgerHQ/ledger-live/commit/5cce6e359309110df53e16ef989c5b8b94492dfd), [`30bf4d92c7`](https://github.com/LedgerHQ/ledger-live/commit/30bf4d92c7d79cb81b1e4ad014857459739c33be), [`b30ead9d22`](https://github.com/LedgerHQ/ledger-live/commit/b30ead9d22a4bce5f8ee27febf0190fccd2ca25b), [`ce675302c7`](https://github.com/LedgerHQ/ledger-live/commit/ce675302c78311571e1087cfa35ee67580263796), [`43cdd2624c`](https://github.com/LedgerHQ/ledger-live/commit/43cdd2624cd2965ddb6e346e9a77a3cc12476500)]:
|
|
3017
|
-
- @ledgerhq/cryptoassets@9.7.0
|
|
3018
|
-
- @ledgerhq/live-network@1.1.0
|
|
3019
|
-
- @ledgerhq/types-live@6.35.0
|
|
3020
|
-
- @ledgerhq/coin-framework@0.3.5
|
|
3021
|
-
- @ledgerhq/domain-service@1.1.3
|
|
3022
|
-
- @ledgerhq/hw-app-eth@6.33.5
|
|
3023
|
-
- @ledgerhq/live-portfolio@0.0.7
|
|
3024
|
-
|
|
3025
|
-
## 0.2.0-next.1
|
|
3026
|
-
|
|
3027
|
-
### Patch Changes
|
|
3028
|
-
|
|
3029
|
-
- Updated dependencies [[`30bf4d92c7`](https://github.com/LedgerHQ/ledger-live/commit/30bf4d92c7d79cb81b1e4ad014857459739c33be)]:
|
|
3030
|
-
- @ledgerhq/cryptoassets@9.7.0-next.1
|
|
3031
|
-
- @ledgerhq/coin-framework@0.3.5-next.1
|
|
3032
|
-
- @ledgerhq/domain-service@1.1.3-next.1
|
|
3033
|
-
- @ledgerhq/hw-app-eth@6.33.5-next.1
|
|
3034
|
-
|
|
3035
|
-
## 0.2.0-next.0
|
|
3036
|
-
|
|
3037
|
-
### Minor Changes
|
|
3038
|
-
|
|
3039
|
-
- [#3536](https://github.com/LedgerHQ/ledger-live/pull/3536) [`a380bfc53a`](https://github.com/LedgerHQ/ledger-live/commit/a380bfc53a25bf196031337cd7ab8bc459731e16) Thanks [@chabroA](https://github.com/chabroA)! - Move evm familly logic in own package
|
|
3040
|
-
|
|
3041
|
-
### Patch Changes
|
|
3042
|
-
|
|
3043
|
-
- Updated dependencies [[`5cce6e3593`](https://github.com/LedgerHQ/ledger-live/commit/5cce6e359309110df53e16ef989c5b8b94492dfd), [`b30ead9d22`](https://github.com/LedgerHQ/ledger-live/commit/b30ead9d22a4bce5f8ee27febf0190fccd2ca25b), [`7439b63325`](https://github.com/LedgerHQ/ledger-live/commit/7439b63325a9b0181a3af4310ba787f00faa80c9), [`ce675302c7`](https://github.com/LedgerHQ/ledger-live/commit/ce675302c78311571e1087cfa35ee67580263796), [`43cdd2624c`](https://github.com/LedgerHQ/ledger-live/commit/43cdd2624cd2965ddb6e346e9a77a3cc12476500)]:
|
|
3044
|
-
- @ledgerhq/cryptoassets@9.7.0-next.0
|
|
3045
|
-
- @ledgerhq/live-network@1.1.0-next.0
|
|
3046
|
-
- @ledgerhq/types-live@6.35.0-next.0
|
|
3047
|
-
- @ledgerhq/coin-framework@0.3.5-next.0
|
|
3048
|
-
- @ledgerhq/domain-service@1.1.3-next.0
|
|
3049
|
-
- @ledgerhq/hw-app-eth@6.33.5-next.0
|
|
3050
|
-
- @ledgerhq/live-portfolio@0.0.7-next.0
|
|
393
|
+
<!-- changelog-pruned: older entries were removed to keep this file small. Full history is in `git log -p CHANGELOG.md` and in the GitHub release for each version. -->
|