@ledgerhq/hw-app-eth 7.0.0-nightly.2 → 7.0.0-nightly.20251120135143
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/.turbo/turbo-build.log +2 -2
- package/.unimportedrc.json +3 -28
- package/CHANGELOG.md +994 -17
- package/README.md +100 -0
- package/jest.config.ts +18 -0
- package/lib/Eth.d.ts +3 -18
- package/lib/Eth.d.ts.map +1 -1
- package/lib/Eth.js +160 -198
- package/lib/Eth.js.map +1 -1
- package/lib/errors.d.ts +3 -0
- package/lib/errors.d.ts.map +1 -1
- package/lib/errors.js +2 -1
- package/lib/errors.js.map +1 -1
- package/lib/modules/Domains/index.js +6 -15
- package/lib/modules/Domains/index.js.map +1 -1
- package/lib/modules/EIP712/index.d.ts.map +1 -1
- package/lib/modules/EIP712/index.js +112 -125
- package/lib/modules/EIP712/index.js.map +1 -1
- package/lib/modules/EIP712/types.d.ts +1 -0
- package/lib/modules/EIP712/types.d.ts.map +1 -1
- package/lib/modules/EIP712/utils.d.ts +1 -0
- package/lib/modules/EIP712/utils.d.ts.map +1 -1
- package/lib/modules/EIP712/utils.js +14 -24
- package/lib/modules/EIP712/utils.js.map +1 -1
- package/lib/modules/Uniswap/constants.d.ts.map +1 -1
- package/lib/modules/Uniswap/constants.js +1 -0
- package/lib/modules/Uniswap/constants.js.map +1 -1
- package/lib/modules/Uniswap/decoders.d.ts.map +1 -1
- package/lib/modules/Uniswap/decoders.js +8 -3
- package/lib/modules/Uniswap/decoders.js.map +1 -1
- package/lib/modules/Uniswap/index.d.ts +2 -1
- package/lib/modules/Uniswap/index.d.ts.map +1 -1
- package/lib/modules/Uniswap/index.js +11 -20
- package/lib/modules/Uniswap/index.js.map +1 -1
- package/lib/modules/Uniswap/types.d.ts +1 -1
- package/lib/modules/Uniswap/types.d.ts.map +1 -1
- package/lib/services/ledger/contracts.js +4 -13
- package/lib/services/ledger/contracts.js.map +1 -1
- package/lib/services/ledger/erc20.d.ts +2 -1
- package/lib/services/ledger/erc20.d.ts.map +1 -1
- package/lib/services/ledger/erc20.js +16 -32
- package/lib/services/ledger/erc20.js.map +1 -1
- package/lib/services/ledger/index.d.ts.map +1 -1
- package/lib/services/ledger/index.js +34 -32
- package/lib/services/ledger/index.js.map +1 -1
- package/lib/services/ledger/loadConfig.d.ts.map +1 -1
- package/lib/services/ledger/loadConfig.js +7 -1
- package/lib/services/ledger/loadConfig.js.map +1 -1
- package/lib/services/ledger/nfts.js +9 -19
- package/lib/services/ledger/nfts.js.map +1 -1
- package/lib/services/types.d.ts +3 -0
- package/lib/services/types.d.ts.map +1 -1
- package/lib/utils.d.ts +56 -9
- package/lib/utils.d.ts.map +1 -1
- package/lib/utils.js +175 -81
- package/lib/utils.js.map +1 -1
- package/lib-es/Eth.d.ts +3 -18
- package/lib-es/Eth.d.ts.map +1 -1
- package/lib-es/Eth.js +160 -198
- package/lib-es/Eth.js.map +1 -1
- package/lib-es/errors.d.ts +3 -0
- package/lib-es/errors.d.ts.map +1 -1
- package/lib-es/errors.js +1 -0
- package/lib-es/errors.js.map +1 -1
- package/lib-es/modules/Domains/index.js +6 -15
- package/lib-es/modules/Domains/index.js.map +1 -1
- package/lib-es/modules/EIP712/index.d.ts.map +1 -1
- package/lib-es/modules/EIP712/index.js +112 -125
- package/lib-es/modules/EIP712/index.js.map +1 -1
- package/lib-es/modules/EIP712/types.d.ts +1 -0
- package/lib-es/modules/EIP712/types.d.ts.map +1 -1
- package/lib-es/modules/EIP712/utils.d.ts +1 -0
- package/lib-es/modules/EIP712/utils.d.ts.map +1 -1
- package/lib-es/modules/EIP712/utils.js +14 -24
- package/lib-es/modules/EIP712/utils.js.map +1 -1
- package/lib-es/modules/Uniswap/constants.d.ts.map +1 -1
- package/lib-es/modules/Uniswap/constants.js +1 -0
- package/lib-es/modules/Uniswap/constants.js.map +1 -1
- package/lib-es/modules/Uniswap/decoders.d.ts.map +1 -1
- package/lib-es/modules/Uniswap/decoders.js +8 -3
- package/lib-es/modules/Uniswap/decoders.js.map +1 -1
- package/lib-es/modules/Uniswap/index.d.ts +2 -1
- package/lib-es/modules/Uniswap/index.d.ts.map +1 -1
- package/lib-es/modules/Uniswap/index.js +11 -20
- package/lib-es/modules/Uniswap/index.js.map +1 -1
- package/lib-es/modules/Uniswap/types.d.ts +1 -1
- package/lib-es/modules/Uniswap/types.d.ts.map +1 -1
- package/lib-es/services/ledger/contracts.js +4 -13
- package/lib-es/services/ledger/contracts.js.map +1 -1
- package/lib-es/services/ledger/erc20.d.ts +2 -1
- package/lib-es/services/ledger/erc20.d.ts.map +1 -1
- package/lib-es/services/ledger/erc20.js +16 -32
- package/lib-es/services/ledger/erc20.js.map +1 -1
- package/lib-es/services/ledger/index.d.ts.map +1 -1
- package/lib-es/services/ledger/index.js +34 -32
- package/lib-es/services/ledger/index.js.map +1 -1
- package/lib-es/services/ledger/loadConfig.d.ts.map +1 -1
- package/lib-es/services/ledger/loadConfig.js +7 -1
- package/lib-es/services/ledger/loadConfig.js.map +1 -1
- package/lib-es/services/ledger/nfts.js +9 -19
- package/lib-es/services/ledger/nfts.js.map +1 -1
- package/lib-es/services/types.d.ts +3 -0
- package/lib-es/services/types.d.ts.map +1 -1
- package/lib-es/utils.d.ts +56 -9
- package/lib-es/utils.d.ts.map +1 -1
- package/lib-es/utils.js +148 -81
- package/lib-es/utils.js.map +1 -1
- package/package.json +19 -15
- package/src/Eth.ts +51 -82
- package/src/errors.ts +3 -0
- package/src/modules/EIP712/index.ts +17 -4
- package/src/modules/Uniswap/constants.ts +1 -0
- package/src/modules/Uniswap/decoders.ts +10 -3
- package/src/modules/Uniswap/index.ts +9 -8
- package/src/modules/Uniswap/types.ts +2 -1
- package/src/services/ledger/erc20.ts +16 -19
- package/src/services/ledger/index.ts +50 -22
- package/src/services/ledger/loadConfig.ts +4 -1
- package/src/services/ledger/nfts.ts +1 -1
- package/src/services/types.ts +12 -0
- package/src/utils.ts +170 -85
- package/tests/EIP712/filtered-signMessage.unit.test.ts +28 -116
- package/tests/EIP712/noFilter-signMessage.unit.test.ts +0 -2
- package/tests/ERC20/ERC20-CAL-KO.unit.test.ts +14 -25
- package/tests/ERC20/ERC20-CAL-OK.unit.test.ts +15 -10
- package/tests/Eth.unit.test.ts +242 -314
- package/tests/Uniswap/decoders.unit.test.ts +10 -0
- package/tests/Uniswap/index.unit.test.ts +17 -26
- package/tests/fixtures/messages/15-permit.json +3 -3
- package/tests/fixtures/messages/16-permit2.json +3 -3
- package/tests/fixtures/messages/17-uniswapx.json +5 -5
- package/tests/fixtures/utils.ts +17 -18
- package/tests/ledgerService.unit.test.ts +5 -7
- package/tests/utils.unit.test.ts +341 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,962 @@
|
|
|
1
1
|
# @ledgerhq/hw-app-eth
|
|
2
2
|
|
|
3
|
-
## 7.0.0-nightly.
|
|
3
|
+
## 7.0.0-nightly.20251120135143
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#12628](https://github.com/LedgerHQ/ledger-live/pull/12628) [`a9e22b3`](https://github.com/LedgerHQ/ledger-live/commit/a9e22b31ce036537237a3f216a943b07ab4caf72) Thanks [@gre-ledger](https://github.com/gre-ledger)! - No longer implicitly embed erc20 signatures. See README if you still rely on static ERC20 signatures.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`74a340b`](https://github.com/LedgerHQ/ledger-live/commit/74a340b258589c9c37476103029eb036b930616c), [`a6bc24e`](https://github.com/LedgerHQ/ledger-live/commit/a6bc24ee988b98bf82f807ac5ce731ba79813901), [`544721d`](https://github.com/LedgerHQ/ledger-live/commit/544721d198454526ef83516619d59c881ba34eb9), [`fe81926`](https://github.com/LedgerHQ/ledger-live/commit/fe81926afeb2df8e917e6bd1e4cbab13f09647fd), [`1c6f5f5`](https://github.com/LedgerHQ/ledger-live/commit/1c6f5f5843349b1955f7ca466f98cbe4ffcdaddf), [`927ae64`](https://github.com/LedgerHQ/ledger-live/commit/927ae64db0bb04af54e25623655a001a68e0f2d3), [`d5d838a`](https://github.com/LedgerHQ/ledger-live/commit/d5d838a23e00edd53293843781c559c41db4e854), [`903ea9c`](https://github.com/LedgerHQ/ledger-live/commit/903ea9cdacf704a0119de2803a4f409b775391a5), [`c40e9da`](https://github.com/LedgerHQ/ledger-live/commit/c40e9da68452fe9827b9435ff2d162291186be73), [`70049be`](https://github.com/LedgerHQ/ledger-live/commit/70049bed0cd0a8c7a9e4947a63af82061dad46c0), [`0d33751`](https://github.com/LedgerHQ/ledger-live/commit/0d33751bb2ae599d0d26ce6a8efdbe01757f12fb), [`5b41dd5`](https://github.com/LedgerHQ/ledger-live/commit/5b41dd56e024a5d03ba0e49084113c04887395db), [`aadcec6`](https://github.com/LedgerHQ/ledger-live/commit/aadcec66847b800f79452ba1df09149e0a1cb9e8), [`ed8532b`](https://github.com/LedgerHQ/ledger-live/commit/ed8532bad754ca2b5f1788c6e92f4646b775ec79), [`9659a34`](https://github.com/LedgerHQ/ledger-live/commit/9659a34d9998d5c4dff8618bf6cef7d16403680d), [`c70f6a8`](https://github.com/LedgerHQ/ledger-live/commit/c70f6a8370056b6fd8f236205471359d6f9b846f)]:
|
|
12
|
+
- @ledgerhq/types-live@6.89.0-nightly.20251120135143
|
|
13
|
+
- @ledgerhq/domain-service@1.4.1-nightly.20251120135143
|
|
14
|
+
- @ledgerhq/evm-tools@1.8.1-nightly.20251120135143
|
|
15
|
+
|
|
16
|
+
## 6.47.0
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- [#12321](https://github.com/LedgerHQ/ledger-live/pull/12321) [`63e8f34`](https://github.com/LedgerHQ/ledger-live/commit/63e8f342f6b951ab77bb710b9971f033c05e579e) Thanks [@mcayuelas-ledger](https://github.com/mcayuelas-ledger)! - Bump axios version to 1.12.2
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- Updated dependencies [[`63e8f34`](https://github.com/LedgerHQ/ledger-live/commit/63e8f342f6b951ab77bb710b9971f033c05e579e), [`34b28dd`](https://github.com/LedgerHQ/ledger-live/commit/34b28dd5e819906daaa79db5fe6064674def5e7d), [`7744980`](https://github.com/LedgerHQ/ledger-live/commit/774498090411f1a6d6c06395dda1fc7cd24adf24), [`77566c5`](https://github.com/LedgerHQ/ledger-live/commit/77566c5a3b5795f5938bd5daaa5f8d65934c56b8), [`759064d`](https://github.com/LedgerHQ/ledger-live/commit/759064d4815c636af2d73ba548a85b4f53e7b491), [`f392f69`](https://github.com/LedgerHQ/ledger-live/commit/f392f6912f445cc2f7cf4dfcfd030fa3da76f736), [`3d4188a`](https://github.com/LedgerHQ/ledger-live/commit/3d4188a26021d33b950129d82cb55d2c2e8d4358), [`2c6a198`](https://github.com/LedgerHQ/ledger-live/commit/2c6a198ba28391695202a0787ce168c53768ff37)]:
|
|
25
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.7.0
|
|
26
|
+
- @ledgerhq/domain-service@1.4.0
|
|
27
|
+
- @ledgerhq/evm-tools@1.8.0
|
|
28
|
+
- @ledgerhq/types-live@6.88.0
|
|
29
|
+
- @ledgerhq/errors@6.27.0
|
|
30
|
+
- @ledgerhq/hw-transport@6.31.13
|
|
31
|
+
- @ledgerhq/hw-transport-mocker@6.29.13
|
|
32
|
+
|
|
33
|
+
## 6.47.0-next.0
|
|
34
|
+
|
|
35
|
+
### Minor Changes
|
|
36
|
+
|
|
37
|
+
- [#12321](https://github.com/LedgerHQ/ledger-live/pull/12321) [`63e8f34`](https://github.com/LedgerHQ/ledger-live/commit/63e8f342f6b951ab77bb710b9971f033c05e579e) Thanks [@mcayuelas-ledger](https://github.com/mcayuelas-ledger)! - Bump axios version to 1.12.2
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- Updated dependencies [[`63e8f34`](https://github.com/LedgerHQ/ledger-live/commit/63e8f342f6b951ab77bb710b9971f033c05e579e), [`34b28dd`](https://github.com/LedgerHQ/ledger-live/commit/34b28dd5e819906daaa79db5fe6064674def5e7d), [`7744980`](https://github.com/LedgerHQ/ledger-live/commit/774498090411f1a6d6c06395dda1fc7cd24adf24), [`77566c5`](https://github.com/LedgerHQ/ledger-live/commit/77566c5a3b5795f5938bd5daaa5f8d65934c56b8), [`759064d`](https://github.com/LedgerHQ/ledger-live/commit/759064d4815c636af2d73ba548a85b4f53e7b491), [`f392f69`](https://github.com/LedgerHQ/ledger-live/commit/f392f6912f445cc2f7cf4dfcfd030fa3da76f736), [`3d4188a`](https://github.com/LedgerHQ/ledger-live/commit/3d4188a26021d33b950129d82cb55d2c2e8d4358), [`2c6a198`](https://github.com/LedgerHQ/ledger-live/commit/2c6a198ba28391695202a0787ce168c53768ff37)]:
|
|
42
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.7.0-next.0
|
|
43
|
+
- @ledgerhq/domain-service@1.4.0-next.0
|
|
44
|
+
- @ledgerhq/evm-tools@1.8.0-next.0
|
|
45
|
+
- @ledgerhq/types-live@6.88.0-next.0
|
|
46
|
+
- @ledgerhq/errors@6.27.0-next.0
|
|
47
|
+
- @ledgerhq/hw-transport@6.31.13-next.0
|
|
48
|
+
- @ledgerhq/hw-transport-mocker@6.29.13-next.0
|
|
49
|
+
|
|
50
|
+
## 6.46.1
|
|
51
|
+
|
|
52
|
+
### Patch Changes
|
|
53
|
+
|
|
54
|
+
- Updated dependencies [[`4cac377`](https://github.com/LedgerHQ/ledger-live/commit/4cac377401fac788e2bbedf7aee1ee57b82f4d18), [`b88faa1`](https://github.com/LedgerHQ/ledger-live/commit/b88faa18e2f5cd309b54fc3157a44db606846cc5), [`cfe65ca`](https://github.com/LedgerHQ/ledger-live/commit/cfe65cafa268be4e53197ee163ce78f28ed72592), [`a9aacdb`](https://github.com/LedgerHQ/ledger-live/commit/a9aacdb330700f0a294833f7d77de17f179229b2), [`89ac0ed`](https://github.com/LedgerHQ/ledger-live/commit/89ac0eddc145dcf5c7cf240aa8be4301372c8f33), [`8645f01`](https://github.com/LedgerHQ/ledger-live/commit/8645f016191d29a55f6b0ca6e4b1d1909fd35445), [`db25e21`](https://github.com/LedgerHQ/ledger-live/commit/db25e212b87dea426b153c6f1d988cead63c8c46), [`cab7d97`](https://github.com/LedgerHQ/ledger-live/commit/cab7d9794e7babb8220c6d339fb08e618e3d4202)]:
|
|
55
|
+
- @ledgerhq/domain-service@1.3.0
|
|
56
|
+
- @ledgerhq/types-live@6.87.0
|
|
57
|
+
- @ledgerhq/evm-tools@1.7.9
|
|
58
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.6.5
|
|
59
|
+
|
|
60
|
+
## 6.46.1-next.1
|
|
61
|
+
|
|
62
|
+
### Patch Changes
|
|
63
|
+
|
|
64
|
+
- Updated dependencies [[`b88faa1`](https://github.com/LedgerHQ/ledger-live/commit/b88faa18e2f5cd309b54fc3157a44db606846cc5)]:
|
|
65
|
+
- @ledgerhq/types-live@6.87.0-next.1
|
|
66
|
+
- @ledgerhq/domain-service@1.3.0-next.1
|
|
67
|
+
- @ledgerhq/evm-tools@1.7.9-next.0
|
|
68
|
+
|
|
69
|
+
## 6.46.1-next.0
|
|
70
|
+
|
|
71
|
+
### Patch Changes
|
|
72
|
+
|
|
73
|
+
- Updated dependencies [[`4cac377`](https://github.com/LedgerHQ/ledger-live/commit/4cac377401fac788e2bbedf7aee1ee57b82f4d18), [`cfe65ca`](https://github.com/LedgerHQ/ledger-live/commit/cfe65cafa268be4e53197ee163ce78f28ed72592), [`a9aacdb`](https://github.com/LedgerHQ/ledger-live/commit/a9aacdb330700f0a294833f7d77de17f179229b2), [`89ac0ed`](https://github.com/LedgerHQ/ledger-live/commit/89ac0eddc145dcf5c7cf240aa8be4301372c8f33), [`8645f01`](https://github.com/LedgerHQ/ledger-live/commit/8645f016191d29a55f6b0ca6e4b1d1909fd35445), [`db25e21`](https://github.com/LedgerHQ/ledger-live/commit/db25e212b87dea426b153c6f1d988cead63c8c46), [`cab7d97`](https://github.com/LedgerHQ/ledger-live/commit/cab7d9794e7babb8220c6d339fb08e618e3d4202)]:
|
|
74
|
+
- @ledgerhq/domain-service@1.3.0-next.0
|
|
75
|
+
- @ledgerhq/types-live@6.87.0-next.0
|
|
76
|
+
- @ledgerhq/evm-tools@1.7.9-next.0
|
|
77
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.6.5-next.0
|
|
78
|
+
|
|
79
|
+
## 6.46.0
|
|
80
|
+
|
|
81
|
+
### Minor Changes
|
|
82
|
+
|
|
83
|
+
- [#11838](https://github.com/LedgerHQ/ledger-live/pull/11838) [`c2d8d86`](https://github.com/LedgerHQ/ledger-live/commit/c2d8d8670f848989836c46ea08ae88c88086fdd6) Thanks [@semeano](https://github.com/semeano)! - Enable Celo tokens
|
|
84
|
+
|
|
85
|
+
### Patch Changes
|
|
86
|
+
|
|
87
|
+
- Updated dependencies [[`e04d493`](https://github.com/LedgerHQ/ledger-live/commit/e04d49340c65c8b4608a37bb726d21350fdd32f1), [`a37c06f`](https://github.com/LedgerHQ/ledger-live/commit/a37c06f97b061a5db0dad3632bb5c3e8f293677c), [`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), [`f015ef3`](https://github.com/LedgerHQ/ledger-live/commit/f015ef32660905d00f55a45f451f38bc12aec9ba), [`e3bcefb`](https://github.com/LedgerHQ/ledger-live/commit/e3bcefbf8a46c91388d6f936fd31d6ffcdc24756)]:
|
|
88
|
+
- @ledgerhq/types-live@6.86.0
|
|
89
|
+
- @ledgerhq/errors@6.26.0
|
|
90
|
+
- @ledgerhq/domain-service@1.2.45
|
|
91
|
+
- @ledgerhq/evm-tools@1.7.8
|
|
92
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.6.4
|
|
93
|
+
- @ledgerhq/hw-transport@6.31.12
|
|
94
|
+
- @ledgerhq/hw-transport-mocker@6.29.12
|
|
95
|
+
|
|
96
|
+
## 6.46.0-next.0
|
|
97
|
+
|
|
98
|
+
### Minor Changes
|
|
99
|
+
|
|
100
|
+
- [#11838](https://github.com/LedgerHQ/ledger-live/pull/11838) [`c2d8d86`](https://github.com/LedgerHQ/ledger-live/commit/c2d8d8670f848989836c46ea08ae88c88086fdd6) Thanks [@semeano](https://github.com/semeano)! - Enable Celo tokens
|
|
101
|
+
|
|
102
|
+
### Patch Changes
|
|
103
|
+
|
|
104
|
+
- Updated dependencies [[`e04d493`](https://github.com/LedgerHQ/ledger-live/commit/e04d49340c65c8b4608a37bb726d21350fdd32f1), [`a37c06f`](https://github.com/LedgerHQ/ledger-live/commit/a37c06f97b061a5db0dad3632bb5c3e8f293677c), [`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), [`f015ef3`](https://github.com/LedgerHQ/ledger-live/commit/f015ef32660905d00f55a45f451f38bc12aec9ba), [`e3bcefb`](https://github.com/LedgerHQ/ledger-live/commit/e3bcefbf8a46c91388d6f936fd31d6ffcdc24756)]:
|
|
105
|
+
- @ledgerhq/types-live@6.86.0-next.0
|
|
106
|
+
- @ledgerhq/errors@6.26.0-next.0
|
|
107
|
+
- @ledgerhq/domain-service@1.2.45-next.0
|
|
108
|
+
- @ledgerhq/evm-tools@1.7.8-next.0
|
|
109
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.6.4-next.0
|
|
110
|
+
- @ledgerhq/hw-transport@6.31.12-next.0
|
|
111
|
+
- @ledgerhq/hw-transport-mocker@6.29.12-next.0
|
|
112
|
+
|
|
113
|
+
## 6.45.19
|
|
114
|
+
|
|
115
|
+
### Patch Changes
|
|
116
|
+
|
|
117
|
+
- Updated dependencies [[`9b8689a`](https://github.com/LedgerHQ/ledger-live/commit/9b8689ae2c44bdeccae26378e05cbf6899b83aec), [`c8fe586`](https://github.com/LedgerHQ/ledger-live/commit/c8fe586f1427d4d7a9fad092b51221ec8221399d), [`3b5576e`](https://github.com/LedgerHQ/ledger-live/commit/3b5576e0b67fedad0f5dbbd6b9546281af4e6111), [`13ac4d7`](https://github.com/LedgerHQ/ledger-live/commit/13ac4d7ed05f0fc448cc0a013688c917cb73e0f5), [`ed4c073`](https://github.com/LedgerHQ/ledger-live/commit/ed4c073b304d85355cf510551bcb225de4a3391c)]:
|
|
118
|
+
- @ledgerhq/types-live@6.85.0
|
|
119
|
+
- @ledgerhq/hw-transport@6.31.11
|
|
120
|
+
- @ledgerhq/evm-tools@1.7.7
|
|
121
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.6.3
|
|
122
|
+
- @ledgerhq/domain-service@1.2.44
|
|
123
|
+
- @ledgerhq/hw-transport-mocker@6.29.11
|
|
124
|
+
|
|
125
|
+
## 6.45.19-next.0
|
|
126
|
+
|
|
127
|
+
### Patch Changes
|
|
128
|
+
|
|
129
|
+
- Updated dependencies [[`9b8689a`](https://github.com/LedgerHQ/ledger-live/commit/9b8689ae2c44bdeccae26378e05cbf6899b83aec), [`c8fe586`](https://github.com/LedgerHQ/ledger-live/commit/c8fe586f1427d4d7a9fad092b51221ec8221399d), [`3b5576e`](https://github.com/LedgerHQ/ledger-live/commit/3b5576e0b67fedad0f5dbbd6b9546281af4e6111), [`13ac4d7`](https://github.com/LedgerHQ/ledger-live/commit/13ac4d7ed05f0fc448cc0a013688c917cb73e0f5), [`ed4c073`](https://github.com/LedgerHQ/ledger-live/commit/ed4c073b304d85355cf510551bcb225de4a3391c)]:
|
|
130
|
+
- @ledgerhq/types-live@6.85.0-next.0
|
|
131
|
+
- @ledgerhq/hw-transport@6.31.11-next.0
|
|
132
|
+
- @ledgerhq/evm-tools@1.7.7-next.0
|
|
133
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.6.3-next.0
|
|
134
|
+
- @ledgerhq/domain-service@1.2.44-next.0
|
|
135
|
+
- @ledgerhq/hw-transport-mocker@6.29.11-next.0
|
|
136
|
+
|
|
137
|
+
## 6.45.18
|
|
138
|
+
|
|
139
|
+
### Patch Changes
|
|
140
|
+
|
|
141
|
+
- Updated dependencies [[`228ed30`](https://github.com/LedgerHQ/ledger-live/commit/228ed3030601644e807e85a1693276b788b5cd2a), [`a87922d`](https://github.com/LedgerHQ/ledger-live/commit/a87922dc99e4f2e4b40a46fd52ad08a71012fe94), [`80a109a`](https://github.com/LedgerHQ/ledger-live/commit/80a109a5f8ecdbb22cf6fb3ec084398a7e54dcfb)]:
|
|
142
|
+
- @ledgerhq/types-live@6.84.0
|
|
143
|
+
- @ledgerhq/domain-service@1.2.43
|
|
144
|
+
- @ledgerhq/evm-tools@1.7.6
|
|
145
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.6.2
|
|
146
|
+
|
|
147
|
+
## 6.45.18-next.0
|
|
148
|
+
|
|
149
|
+
### Patch Changes
|
|
150
|
+
|
|
151
|
+
- Updated dependencies [[`228ed30`](https://github.com/LedgerHQ/ledger-live/commit/228ed3030601644e807e85a1693276b788b5cd2a), [`a87922d`](https://github.com/LedgerHQ/ledger-live/commit/a87922dc99e4f2e4b40a46fd52ad08a71012fe94), [`80a109a`](https://github.com/LedgerHQ/ledger-live/commit/80a109a5f8ecdbb22cf6fb3ec084398a7e54dcfb)]:
|
|
152
|
+
- @ledgerhq/types-live@6.84.0-next.0
|
|
153
|
+
- @ledgerhq/domain-service@1.2.43-next.0
|
|
154
|
+
- @ledgerhq/evm-tools@1.7.6-next.0
|
|
155
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.6.2-next.0
|
|
156
|
+
|
|
157
|
+
## 6.45.17
|
|
158
|
+
|
|
159
|
+
### Patch Changes
|
|
160
|
+
|
|
161
|
+
- Updated dependencies [[`e9fa7aa`](https://github.com/LedgerHQ/ledger-live/commit/e9fa7aa8c8d0414416ec7c12acf30b7623b2eda3), [`d6a6a94`](https://github.com/LedgerHQ/ledger-live/commit/d6a6a949d45fdd2f97f15842c808bf6d1058403f), [`8936f39`](https://github.com/LedgerHQ/ledger-live/commit/8936f390edbe9cbc36ac6590b01562daf5c580e1)]:
|
|
162
|
+
- @ledgerhq/types-live@6.83.0
|
|
163
|
+
- @ledgerhq/errors@6.25.0
|
|
164
|
+
- @ledgerhq/domain-service@1.2.42
|
|
165
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.6.1
|
|
166
|
+
- @ledgerhq/evm-tools@1.7.5
|
|
167
|
+
- @ledgerhq/hw-transport@6.31.10
|
|
168
|
+
- @ledgerhq/hw-transport-mocker@6.29.10
|
|
169
|
+
|
|
170
|
+
## 6.45.17-next.0
|
|
171
|
+
|
|
172
|
+
### Patch Changes
|
|
173
|
+
|
|
174
|
+
- Updated dependencies [[`e9fa7aa`](https://github.com/LedgerHQ/ledger-live/commit/e9fa7aa8c8d0414416ec7c12acf30b7623b2eda3), [`d6a6a94`](https://github.com/LedgerHQ/ledger-live/commit/d6a6a949d45fdd2f97f15842c808bf6d1058403f), [`8936f39`](https://github.com/LedgerHQ/ledger-live/commit/8936f390edbe9cbc36ac6590b01562daf5c580e1)]:
|
|
175
|
+
- @ledgerhq/types-live@6.83.0-next.0
|
|
176
|
+
- @ledgerhq/errors@6.25.0-next.0
|
|
177
|
+
- @ledgerhq/domain-service@1.2.42-next.0
|
|
178
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.6.1-next.0
|
|
179
|
+
- @ledgerhq/evm-tools@1.7.5-next.0
|
|
180
|
+
- @ledgerhq/hw-transport@6.31.10-next.0
|
|
181
|
+
- @ledgerhq/hw-transport-mocker@6.29.10-next.0
|
|
182
|
+
|
|
183
|
+
## 6.45.16
|
|
184
|
+
|
|
185
|
+
### Patch Changes
|
|
186
|
+
|
|
187
|
+
- Updated dependencies [[`1f1cbeb`](https://github.com/LedgerHQ/ledger-live/commit/1f1cbeb4485fb4b85b76ffe040c632d049f4e0c4), [`31dceca`](https://github.com/LedgerHQ/ledger-live/commit/31dcecad24abdaa8a77208e82532c47728c11180)]:
|
|
188
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.6.0
|
|
189
|
+
- @ledgerhq/types-live@6.82.0
|
|
190
|
+
- @ledgerhq/evm-tools@1.7.4
|
|
191
|
+
- @ledgerhq/domain-service@1.2.41
|
|
192
|
+
|
|
193
|
+
## 6.45.16-next.0
|
|
194
|
+
|
|
195
|
+
### Patch Changes
|
|
196
|
+
|
|
197
|
+
- Updated dependencies [[`1f1cbeb`](https://github.com/LedgerHQ/ledger-live/commit/1f1cbeb4485fb4b85b76ffe040c632d049f4e0c4), [`31dceca`](https://github.com/LedgerHQ/ledger-live/commit/31dcecad24abdaa8a77208e82532c47728c11180)]:
|
|
198
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.6.0-next.0
|
|
199
|
+
- @ledgerhq/types-live@6.82.0-next.0
|
|
200
|
+
- @ledgerhq/evm-tools@1.7.4-next.0
|
|
201
|
+
- @ledgerhq/domain-service@1.2.41-next.0
|
|
202
|
+
|
|
203
|
+
## 6.45.15
|
|
204
|
+
|
|
205
|
+
### Patch Changes
|
|
206
|
+
|
|
207
|
+
- Updated dependencies [[`354fa83`](https://github.com/LedgerHQ/ledger-live/commit/354fa83c8107cf8e6b56a8b306569ee65980e10c), [`67e2a7c`](https://github.com/LedgerHQ/ledger-live/commit/67e2a7c5a74d000f22684254778dfec5b8b5163d)]:
|
|
208
|
+
- @ledgerhq/errors@6.24.0
|
|
209
|
+
- @ledgerhq/types-live@6.81.0
|
|
210
|
+
- @ledgerhq/evm-tools@1.7.3
|
|
211
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.12
|
|
212
|
+
- @ledgerhq/domain-service@1.2.40
|
|
213
|
+
- @ledgerhq/hw-transport@6.31.9
|
|
214
|
+
- @ledgerhq/hw-transport-mocker@6.29.9
|
|
215
|
+
|
|
216
|
+
## 6.45.15-next.0
|
|
217
|
+
|
|
218
|
+
### Patch Changes
|
|
219
|
+
|
|
220
|
+
- Updated dependencies [[`354fa83`](https://github.com/LedgerHQ/ledger-live/commit/354fa83c8107cf8e6b56a8b306569ee65980e10c), [`67e2a7c`](https://github.com/LedgerHQ/ledger-live/commit/67e2a7c5a74d000f22684254778dfec5b8b5163d)]:
|
|
221
|
+
- @ledgerhq/errors@6.24.0-next.0
|
|
222
|
+
- @ledgerhq/types-live@6.81.0-next.0
|
|
223
|
+
- @ledgerhq/evm-tools@1.7.3-next.0
|
|
224
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.12-next.0
|
|
225
|
+
- @ledgerhq/domain-service@1.2.40-next.0
|
|
226
|
+
- @ledgerhq/hw-transport@6.31.9-next.0
|
|
227
|
+
- @ledgerhq/hw-transport-mocker@6.29.9-next.0
|
|
228
|
+
|
|
229
|
+
## 6.45.14
|
|
230
|
+
|
|
231
|
+
### Patch Changes
|
|
232
|
+
|
|
233
|
+
- Updated dependencies [[`2da9b4a`](https://github.com/LedgerHQ/ledger-live/commit/2da9b4a5dd9fec3fea188fc9fa107b2c3479d1be)]:
|
|
234
|
+
- @ledgerhq/types-live@6.80.0
|
|
235
|
+
- @ledgerhq/domain-service@1.2.39
|
|
236
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.11
|
|
237
|
+
- @ledgerhq/evm-tools@1.7.2
|
|
238
|
+
|
|
239
|
+
## 6.45.14-next.0
|
|
240
|
+
|
|
241
|
+
### Patch Changes
|
|
242
|
+
|
|
243
|
+
- Updated dependencies [[`2da9b4a`](https://github.com/LedgerHQ/ledger-live/commit/2da9b4a5dd9fec3fea188fc9fa107b2c3479d1be)]:
|
|
244
|
+
- @ledgerhq/types-live@6.80.0-next.0
|
|
245
|
+
- @ledgerhq/domain-service@1.2.39-next.0
|
|
246
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.11-next.0
|
|
247
|
+
- @ledgerhq/evm-tools@1.7.2-next.0
|
|
248
|
+
|
|
249
|
+
## 6.45.13
|
|
250
|
+
|
|
251
|
+
### Patch Changes
|
|
252
|
+
|
|
253
|
+
- Updated dependencies [[`4eee376`](https://github.com/LedgerHQ/ledger-live/commit/4eee3767b513dfb58a156cf2ce8086e31a7d55bf), [`6312f3a`](https://github.com/LedgerHQ/ledger-live/commit/6312f3a039e3018dfd78d231fa91ecf8fc82a118), [`8423a9f`](https://github.com/LedgerHQ/ledger-live/commit/8423a9fbba0d54d18ff35c0519a82829fc8042e0), [`6792990`](https://github.com/LedgerHQ/ledger-live/commit/6792990d8130ec297192bb7d6b98aef024e81dfa)]:
|
|
254
|
+
- @ledgerhq/types-live@6.79.0
|
|
255
|
+
- @ledgerhq/domain-service@1.2.38
|
|
256
|
+
- @ledgerhq/evm-tools@1.7.1
|
|
257
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.10
|
|
258
|
+
|
|
259
|
+
## 6.45.13-next.1
|
|
260
|
+
|
|
261
|
+
### Patch Changes
|
|
262
|
+
|
|
263
|
+
- Updated dependencies [[`8423a9f`](https://github.com/LedgerHQ/ledger-live/commit/8423a9fbba0d54d18ff35c0519a82829fc8042e0)]:
|
|
264
|
+
- @ledgerhq/types-live@6.79.0-next.1
|
|
265
|
+
- @ledgerhq/domain-service@1.2.38-next.1
|
|
266
|
+
- @ledgerhq/evm-tools@1.7.1
|
|
267
|
+
|
|
268
|
+
## 6.45.13-next.0
|
|
269
|
+
|
|
270
|
+
### Patch Changes
|
|
271
|
+
|
|
272
|
+
- Updated dependencies [[`4eee376`](https://github.com/LedgerHQ/ledger-live/commit/4eee3767b513dfb58a156cf2ce8086e31a7d55bf), [`6312f3a`](https://github.com/LedgerHQ/ledger-live/commit/6312f3a039e3018dfd78d231fa91ecf8fc82a118), [`6792990`](https://github.com/LedgerHQ/ledger-live/commit/6792990d8130ec297192bb7d6b98aef024e81dfa)]:
|
|
273
|
+
- @ledgerhq/types-live@6.79.0-next.0
|
|
274
|
+
- @ledgerhq/domain-service@1.2.38-next.0
|
|
275
|
+
- @ledgerhq/evm-tools@1.7.1
|
|
276
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.10
|
|
277
|
+
|
|
278
|
+
## 6.45.12
|
|
279
|
+
|
|
280
|
+
### Patch Changes
|
|
281
|
+
|
|
282
|
+
- Updated dependencies [[`0e32a4e`](https://github.com/LedgerHQ/ledger-live/commit/0e32a4e5482ad2d3002483632770a2d7981b7a5a), [`20406e5`](https://github.com/LedgerHQ/ledger-live/commit/20406e52b4167289fced610c6ca9824a6d68cdac)]:
|
|
283
|
+
- @ledgerhq/types-live@6.78.0
|
|
284
|
+
- @ledgerhq/errors@6.23.0
|
|
285
|
+
- @ledgerhq/evm-tools@1.7.1
|
|
286
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.10
|
|
287
|
+
- @ledgerhq/domain-service@1.2.37
|
|
288
|
+
- @ledgerhq/hw-transport@6.31.8
|
|
289
|
+
- @ledgerhq/hw-transport-mocker@6.29.8
|
|
290
|
+
|
|
291
|
+
## 6.45.12-next.0
|
|
292
|
+
|
|
293
|
+
### Patch Changes
|
|
294
|
+
|
|
295
|
+
- Updated dependencies [[`0e32a4e`](https://github.com/LedgerHQ/ledger-live/commit/0e32a4e5482ad2d3002483632770a2d7981b7a5a), [`20406e5`](https://github.com/LedgerHQ/ledger-live/commit/20406e52b4167289fced610c6ca9824a6d68cdac)]:
|
|
296
|
+
- @ledgerhq/types-live@6.78.0-next.0
|
|
297
|
+
- @ledgerhq/errors@6.23.0-next.0
|
|
298
|
+
- @ledgerhq/evm-tools@1.7.1-next.0
|
|
299
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.10-next.0
|
|
300
|
+
- @ledgerhq/domain-service@1.2.37-next.0
|
|
301
|
+
- @ledgerhq/hw-transport@6.31.8-next.0
|
|
302
|
+
- @ledgerhq/hw-transport-mocker@6.29.8-next.0
|
|
303
|
+
|
|
304
|
+
## 6.45.11
|
|
305
|
+
|
|
306
|
+
### Patch Changes
|
|
307
|
+
|
|
308
|
+
- Updated dependencies [[`d053a79`](https://github.com/LedgerHQ/ledger-live/commit/d053a7969ac7976ea6d10955c3cfa47621be1b32), [`0232f73`](https://github.com/LedgerHQ/ledger-live/commit/0232f73efa73eb3a16c306f25dd110e12b9c1fb7)]:
|
|
309
|
+
- @ledgerhq/types-live@6.77.0
|
|
310
|
+
- @ledgerhq/domain-service@1.2.36
|
|
311
|
+
- @ledgerhq/evm-tools@1.7.0
|
|
312
|
+
|
|
313
|
+
## 6.45.11-next.0
|
|
314
|
+
|
|
315
|
+
### Patch Changes
|
|
316
|
+
|
|
317
|
+
- Updated dependencies [[`d053a79`](https://github.com/LedgerHQ/ledger-live/commit/d053a7969ac7976ea6d10955c3cfa47621be1b32), [`0232f73`](https://github.com/LedgerHQ/ledger-live/commit/0232f73efa73eb3a16c306f25dd110e12b9c1fb7)]:
|
|
318
|
+
- @ledgerhq/types-live@6.77.0-next.0
|
|
319
|
+
- @ledgerhq/domain-service@1.2.36-next.0
|
|
320
|
+
- @ledgerhq/evm-tools@1.7.0
|
|
321
|
+
|
|
322
|
+
## 6.45.10
|
|
323
|
+
|
|
324
|
+
### Patch Changes
|
|
325
|
+
|
|
326
|
+
- Updated dependencies [[`c3c2069`](https://github.com/LedgerHQ/ledger-live/commit/c3c2069976c43ebca2bce7896036efd071a22814)]:
|
|
327
|
+
- @ledgerhq/types-live@6.76.0
|
|
328
|
+
- @ledgerhq/domain-service@1.2.35
|
|
329
|
+
- @ledgerhq/evm-tools@1.7.0
|
|
330
|
+
|
|
331
|
+
## 6.45.10-next.0
|
|
332
|
+
|
|
333
|
+
### Patch Changes
|
|
334
|
+
|
|
335
|
+
- Updated dependencies [[`c3c2069`](https://github.com/LedgerHQ/ledger-live/commit/c3c2069976c43ebca2bce7896036efd071a22814)]:
|
|
336
|
+
- @ledgerhq/types-live@6.76.0-next.0
|
|
337
|
+
- @ledgerhq/domain-service@1.2.35-next.0
|
|
338
|
+
- @ledgerhq/evm-tools@1.7.0
|
|
339
|
+
|
|
340
|
+
## 6.45.9
|
|
341
|
+
|
|
342
|
+
### Patch Changes
|
|
343
|
+
|
|
344
|
+
- Updated dependencies [[`2274597`](https://github.com/LedgerHQ/ledger-live/commit/227459709ec157b7e49db4e75c52525e15acd8d2), [`7a1b8c8`](https://github.com/LedgerHQ/ledger-live/commit/7a1b8c8e59383efb02676cfe647c5889a31372bc), [`881dc73`](https://github.com/LedgerHQ/ledger-live/commit/881dc73e98bba95567fc2a4a6c54659d44f22957), [`95bcad3`](https://github.com/LedgerHQ/ledger-live/commit/95bcad3cc17aa7b4139a8ae3b08ecfb15a2fbcdc), [`5735489`](https://github.com/LedgerHQ/ledger-live/commit/5735489ddcee66110fc0cccc6bdd696876b8be4d)]:
|
|
345
|
+
- @ledgerhq/types-live@6.75.0
|
|
346
|
+
- @ledgerhq/evm-tools@1.7.0
|
|
347
|
+
- @ledgerhq/domain-service@1.2.34
|
|
348
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.9
|
|
349
|
+
|
|
350
|
+
## 6.45.9-next.0
|
|
351
|
+
|
|
352
|
+
### Patch Changes
|
|
353
|
+
|
|
354
|
+
- Updated dependencies [[`2274597`](https://github.com/LedgerHQ/ledger-live/commit/227459709ec157b7e49db4e75c52525e15acd8d2), [`7a1b8c8`](https://github.com/LedgerHQ/ledger-live/commit/7a1b8c8e59383efb02676cfe647c5889a31372bc), [`881dc73`](https://github.com/LedgerHQ/ledger-live/commit/881dc73e98bba95567fc2a4a6c54659d44f22957), [`95bcad3`](https://github.com/LedgerHQ/ledger-live/commit/95bcad3cc17aa7b4139a8ae3b08ecfb15a2fbcdc), [`5735489`](https://github.com/LedgerHQ/ledger-live/commit/5735489ddcee66110fc0cccc6bdd696876b8be4d)]:
|
|
355
|
+
- @ledgerhq/types-live@6.75.0-next.0
|
|
356
|
+
- @ledgerhq/evm-tools@1.7.0-next.0
|
|
357
|
+
- @ledgerhq/domain-service@1.2.34-next.0
|
|
358
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.9-next.0
|
|
359
|
+
|
|
360
|
+
## 6.45.8
|
|
361
|
+
|
|
362
|
+
### Patch Changes
|
|
363
|
+
|
|
364
|
+
- Updated dependencies [[`9ceee03`](https://github.com/LedgerHQ/ledger-live/commit/9ceee03c33c41bb035fe64f9303acd36872536b6), [`98eb2eb`](https://github.com/LedgerHQ/ledger-live/commit/98eb2ebce8e12742a68b8f54ba625d63c4958087), [`b5e3217`](https://github.com/LedgerHQ/ledger-live/commit/b5e321789d3a6f9cb1916067790590640db0876f), [`e9739d1`](https://github.com/LedgerHQ/ledger-live/commit/e9739d19946376dd7a8a5f10471594f267f3a95f)]:
|
|
365
|
+
- @ledgerhq/types-live@6.74.0
|
|
366
|
+
- @ledgerhq/errors@6.22.0
|
|
367
|
+
- @ledgerhq/domain-service@1.2.33
|
|
368
|
+
- @ledgerhq/evm-tools@1.6.4
|
|
369
|
+
- @ledgerhq/hw-transport@6.31.7
|
|
370
|
+
- @ledgerhq/hw-transport-mocker@6.29.7
|
|
371
|
+
|
|
372
|
+
## 6.45.8-next.0
|
|
373
|
+
|
|
374
|
+
### Patch Changes
|
|
375
|
+
|
|
376
|
+
- Updated dependencies [[`9ceee03`](https://github.com/LedgerHQ/ledger-live/commit/9ceee03c33c41bb035fe64f9303acd36872536b6), [`98eb2eb`](https://github.com/LedgerHQ/ledger-live/commit/98eb2ebce8e12742a68b8f54ba625d63c4958087), [`b5e3217`](https://github.com/LedgerHQ/ledger-live/commit/b5e321789d3a6f9cb1916067790590640db0876f), [`e9739d1`](https://github.com/LedgerHQ/ledger-live/commit/e9739d19946376dd7a8a5f10471594f267f3a95f)]:
|
|
377
|
+
- @ledgerhq/types-live@6.74.0-next.0
|
|
378
|
+
- @ledgerhq/errors@6.22.0-next.0
|
|
379
|
+
- @ledgerhq/domain-service@1.2.33-next.0
|
|
380
|
+
- @ledgerhq/evm-tools@1.6.4
|
|
381
|
+
- @ledgerhq/hw-transport@6.31.7-next.0
|
|
382
|
+
- @ledgerhq/hw-transport-mocker@6.29.7-next.0
|
|
383
|
+
|
|
384
|
+
## 6.45.7
|
|
385
|
+
|
|
386
|
+
### Patch Changes
|
|
387
|
+
|
|
388
|
+
- Updated dependencies [[`b7d3d59`](https://github.com/LedgerHQ/ledger-live/commit/b7d3d59d299c3d3541d598536651b9047fda4526)]:
|
|
389
|
+
- @ledgerhq/types-live@6.73.0
|
|
390
|
+
- @ledgerhq/evm-tools@1.6.4
|
|
391
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.8
|
|
392
|
+
- @ledgerhq/domain-service@1.2.32
|
|
393
|
+
|
|
394
|
+
## 6.45.7-next.0
|
|
395
|
+
|
|
396
|
+
### Patch Changes
|
|
397
|
+
|
|
398
|
+
- Updated dependencies [[`b7d3d59`](https://github.com/LedgerHQ/ledger-live/commit/b7d3d59d299c3d3541d598536651b9047fda4526)]:
|
|
399
|
+
- @ledgerhq/types-live@6.73.0-next.0
|
|
400
|
+
- @ledgerhq/evm-tools@1.6.4-next.0
|
|
401
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.8-next.0
|
|
402
|
+
- @ledgerhq/domain-service@1.2.32-next.0
|
|
403
|
+
|
|
404
|
+
## 6.45.6
|
|
405
|
+
|
|
406
|
+
### Patch Changes
|
|
407
|
+
|
|
408
|
+
- Updated dependencies [[`4ddfe60`](https://github.com/LedgerHQ/ledger-live/commit/4ddfe6060ab8e4e5c0bb89da91e08a02d8ca50e6), [`f42f353`](https://github.com/LedgerHQ/ledger-live/commit/f42f353a593d0a1cd0a237648765080c85d0eea7), [`ebbbd47`](https://github.com/LedgerHQ/ledger-live/commit/ebbbd47efe76d82047a956cb5849be5831f58772), [`f29e4ba`](https://github.com/LedgerHQ/ledger-live/commit/f29e4bae00a4bf470a0c1ca143e505b731543f95), [`1a4e5e5`](https://github.com/LedgerHQ/ledger-live/commit/1a4e5e5913fe5e12d6127b36f3849e4c81e5e50e)]:
|
|
409
|
+
- @ledgerhq/types-live@6.72.0
|
|
410
|
+
- @ledgerhq/logs@6.13.0
|
|
411
|
+
- @ledgerhq/domain-service@1.2.31
|
|
412
|
+
- @ledgerhq/evm-tools@1.6.3
|
|
413
|
+
- @ledgerhq/hw-transport@6.31.6
|
|
414
|
+
- @ledgerhq/hw-transport-mocker@6.29.6
|
|
415
|
+
|
|
416
|
+
## 6.45.6-next.2
|
|
417
|
+
|
|
418
|
+
### Patch Changes
|
|
419
|
+
|
|
420
|
+
- Updated dependencies [[`ebbbd47`](https://github.com/LedgerHQ/ledger-live/commit/ebbbd47efe76d82047a956cb5849be5831f58772)]:
|
|
421
|
+
- @ledgerhq/logs@6.13.0-next.1
|
|
422
|
+
- @ledgerhq/domain-service@1.2.31-next.2
|
|
423
|
+
- @ledgerhq/hw-transport@6.31.6-next.1
|
|
424
|
+
- @ledgerhq/hw-transport-mocker@6.29.6-next.1
|
|
425
|
+
|
|
426
|
+
## 6.45.6-next.1
|
|
427
|
+
|
|
428
|
+
### Patch Changes
|
|
429
|
+
|
|
430
|
+
- Updated dependencies [[`f29e4ba`](https://github.com/LedgerHQ/ledger-live/commit/f29e4bae00a4bf470a0c1ca143e505b731543f95)]:
|
|
431
|
+
- @ledgerhq/logs@6.13.0-next.0
|
|
432
|
+
- @ledgerhq/domain-service@1.2.31-next.1
|
|
433
|
+
- @ledgerhq/hw-transport@6.31.6-next.0
|
|
434
|
+
- @ledgerhq/hw-transport-mocker@6.29.6-next.0
|
|
435
|
+
|
|
436
|
+
## 6.45.6-next.0
|
|
437
|
+
|
|
438
|
+
### Patch Changes
|
|
439
|
+
|
|
440
|
+
- Updated dependencies [[`4ddfe60`](https://github.com/LedgerHQ/ledger-live/commit/4ddfe6060ab8e4e5c0bb89da91e08a02d8ca50e6), [`f42f353`](https://github.com/LedgerHQ/ledger-live/commit/f42f353a593d0a1cd0a237648765080c85d0eea7), [`1a4e5e5`](https://github.com/LedgerHQ/ledger-live/commit/1a4e5e5913fe5e12d6127b36f3849e4c81e5e50e)]:
|
|
441
|
+
- @ledgerhq/types-live@6.72.0-next.0
|
|
442
|
+
- @ledgerhq/domain-service@1.2.31-next.0
|
|
443
|
+
- @ledgerhq/evm-tools@1.6.3
|
|
444
|
+
|
|
445
|
+
## 6.45.5
|
|
446
|
+
|
|
447
|
+
### Patch Changes
|
|
448
|
+
|
|
449
|
+
- Updated dependencies [[`107f35a`](https://github.com/LedgerHQ/ledger-live/commit/107f35a0650412716b088a3503b86435e6d9cf47), [`6253e0e`](https://github.com/LedgerHQ/ledger-live/commit/6253e0e3efcd1a29543cda55c9a5269f97aa770f), [`9081c26`](https://github.com/LedgerHQ/ledger-live/commit/9081c2648490f977469a33762a3c67bb2c2a0be5), [`eff3c94`](https://github.com/LedgerHQ/ledger-live/commit/eff3c94c1eded61518097a4544c3f5b25db1e28a)]:
|
|
450
|
+
- @ledgerhq/errors@6.21.0
|
|
451
|
+
- @ledgerhq/types-live@6.71.0
|
|
452
|
+
- @ledgerhq/domain-service@1.2.30
|
|
453
|
+
- @ledgerhq/hw-transport@6.31.5
|
|
454
|
+
- @ledgerhq/evm-tools@1.6.3
|
|
455
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.7
|
|
456
|
+
- @ledgerhq/hw-transport-mocker@6.29.5
|
|
457
|
+
|
|
458
|
+
## 6.45.5-next.0
|
|
459
|
+
|
|
460
|
+
### Patch Changes
|
|
461
|
+
|
|
462
|
+
- Updated dependencies [[`107f35a`](https://github.com/LedgerHQ/ledger-live/commit/107f35a0650412716b088a3503b86435e6d9cf47), [`6253e0e`](https://github.com/LedgerHQ/ledger-live/commit/6253e0e3efcd1a29543cda55c9a5269f97aa770f), [`9081c26`](https://github.com/LedgerHQ/ledger-live/commit/9081c2648490f977469a33762a3c67bb2c2a0be5), [`eff3c94`](https://github.com/LedgerHQ/ledger-live/commit/eff3c94c1eded61518097a4544c3f5b25db1e28a)]:
|
|
463
|
+
- @ledgerhq/errors@6.21.0-next.0
|
|
464
|
+
- @ledgerhq/types-live@6.71.0-next.0
|
|
465
|
+
- @ledgerhq/domain-service@1.2.30-next.0
|
|
466
|
+
- @ledgerhq/hw-transport@6.31.5-next.0
|
|
467
|
+
- @ledgerhq/evm-tools@1.6.3-next.0
|
|
468
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.7-next.0
|
|
469
|
+
- @ledgerhq/hw-transport-mocker@6.29.5-next.0
|
|
470
|
+
|
|
471
|
+
## 6.45.4
|
|
472
|
+
|
|
473
|
+
### Patch Changes
|
|
474
|
+
|
|
475
|
+
- Updated dependencies [[`a7ba19c`](https://github.com/LedgerHQ/ledger-live/commit/a7ba19cfa5a895572edfcf036a10d2af83efdf38), [`91fe526`](https://github.com/LedgerHQ/ledger-live/commit/91fe526be2710f0fb18b4d035a5d8de630b3d4b5)]:
|
|
476
|
+
- @ledgerhq/types-live@6.70.0
|
|
477
|
+
- @ledgerhq/domain-service@1.2.29
|
|
478
|
+
- @ledgerhq/evm-tools@1.6.2
|
|
479
|
+
|
|
480
|
+
## 6.45.4-next.0
|
|
481
|
+
|
|
482
|
+
### Patch Changes
|
|
483
|
+
|
|
484
|
+
- Updated dependencies [[`a7ba19c`](https://github.com/LedgerHQ/ledger-live/commit/a7ba19cfa5a895572edfcf036a10d2af83efdf38), [`91fe526`](https://github.com/LedgerHQ/ledger-live/commit/91fe526be2710f0fb18b4d035a5d8de630b3d4b5)]:
|
|
485
|
+
- @ledgerhq/types-live@6.70.0-next.0
|
|
486
|
+
- @ledgerhq/domain-service@1.2.29-next.0
|
|
487
|
+
- @ledgerhq/evm-tools@1.6.2
|
|
488
|
+
|
|
489
|
+
## 6.45.3
|
|
490
|
+
|
|
491
|
+
### Patch Changes
|
|
492
|
+
|
|
493
|
+
- Updated dependencies [[`de92b67`](https://github.com/LedgerHQ/ledger-live/commit/de92b67ab9c8a553a817a245cecbfe292249d431), [`1d72da9`](https://github.com/LedgerHQ/ledger-live/commit/1d72da911a56d5b25fb6464e60ac236927823ce4)]:
|
|
494
|
+
- @ledgerhq/types-live@6.69.0
|
|
495
|
+
- @ledgerhq/domain-service@1.2.28
|
|
496
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.6
|
|
497
|
+
- @ledgerhq/evm-tools@1.6.2
|
|
498
|
+
|
|
499
|
+
## 6.45.3-next.0
|
|
500
|
+
|
|
501
|
+
### Patch Changes
|
|
502
|
+
|
|
503
|
+
- Updated dependencies [[`de92b67`](https://github.com/LedgerHQ/ledger-live/commit/de92b67ab9c8a553a817a245cecbfe292249d431), [`1d72da9`](https://github.com/LedgerHQ/ledger-live/commit/1d72da911a56d5b25fb6464e60ac236927823ce4)]:
|
|
504
|
+
- @ledgerhq/types-live@6.69.0-next.0
|
|
505
|
+
- @ledgerhq/domain-service@1.2.28-next.0
|
|
506
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.6
|
|
507
|
+
- @ledgerhq/evm-tools@1.6.2
|
|
508
|
+
|
|
509
|
+
## 6.45.2
|
|
510
|
+
|
|
511
|
+
### Patch Changes
|
|
512
|
+
|
|
513
|
+
- Updated dependencies [[`9a208c3`](https://github.com/LedgerHQ/ledger-live/commit/9a208c39aec129b3aff2105991ffc18be05fd3f5), [`9009235`](https://github.com/LedgerHQ/ledger-live/commit/9009235cf52e83c0626acaec0959bfb3837404aa), [`95dbd60`](https://github.com/LedgerHQ/ledger-live/commit/95dbd60c06b02fe6fd50bc2ec0883096858d1f23)]:
|
|
514
|
+
- @ledgerhq/types-live@6.68.0
|
|
515
|
+
- @ledgerhq/domain-service@1.2.27
|
|
516
|
+
- @ledgerhq/evm-tools@1.6.2
|
|
517
|
+
|
|
518
|
+
## 6.45.2-next.0
|
|
519
|
+
|
|
520
|
+
### Patch Changes
|
|
521
|
+
|
|
522
|
+
- Updated dependencies [[`9a208c3`](https://github.com/LedgerHQ/ledger-live/commit/9a208c39aec129b3aff2105991ffc18be05fd3f5), [`9009235`](https://github.com/LedgerHQ/ledger-live/commit/9009235cf52e83c0626acaec0959bfb3837404aa), [`95dbd60`](https://github.com/LedgerHQ/ledger-live/commit/95dbd60c06b02fe6fd50bc2ec0883096858d1f23)]:
|
|
523
|
+
- @ledgerhq/types-live@6.68.0-next.0
|
|
524
|
+
- @ledgerhq/domain-service@1.2.27-next.0
|
|
525
|
+
- @ledgerhq/evm-tools@1.6.2
|
|
526
|
+
|
|
527
|
+
## 6.45.1
|
|
528
|
+
|
|
529
|
+
### Patch Changes
|
|
530
|
+
|
|
531
|
+
- Updated dependencies [[`6f61972`](https://github.com/LedgerHQ/ledger-live/commit/6f619728e200270a674ffb13b10375765b55ae4b), [`3f8a531`](https://github.com/LedgerHQ/ledger-live/commit/3f8a53196dfb80d084056e0d896e09869c8ff949), [`b580b04`](https://github.com/LedgerHQ/ledger-live/commit/b580b04e02392a706534c2fceba192ae3b6242ef), [`4c6b682`](https://github.com/LedgerHQ/ledger-live/commit/4c6b682b9929334a7be13212a69f2c6a614f372c), [`bf3dec3`](https://github.com/LedgerHQ/ledger-live/commit/bf3dec3eb166f80e066f466e0e03291c9a141a81)]:
|
|
532
|
+
- @ledgerhq/types-live@6.67.0
|
|
533
|
+
- @ledgerhq/domain-service@1.2.26
|
|
534
|
+
- @ledgerhq/evm-tools@1.6.2
|
|
535
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.6
|
|
536
|
+
|
|
537
|
+
## 6.45.1-next.0
|
|
538
|
+
|
|
539
|
+
### Patch Changes
|
|
540
|
+
|
|
541
|
+
- Updated dependencies [[`6f61972`](https://github.com/LedgerHQ/ledger-live/commit/6f619728e200270a674ffb13b10375765b55ae4b), [`3f8a531`](https://github.com/LedgerHQ/ledger-live/commit/3f8a53196dfb80d084056e0d896e09869c8ff949), [`b580b04`](https://github.com/LedgerHQ/ledger-live/commit/b580b04e02392a706534c2fceba192ae3b6242ef), [`4c6b682`](https://github.com/LedgerHQ/ledger-live/commit/4c6b682b9929334a7be13212a69f2c6a614f372c), [`bf3dec3`](https://github.com/LedgerHQ/ledger-live/commit/bf3dec3eb166f80e066f466e0e03291c9a141a81)]:
|
|
542
|
+
- @ledgerhq/types-live@6.67.0-next.0
|
|
543
|
+
- @ledgerhq/domain-service@1.2.26-next.0
|
|
544
|
+
- @ledgerhq/evm-tools@1.6.2
|
|
545
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.6
|
|
546
|
+
|
|
547
|
+
## 6.45.0
|
|
548
|
+
|
|
549
|
+
### Minor Changes
|
|
550
|
+
|
|
551
|
+
- [#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
|
|
552
|
+
|
|
553
|
+
### Patch Changes
|
|
554
|
+
|
|
555
|
+
- Updated dependencies [[`46a9620`](https://github.com/LedgerHQ/ledger-live/commit/46a9620b4ea6343efc28792d3b57bf84ee2a23e8), [`f1732a7`](https://github.com/LedgerHQ/ledger-live/commit/f1732a795e54f666b67e7686d59926037412caca), [`d694069`](https://github.com/LedgerHQ/ledger-live/commit/d6940698a49b7a0ed48f84d6e8184d80760cca4f)]:
|
|
556
|
+
- @ledgerhq/types-live@6.66.0
|
|
557
|
+
- @ledgerhq/domain-service@1.2.25
|
|
558
|
+
- @ledgerhq/evm-tools@1.6.2
|
|
559
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.6
|
|
560
|
+
|
|
561
|
+
## 6.45.0-next.0
|
|
562
|
+
|
|
563
|
+
### Minor Changes
|
|
564
|
+
|
|
565
|
+
- [#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
|
|
566
|
+
|
|
567
|
+
### Patch Changes
|
|
568
|
+
|
|
569
|
+
- Updated dependencies [[`46a9620`](https://github.com/LedgerHQ/ledger-live/commit/46a9620b4ea6343efc28792d3b57bf84ee2a23e8), [`f1732a7`](https://github.com/LedgerHQ/ledger-live/commit/f1732a795e54f666b67e7686d59926037412caca), [`d694069`](https://github.com/LedgerHQ/ledger-live/commit/d6940698a49b7a0ed48f84d6e8184d80760cca4f)]:
|
|
570
|
+
- @ledgerhq/types-live@6.66.0-next.0
|
|
571
|
+
- @ledgerhq/domain-service@1.2.25-next.0
|
|
572
|
+
- @ledgerhq/evm-tools@1.6.2-next.0
|
|
573
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.6-next.0
|
|
574
|
+
|
|
575
|
+
## 6.44.0
|
|
576
|
+
|
|
577
|
+
### Minor Changes
|
|
578
|
+
|
|
579
|
+
- [#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
|
|
580
|
+
|
|
581
|
+
### Patch Changes
|
|
582
|
+
|
|
583
|
+
- Updated dependencies [[`2effe04`](https://github.com/LedgerHQ/ledger-live/commit/2effe04d9d4b3e407ed25da3b9f11324a82126d3), [`2407a6e`](https://github.com/LedgerHQ/ledger-live/commit/2407a6e1f3153c30c52d4bac4c9334fa95c351da), [`a656e47`](https://github.com/LedgerHQ/ledger-live/commit/a656e47c1dc3ac8b578debf9cf80eab370c7086f)]:
|
|
584
|
+
- @ledgerhq/types-live@6.65.0
|
|
585
|
+
- @ledgerhq/domain-service@1.2.24
|
|
586
|
+
- @ledgerhq/evm-tools@1.6.1
|
|
587
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.5
|
|
588
|
+
|
|
589
|
+
## 6.44.0-next.0
|
|
590
|
+
|
|
591
|
+
### Minor Changes
|
|
592
|
+
|
|
593
|
+
- [#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
|
|
594
|
+
|
|
595
|
+
### Patch Changes
|
|
596
|
+
|
|
597
|
+
- Updated dependencies [[`2effe04`](https://github.com/LedgerHQ/ledger-live/commit/2effe04d9d4b3e407ed25da3b9f11324a82126d3), [`2407a6e`](https://github.com/LedgerHQ/ledger-live/commit/2407a6e1f3153c30c52d4bac4c9334fa95c351da), [`a656e47`](https://github.com/LedgerHQ/ledger-live/commit/a656e47c1dc3ac8b578debf9cf80eab370c7086f)]:
|
|
598
|
+
- @ledgerhq/types-live@6.65.0-next.0
|
|
599
|
+
- @ledgerhq/domain-service@1.2.24-next.0
|
|
600
|
+
- @ledgerhq/evm-tools@1.6.1-next.0
|
|
601
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.5-next.0
|
|
602
|
+
|
|
603
|
+
## 6.43.1
|
|
604
|
+
|
|
605
|
+
### Patch Changes
|
|
606
|
+
|
|
607
|
+
- Updated dependencies [[`fa8b10c`](https://github.com/LedgerHQ/ledger-live/commit/fa8b10cac5603eedd7c2309d2bb544a7d2d1a1a8), [`c15d7ea`](https://github.com/LedgerHQ/ledger-live/commit/c15d7ea48e41168726a90a17809175aee5bfa940)]:
|
|
608
|
+
- @ledgerhq/types-live@6.64.0
|
|
609
|
+
- @ledgerhq/domain-service@1.2.23
|
|
610
|
+
- @ledgerhq/evm-tools@1.6.0
|
|
611
|
+
|
|
612
|
+
## 6.43.1-next.0
|
|
613
|
+
|
|
614
|
+
### Patch Changes
|
|
615
|
+
|
|
616
|
+
- Updated dependencies [[`fa8b10c`](https://github.com/LedgerHQ/ledger-live/commit/fa8b10cac5603eedd7c2309d2bb544a7d2d1a1a8), [`c15d7ea`](https://github.com/LedgerHQ/ledger-live/commit/c15d7ea48e41168726a90a17809175aee5bfa940)]:
|
|
617
|
+
- @ledgerhq/types-live@6.64.0-next.0
|
|
618
|
+
- @ledgerhq/domain-service@1.2.23-next.0
|
|
619
|
+
- @ledgerhq/evm-tools@1.6.0
|
|
620
|
+
|
|
621
|
+
## 6.43.0
|
|
622
|
+
|
|
623
|
+
### Minor Changes
|
|
624
|
+
|
|
625
|
+
- [#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
|
|
626
|
+
|
|
627
|
+
### Patch Changes
|
|
628
|
+
|
|
629
|
+
- Updated dependencies [[`9c4c82e`](https://github.com/LedgerHQ/ledger-live/commit/9c4c82e8e81aaadfc1132f0a25812be094e54453), [`5abde51`](https://github.com/LedgerHQ/ledger-live/commit/5abde5192d32f493ece2f99aec0e2de0c411f9e5)]:
|
|
630
|
+
- @ledgerhq/evm-tools@1.6.0
|
|
631
|
+
- @ledgerhq/types-live@6.63.0
|
|
632
|
+
- @ledgerhq/domain-service@1.2.22
|
|
633
|
+
|
|
634
|
+
## 6.43.0-next.0
|
|
635
|
+
|
|
636
|
+
### Minor Changes
|
|
637
|
+
|
|
638
|
+
- [#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
|
|
639
|
+
|
|
640
|
+
### Patch Changes
|
|
641
|
+
|
|
642
|
+
- Updated dependencies [[`9c4c82e`](https://github.com/LedgerHQ/ledger-live/commit/9c4c82e8e81aaadfc1132f0a25812be094e54453), [`5abde51`](https://github.com/LedgerHQ/ledger-live/commit/5abde5192d32f493ece2f99aec0e2de0c411f9e5)]:
|
|
643
|
+
- @ledgerhq/evm-tools@1.6.0-next.0
|
|
644
|
+
- @ledgerhq/types-live@6.63.0-next.0
|
|
645
|
+
- @ledgerhq/domain-service@1.2.22-next.0
|
|
646
|
+
|
|
647
|
+
## 6.42.9
|
|
648
|
+
|
|
649
|
+
### Patch Changes
|
|
650
|
+
|
|
651
|
+
- Updated dependencies [[`7931e5f`](https://github.com/LedgerHQ/ledger-live/commit/7931e5f6bf379eee7b80f5a95f13b6e96140ac5a), [`8675df1`](https://github.com/LedgerHQ/ledger-live/commit/8675df12c24067877358f27e1e7c66f739ff0c78), [`0a59343`](https://github.com/LedgerHQ/ledger-live/commit/0a59343b591dab4e886c21cb47f7339231997331), [`ede6db0`](https://github.com/LedgerHQ/ledger-live/commit/ede6db0b94193cc9072aeb87e90f4098f0434af0)]:
|
|
652
|
+
- @ledgerhq/evm-tools@1.5.0
|
|
653
|
+
- @ledgerhq/types-live@6.62.0
|
|
654
|
+
- @ledgerhq/domain-service@1.2.21
|
|
655
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.4
|
|
656
|
+
|
|
657
|
+
## 6.42.9-next.0
|
|
658
|
+
|
|
659
|
+
### Patch Changes
|
|
660
|
+
|
|
661
|
+
- Updated dependencies [[`7931e5f`](https://github.com/LedgerHQ/ledger-live/commit/7931e5f6bf379eee7b80f5a95f13b6e96140ac5a), [`8675df1`](https://github.com/LedgerHQ/ledger-live/commit/8675df12c24067877358f27e1e7c66f739ff0c78), [`0a59343`](https://github.com/LedgerHQ/ledger-live/commit/0a59343b591dab4e886c21cb47f7339231997331), [`ede6db0`](https://github.com/LedgerHQ/ledger-live/commit/ede6db0b94193cc9072aeb87e90f4098f0434af0)]:
|
|
662
|
+
- @ledgerhq/evm-tools@1.5.0-next.0
|
|
663
|
+
- @ledgerhq/types-live@6.62.0-next.0
|
|
664
|
+
- @ledgerhq/domain-service@1.2.21-next.0
|
|
665
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.4-next.0
|
|
666
|
+
|
|
667
|
+
## 6.42.8
|
|
668
|
+
|
|
669
|
+
### Patch Changes
|
|
670
|
+
|
|
671
|
+
- Updated dependencies [[`e4d9a5c`](https://github.com/LedgerHQ/ledger-live/commit/e4d9a5ce6c3e8f2b3829f8f5772e7ba712a4a50c)]:
|
|
672
|
+
- @ledgerhq/types-live@6.61.0
|
|
673
|
+
- @ledgerhq/domain-service@1.2.20
|
|
674
|
+
- @ledgerhq/evm-tools@1.4.0
|
|
675
|
+
|
|
676
|
+
## 6.42.8-next.0
|
|
677
|
+
|
|
678
|
+
### Patch Changes
|
|
679
|
+
|
|
680
|
+
- Updated dependencies [[`e4d9a5c`](https://github.com/LedgerHQ/ledger-live/commit/e4d9a5ce6c3e8f2b3829f8f5772e7ba712a4a50c)]:
|
|
681
|
+
- @ledgerhq/types-live@6.61.0-next.0
|
|
682
|
+
- @ledgerhq/domain-service@1.2.20-next.0
|
|
683
|
+
- @ledgerhq/evm-tools@1.4.0
|
|
684
|
+
|
|
685
|
+
## 6.42.7
|
|
686
|
+
|
|
687
|
+
### Patch Changes
|
|
688
|
+
|
|
689
|
+
- Updated dependencies [[`0a4413d`](https://github.com/LedgerHQ/ledger-live/commit/0a4413dd5cf50967c27b39bbd7dd9222e6322a60)]:
|
|
690
|
+
- @ledgerhq/types-live@6.60.0
|
|
691
|
+
- @ledgerhq/domain-service@1.2.19
|
|
692
|
+
- @ledgerhq/evm-tools@1.4.0
|
|
693
|
+
|
|
694
|
+
## 6.42.7-next.0
|
|
695
|
+
|
|
696
|
+
### Patch Changes
|
|
697
|
+
|
|
698
|
+
- Updated dependencies [[`0a4413d`](https://github.com/LedgerHQ/ledger-live/commit/0a4413dd5cf50967c27b39bbd7dd9222e6322a60)]:
|
|
699
|
+
- @ledgerhq/types-live@6.60.0-next.0
|
|
700
|
+
- @ledgerhq/domain-service@1.2.19-next.0
|
|
701
|
+
- @ledgerhq/evm-tools@1.4.0
|
|
702
|
+
|
|
703
|
+
## 6.42.6
|
|
704
|
+
|
|
705
|
+
### Patch Changes
|
|
706
|
+
|
|
707
|
+
- Updated dependencies [[`551f2cc`](https://github.com/LedgerHQ/ledger-live/commit/551f2ccad6d7897a010d39110c0ba9336d407dfd)]:
|
|
708
|
+
- @ledgerhq/evm-tools@1.4.0
|
|
709
|
+
|
|
710
|
+
## 6.42.6-next.0
|
|
711
|
+
|
|
712
|
+
### Patch Changes
|
|
713
|
+
|
|
714
|
+
- Updated dependencies [[`551f2cc`](https://github.com/LedgerHQ/ledger-live/commit/551f2ccad6d7897a010d39110c0ba9336d407dfd)]:
|
|
715
|
+
- @ledgerhq/evm-tools@1.4.0-next.0
|
|
716
|
+
|
|
717
|
+
## 6.42.5
|
|
718
|
+
|
|
719
|
+
### Patch Changes
|
|
720
|
+
|
|
721
|
+
- Updated dependencies [[`11c3b8b`](https://github.com/LedgerHQ/ledger-live/commit/11c3b8b27bc4fa996757c58ec7f5beac90c7a425), [`a231c50`](https://github.com/LedgerHQ/ledger-live/commit/a231c5084a24acb0e49efeb3c7ab1f5dbc6fd94b), [`41b153a`](https://github.com/LedgerHQ/ledger-live/commit/41b153adb98ce8de3336563694204d83905dba0e), [`d15a240`](https://github.com/LedgerHQ/ledger-live/commit/d15a2402bbd7f39353059c1cc2f74b9ac0876d3d), [`1524353`](https://github.com/LedgerHQ/ledger-live/commit/152435384370b729183b7898308cbc1f8b61e451)]:
|
|
722
|
+
- @ledgerhq/types-live@6.59.0
|
|
723
|
+
- @ledgerhq/domain-service@1.2.18
|
|
724
|
+
- @ledgerhq/evm-tools@1.3.1
|
|
725
|
+
|
|
726
|
+
## 6.42.5-next.0
|
|
727
|
+
|
|
728
|
+
### Patch Changes
|
|
729
|
+
|
|
730
|
+
- Updated dependencies [[`11c3b8b`](https://github.com/LedgerHQ/ledger-live/commit/11c3b8b27bc4fa996757c58ec7f5beac90c7a425), [`a231c50`](https://github.com/LedgerHQ/ledger-live/commit/a231c5084a24acb0e49efeb3c7ab1f5dbc6fd94b), [`41b153a`](https://github.com/LedgerHQ/ledger-live/commit/41b153adb98ce8de3336563694204d83905dba0e), [`d15a240`](https://github.com/LedgerHQ/ledger-live/commit/d15a2402bbd7f39353059c1cc2f74b9ac0876d3d), [`1524353`](https://github.com/LedgerHQ/ledger-live/commit/152435384370b729183b7898308cbc1f8b61e451)]:
|
|
731
|
+
- @ledgerhq/types-live@6.59.0-next.0
|
|
732
|
+
- @ledgerhq/domain-service@1.2.18-next.0
|
|
733
|
+
- @ledgerhq/evm-tools@1.3.1
|
|
734
|
+
|
|
735
|
+
## 6.42.4
|
|
736
|
+
|
|
737
|
+
### Patch Changes
|
|
738
|
+
|
|
739
|
+
- Updated dependencies [[`f5196c5`](https://github.com/LedgerHQ/ledger-live/commit/f5196c52453b971a3327d09966edb62bb3d6a293)]:
|
|
740
|
+
- @ledgerhq/types-live@6.58.0
|
|
741
|
+
- @ledgerhq/domain-service@1.2.17
|
|
742
|
+
- @ledgerhq/evm-tools@1.3.1
|
|
743
|
+
|
|
744
|
+
## 6.42.4-next.0
|
|
745
|
+
|
|
746
|
+
### Patch Changes
|
|
747
|
+
|
|
748
|
+
- Updated dependencies [[`f5196c5`](https://github.com/LedgerHQ/ledger-live/commit/f5196c52453b971a3327d09966edb62bb3d6a293)]:
|
|
749
|
+
- @ledgerhq/types-live@6.58.0-next.0
|
|
750
|
+
- @ledgerhq/domain-service@1.2.17-next.0
|
|
751
|
+
- @ledgerhq/evm-tools@1.3.1
|
|
752
|
+
|
|
753
|
+
## 6.42.3
|
|
754
|
+
|
|
755
|
+
### Patch Changes
|
|
756
|
+
|
|
757
|
+
- Updated dependencies [[`d98a964`](https://github.com/LedgerHQ/ledger-live/commit/d98a96476c3d44eab1575f6c7c58ec03b5daf890), [`c2d24cd`](https://github.com/LedgerHQ/ledger-live/commit/c2d24cd0299ea04e39306279b6f833696bc4f4fb)]:
|
|
758
|
+
- @ledgerhq/types-live@6.57.0
|
|
759
|
+
- @ledgerhq/domain-service@1.2.16
|
|
760
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.3
|
|
761
|
+
- @ledgerhq/evm-tools@1.3.1
|
|
762
|
+
|
|
763
|
+
## 6.42.3-next.0
|
|
764
|
+
|
|
765
|
+
### Patch Changes
|
|
766
|
+
|
|
767
|
+
- Updated dependencies [[`d98a964`](https://github.com/LedgerHQ/ledger-live/commit/d98a96476c3d44eab1575f6c7c58ec03b5daf890), [`c2d24cd`](https://github.com/LedgerHQ/ledger-live/commit/c2d24cd0299ea04e39306279b6f833696bc4f4fb)]:
|
|
768
|
+
- @ledgerhq/types-live@6.57.0-next.0
|
|
769
|
+
- @ledgerhq/domain-service@1.2.16-next.0
|
|
770
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.3-next.0
|
|
771
|
+
- @ledgerhq/evm-tools@1.3.1-next.0
|
|
772
|
+
|
|
773
|
+
## 6.42.2
|
|
774
|
+
|
|
775
|
+
### Patch Changes
|
|
776
|
+
|
|
777
|
+
- Updated dependencies [[`9820a8f`](https://github.com/LedgerHQ/ledger-live/commit/9820a8f8ec66cf114b23c3c3b92474d250b8bf01), [`50b00c7`](https://github.com/LedgerHQ/ledger-live/commit/50b00c73e39af99c7d749bf57d5ef2f2e4942f2d), [`6d050fd`](https://github.com/LedgerHQ/ledger-live/commit/6d050fda707a63cff15cee797ea1167a0219aa32), [`1fa754d`](https://github.com/LedgerHQ/ledger-live/commit/1fa754deed730bb3dd8d05cb4e83e8c8d1b33ad1), [`be4233c`](https://github.com/LedgerHQ/ledger-live/commit/be4233ce713b90dc3ad335c330ca9d6509bf23e3), [`fe81150`](https://github.com/LedgerHQ/ledger-live/commit/fe811500ae626cab1995ccf8bd8cb8aa8e74bb40)]:
|
|
778
|
+
- @ledgerhq/types-live@6.56.0
|
|
779
|
+
- @ledgerhq/domain-service@1.2.15
|
|
780
|
+
- @ledgerhq/evm-tools@1.3.0
|
|
781
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.2
|
|
782
|
+
|
|
783
|
+
## 6.42.2-next.1
|
|
784
|
+
|
|
785
|
+
### Patch Changes
|
|
786
|
+
|
|
787
|
+
- Updated dependencies [[`6d050fd`](https://github.com/LedgerHQ/ledger-live/commit/6d050fda707a63cff15cee797ea1167a0219aa32)]:
|
|
788
|
+
- @ledgerhq/types-live@6.56.0-next.1
|
|
789
|
+
- @ledgerhq/domain-service@1.2.15-next.1
|
|
790
|
+
- @ledgerhq/evm-tools@1.3.0
|
|
791
|
+
|
|
792
|
+
## 6.42.2-next.0
|
|
793
|
+
|
|
794
|
+
### Patch Changes
|
|
795
|
+
|
|
796
|
+
- Updated dependencies [[`9820a8f`](https://github.com/LedgerHQ/ledger-live/commit/9820a8f8ec66cf114b23c3c3b92474d250b8bf01), [`50b00c7`](https://github.com/LedgerHQ/ledger-live/commit/50b00c73e39af99c7d749bf57d5ef2f2e4942f2d), [`1fa754d`](https://github.com/LedgerHQ/ledger-live/commit/1fa754deed730bb3dd8d05cb4e83e8c8d1b33ad1), [`be4233c`](https://github.com/LedgerHQ/ledger-live/commit/be4233ce713b90dc3ad335c330ca9d6509bf23e3), [`fe81150`](https://github.com/LedgerHQ/ledger-live/commit/fe811500ae626cab1995ccf8bd8cb8aa8e74bb40)]:
|
|
797
|
+
- @ledgerhq/types-live@6.56.0-next.0
|
|
798
|
+
- @ledgerhq/domain-service@1.2.15-next.0
|
|
799
|
+
- @ledgerhq/evm-tools@1.3.0
|
|
800
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.2
|
|
801
|
+
|
|
802
|
+
## 6.42.1
|
|
803
|
+
|
|
804
|
+
### Patch Changes
|
|
805
|
+
|
|
806
|
+
- Updated dependencies [[`40f1cd4`](https://github.com/LedgerHQ/ledger-live/commit/40f1cd4c22d17480dcf86c73e90a07866667b0ba), [`c45ee45`](https://github.com/LedgerHQ/ledger-live/commit/c45ee457a9f5500ae42f2a8fb7f0cfb7926f319b), [`322fd58`](https://github.com/LedgerHQ/ledger-live/commit/322fd58ffcde6d592eb27af1fd93f8c45d33205c), [`61aedb7`](https://github.com/LedgerHQ/ledger-live/commit/61aedb7bbd45e73d6bc2b53e55f562262d5c5fa7)]:
|
|
807
|
+
- @ledgerhq/types-live@6.55.0
|
|
808
|
+
- @ledgerhq/domain-service@1.2.14
|
|
809
|
+
- @ledgerhq/evm-tools@1.3.0
|
|
810
|
+
|
|
811
|
+
## 6.42.1-next.1
|
|
812
|
+
|
|
813
|
+
### Patch Changes
|
|
814
|
+
|
|
815
|
+
- Updated dependencies [[`61aedb7`](https://github.com/LedgerHQ/ledger-live/commit/61aedb7bbd45e73d6bc2b53e55f562262d5c5fa7)]:
|
|
816
|
+
- @ledgerhq/types-live@6.55.0-next.1
|
|
817
|
+
- @ledgerhq/domain-service@1.2.14-next.1
|
|
818
|
+
- @ledgerhq/evm-tools@1.3.0
|
|
819
|
+
|
|
820
|
+
## 6.42.1-next.0
|
|
821
|
+
|
|
822
|
+
### Patch Changes
|
|
823
|
+
|
|
824
|
+
- Updated dependencies [[`40f1cd4`](https://github.com/LedgerHQ/ledger-live/commit/40f1cd4c22d17480dcf86c73e90a07866667b0ba), [`c45ee45`](https://github.com/LedgerHQ/ledger-live/commit/c45ee457a9f5500ae42f2a8fb7f0cfb7926f319b), [`322fd58`](https://github.com/LedgerHQ/ledger-live/commit/322fd58ffcde6d592eb27af1fd93f8c45d33205c)]:
|
|
825
|
+
- @ledgerhq/types-live@6.55.0-next.0
|
|
826
|
+
- @ledgerhq/domain-service@1.2.14-next.0
|
|
827
|
+
- @ledgerhq/evm-tools@1.3.0
|
|
828
|
+
|
|
829
|
+
## 6.42.0
|
|
830
|
+
|
|
831
|
+
### Minor Changes
|
|
832
|
+
|
|
833
|
+
- [#8430](https://github.com/LedgerHQ/ledger-live/pull/8430) [`abb25e1`](https://github.com/LedgerHQ/ledger-live/commit/abb25e1c0238b918824a9350ac29a425c2b19643) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add support for `SWEEP` command in Uniswap plugin
|
|
834
|
+
|
|
835
|
+
- [#8473](https://github.com/LedgerHQ/ledger-live/pull/8473) [`4fc1d7a`](https://github.com/LedgerHQ/ledger-live/commit/4fc1d7a0d52839b7d57e1c81b99b8e6a2cfa69c8) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Force entries order in EIP-712 Structs when providing their implementation.
|
|
836
|
+
|
|
837
|
+
### Patch Changes
|
|
838
|
+
|
|
839
|
+
- Updated dependencies [[`724fa8b`](https://github.com/LedgerHQ/ledger-live/commit/724fa8b29cbda74a729c5756f91c5c9b745fdbdb)]:
|
|
840
|
+
- @ledgerhq/types-live@6.54.0
|
|
841
|
+
- @ledgerhq/domain-service@1.2.13
|
|
842
|
+
- @ledgerhq/evm-tools@1.3.0
|
|
843
|
+
|
|
844
|
+
## 6.42.0-next.0
|
|
845
|
+
|
|
846
|
+
### Minor Changes
|
|
847
|
+
|
|
848
|
+
- [#8430](https://github.com/LedgerHQ/ledger-live/pull/8430) [`abb25e1`](https://github.com/LedgerHQ/ledger-live/commit/abb25e1c0238b918824a9350ac29a425c2b19643) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add support for `SWEEP` command in Uniswap plugin
|
|
849
|
+
|
|
850
|
+
- [#8473](https://github.com/LedgerHQ/ledger-live/pull/8473) [`4fc1d7a`](https://github.com/LedgerHQ/ledger-live/commit/4fc1d7a0d52839b7d57e1c81b99b8e6a2cfa69c8) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Force entries order in EIP-712 Structs when providing their implementation.
|
|
851
|
+
|
|
852
|
+
### Patch Changes
|
|
853
|
+
|
|
854
|
+
- Updated dependencies [[`724fa8b`](https://github.com/LedgerHQ/ledger-live/commit/724fa8b29cbda74a729c5756f91c5c9b745fdbdb)]:
|
|
855
|
+
- @ledgerhq/types-live@6.54.0-next.0
|
|
856
|
+
- @ledgerhq/domain-service@1.2.13-next.0
|
|
857
|
+
- @ledgerhq/evm-tools@1.3.0
|
|
858
|
+
|
|
859
|
+
## 6.41.1
|
|
860
|
+
|
|
861
|
+
### Patch Changes
|
|
862
|
+
|
|
863
|
+
- Updated dependencies [[`5ce33a4`](https://github.com/LedgerHQ/ledger-live/commit/5ce33a417ecc87face54c1864aa49476c5f394b9), [`a52f6ae`](https://github.com/LedgerHQ/ledger-live/commit/a52f6ae3d49ea8daea42d9cdc24e9dd0d6d0f371), [`748cf14`](https://github.com/LedgerHQ/ledger-live/commit/748cf146b3e903172831e7e5ddbc29a3565c8932), [`61f8b03`](https://github.com/LedgerHQ/ledger-live/commit/61f8b033f710369171e277f5c0faede636207160)]:
|
|
864
|
+
- @ledgerhq/types-live@6.53.1
|
|
865
|
+
- @ledgerhq/domain-service@1.2.12
|
|
866
|
+
- @ledgerhq/evm-tools@1.3.0
|
|
867
|
+
|
|
868
|
+
## 6.41.1-next.0
|
|
869
|
+
|
|
870
|
+
### Patch Changes
|
|
871
|
+
|
|
872
|
+
- Updated dependencies [[`5ce33a4`](https://github.com/LedgerHQ/ledger-live/commit/5ce33a417ecc87face54c1864aa49476c5f394b9), [`a52f6ae`](https://github.com/LedgerHQ/ledger-live/commit/a52f6ae3d49ea8daea42d9cdc24e9dd0d6d0f371), [`748cf14`](https://github.com/LedgerHQ/ledger-live/commit/748cf146b3e903172831e7e5ddbc29a3565c8932), [`61f8b03`](https://github.com/LedgerHQ/ledger-live/commit/61f8b033f710369171e277f5c0faede636207160)]:
|
|
873
|
+
- @ledgerhq/types-live@6.53.1-next.0
|
|
874
|
+
- @ledgerhq/domain-service@1.2.12-next.0
|
|
875
|
+
- @ledgerhq/evm-tools@1.3.0
|
|
876
|
+
|
|
877
|
+
## 6.41.0
|
|
878
|
+
|
|
879
|
+
### Minor Changes
|
|
880
|
+
|
|
881
|
+
- [#8175](https://github.com/LedgerHQ/ledger-live/pull/8175) [`b93a421`](https://github.com/LedgerHQ/ledger-live/commit/b93a421866519b80fdd8a029caea97323eceae93) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Refactoring of transaction decoding and fix EIP-155 applied incorrectly for legacy transactions (type 0). The `v` can now be used as is, representing either the EIP-155 value or the parity (0/1) for transactions using EIP-2718. Ethers full library has now also been removes from dependencies to decrease install and bundle sizes.
|
|
4
882
|
|
|
5
883
|
### Patch Changes
|
|
6
884
|
|
|
7
|
-
- Updated dependencies [[`
|
|
8
|
-
- @ledgerhq/types-live@6.
|
|
9
|
-
- @ledgerhq/
|
|
10
|
-
- @ledgerhq/evm-
|
|
885
|
+
- Updated dependencies [[`2013b0f`](https://github.com/LedgerHQ/ledger-live/commit/2013b0f23d7f5bccff58dfd93fd45333194b8ae0), [`63e5392`](https://github.com/LedgerHQ/ledger-live/commit/63e5392a108f1bec7cfc9c413db1550e7b5c9a25), [`87218b1`](https://github.com/LedgerHQ/ledger-live/commit/87218b17b86eaea9daa23c4c9cdf644c7ad2f65a), [`42e27f2`](https://github.com/LedgerHQ/ledger-live/commit/42e27f229ee2c1302258b6cc27d165c7b638cf3b), [`b93a421`](https://github.com/LedgerHQ/ledger-live/commit/b93a421866519b80fdd8a029caea97323eceae93)]:
|
|
886
|
+
- @ledgerhq/types-live@6.53.0
|
|
887
|
+
- @ledgerhq/evm-tools@1.3.0
|
|
888
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.2
|
|
889
|
+
- @ledgerhq/domain-service@1.2.11
|
|
11
890
|
|
|
12
|
-
##
|
|
891
|
+
## 6.41.0-next.0
|
|
892
|
+
|
|
893
|
+
### Minor Changes
|
|
894
|
+
|
|
895
|
+
- [#8175](https://github.com/LedgerHQ/ledger-live/pull/8175) [`b93a421`](https://github.com/LedgerHQ/ledger-live/commit/b93a421866519b80fdd8a029caea97323eceae93) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Refactoring of transaction decoding and fix EIP-155 applied incorrectly for legacy transactions (type 0). The `v` can now be used as is, representing either the EIP-155 value or the parity (0/1) for transactions using EIP-2718. Ethers full library has now also been removes from dependencies to decrease install and bundle sizes.
|
|
896
|
+
|
|
897
|
+
### Patch Changes
|
|
898
|
+
|
|
899
|
+
- Updated dependencies [[`2013b0f`](https://github.com/LedgerHQ/ledger-live/commit/2013b0f23d7f5bccff58dfd93fd45333194b8ae0), [`35d6de2`](https://github.com/LedgerHQ/ledger-live/commit/35d6de2ace269f30fc39a3f022673a82d0c48193), [`63e5392`](https://github.com/LedgerHQ/ledger-live/commit/63e5392a108f1bec7cfc9c413db1550e7b5c9a25), [`87218b1`](https://github.com/LedgerHQ/ledger-live/commit/87218b17b86eaea9daa23c4c9cdf644c7ad2f65a), [`42e27f2`](https://github.com/LedgerHQ/ledger-live/commit/42e27f229ee2c1302258b6cc27d165c7b638cf3b), [`b93a421`](https://github.com/LedgerHQ/ledger-live/commit/b93a421866519b80fdd8a029caea97323eceae93)]:
|
|
900
|
+
- @ledgerhq/types-live@6.53.0-next.0
|
|
901
|
+
- @ledgerhq/evm-tools@1.3.0-next.0
|
|
902
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.2-next.0
|
|
903
|
+
- @ledgerhq/domain-service@1.2.11-next.0
|
|
904
|
+
|
|
905
|
+
## 6.40.3
|
|
906
|
+
|
|
907
|
+
### Patch Changes
|
|
908
|
+
|
|
909
|
+
- Updated dependencies [[`65c3322`](https://github.com/LedgerHQ/ledger-live/commit/65c3322bf3871659f078148ab4b5c12b0fd53dc1)]:
|
|
910
|
+
- @ledgerhq/types-live@6.52.4
|
|
911
|
+
- @ledgerhq/domain-service@1.2.10
|
|
912
|
+
- @ledgerhq/evm-tools@1.2.4
|
|
913
|
+
|
|
914
|
+
## 6.40.3-next.0
|
|
915
|
+
|
|
916
|
+
### Patch Changes
|
|
917
|
+
|
|
918
|
+
- Updated dependencies [[`65c3322`](https://github.com/LedgerHQ/ledger-live/commit/65c3322bf3871659f078148ab4b5c12b0fd53dc1)]:
|
|
919
|
+
- @ledgerhq/types-live@6.52.4-next.0
|
|
920
|
+
- @ledgerhq/domain-service@1.2.10-next.0
|
|
921
|
+
- @ledgerhq/evm-tools@1.2.4
|
|
922
|
+
|
|
923
|
+
## 6.40.2
|
|
924
|
+
|
|
925
|
+
### Patch Changes
|
|
926
|
+
|
|
927
|
+
- Updated dependencies [[`81cd773`](https://github.com/LedgerHQ/ledger-live/commit/81cd7735a3c94628b6d4825b736ef12a0b74d3a3), [`1a0fa20`](https://github.com/LedgerHQ/ledger-live/commit/1a0fa20da7509cdde1141002a2be8e9d8458b27d)]:
|
|
928
|
+
- @ledgerhq/types-live@6.52.3
|
|
929
|
+
- @ledgerhq/domain-service@1.2.9
|
|
930
|
+
- @ledgerhq/evm-tools@1.2.4
|
|
931
|
+
|
|
932
|
+
## 6.40.2-next.0
|
|
933
|
+
|
|
934
|
+
### Patch Changes
|
|
935
|
+
|
|
936
|
+
- Updated dependencies [[`81cd773`](https://github.com/LedgerHQ/ledger-live/commit/81cd7735a3c94628b6d4825b736ef12a0b74d3a3), [`1a0fa20`](https://github.com/LedgerHQ/ledger-live/commit/1a0fa20da7509cdde1141002a2be8e9d8458b27d)]:
|
|
937
|
+
- @ledgerhq/types-live@6.52.3-next.0
|
|
938
|
+
- @ledgerhq/domain-service@1.2.9-next.0
|
|
939
|
+
- @ledgerhq/evm-tools@1.2.4
|
|
940
|
+
|
|
941
|
+
## 6.40.1
|
|
942
|
+
|
|
943
|
+
### Patch Changes
|
|
944
|
+
|
|
945
|
+
- Updated dependencies [[`80e333c`](https://github.com/LedgerHQ/ledger-live/commit/80e333c30afdc7d14f1b5fd3e92c9fb10372e2c1), [`d8c171a`](https://github.com/LedgerHQ/ledger-live/commit/d8c171a6ed32012733786bde29b5493b1106cf56)]:
|
|
946
|
+
- @ledgerhq/types-live@6.52.2
|
|
947
|
+
- @ledgerhq/domain-service@1.2.8
|
|
948
|
+
- @ledgerhq/evm-tools@1.2.4
|
|
949
|
+
|
|
950
|
+
## 6.40.1-hotfix.0
|
|
951
|
+
|
|
952
|
+
### Patch Changes
|
|
953
|
+
|
|
954
|
+
- Updated dependencies [[`80e333c`](https://github.com/LedgerHQ/ledger-live/commit/80e333c30afdc7d14f1b5fd3e92c9fb10372e2c1), [`d8c171a`](https://github.com/LedgerHQ/ledger-live/commit/d8c171a6ed32012733786bde29b5493b1106cf56)]:
|
|
955
|
+
- @ledgerhq/types-live@6.52.2-hotfix.0
|
|
956
|
+
- @ledgerhq/domain-service@1.2.8-hotfix.0
|
|
957
|
+
- @ledgerhq/evm-tools@1.2.4
|
|
958
|
+
|
|
959
|
+
## 6.40.0
|
|
13
960
|
|
|
14
961
|
### Minor Changes
|
|
15
962
|
|
|
@@ -19,29 +966,59 @@
|
|
|
19
966
|
|
|
20
967
|
- [#7992](https://github.com/LedgerHQ/ledger-live/pull/7992) [`450c88c`](https://github.com/LedgerHQ/ledger-live/commit/450c88cefb01f11e6e3670b946f31fe160eebe33) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Force ws version even when bundled without pnpm from the monorepo
|
|
21
968
|
|
|
22
|
-
- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303)]:
|
|
23
|
-
- @ledgerhq/types-live@6.52.
|
|
24
|
-
- @ledgerhq/domain-service@1.2.
|
|
25
|
-
- @ledgerhq/evm-tools@1.2.
|
|
26
|
-
- @ledgerhq/cryptoassets-evm-signatures@
|
|
969
|
+
- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3)]:
|
|
970
|
+
- @ledgerhq/types-live@6.52.1
|
|
971
|
+
- @ledgerhq/domain-service@1.2.7
|
|
972
|
+
- @ledgerhq/evm-tools@1.2.4
|
|
973
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.1
|
|
27
974
|
|
|
28
|
-
##
|
|
975
|
+
## 6.40.0-next.0
|
|
29
976
|
|
|
30
|
-
###
|
|
977
|
+
### Minor Changes
|
|
978
|
+
|
|
979
|
+
- [#7874](https://github.com/LedgerHQ/ledger-live/pull/7874) [`9c6e2c4`](https://github.com/LedgerHQ/ledger-live/commit/9c6e2c4969832d9d55188ed03bbdfd79b43b7e63) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add support for Uniswap plugin
|
|
980
|
+
|
|
981
|
+
### Patch Changes
|
|
982
|
+
|
|
983
|
+
- [#7992](https://github.com/LedgerHQ/ledger-live/pull/7992) [`450c88c`](https://github.com/LedgerHQ/ledger-live/commit/450c88cefb01f11e6e3670b946f31fe160eebe33) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Force ws version even when bundled without pnpm from the monorepo
|
|
984
|
+
|
|
985
|
+
- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3)]:
|
|
986
|
+
- @ledgerhq/types-live@6.52.1-next.0
|
|
987
|
+
- @ledgerhq/domain-service@1.2.7-next.0
|
|
988
|
+
- @ledgerhq/evm-tools@1.2.4-next.0
|
|
989
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.1-next.0
|
|
990
|
+
|
|
991
|
+
## 6.39.0
|
|
992
|
+
|
|
993
|
+
### Minor Changes
|
|
994
|
+
|
|
995
|
+
- [#7943](https://github.com/LedgerHQ/ledger-live/pull/7943) [`07c584a`](https://github.com/LedgerHQ/ledger-live/commit/07c584a61573c53ff0d205d316d9195cd8f5399e) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add support for filters for empty arrays / discarded paths
|
|
31
996
|
|
|
32
997
|
- [#7903](https://github.com/LedgerHQ/ledger-live/pull/7903) [`0698cbf`](https://github.com/LedgerHQ/ledger-live/commit/0698cbfdd6970ebb92992cb9d273cfb5508629f3) Thanks [@Wozacosta](https://github.com/Wozacosta)! - feat: uses lightweight token asset list
|
|
33
998
|
|
|
999
|
+
### Patch Changes
|
|
1000
|
+
|
|
1001
|
+
- Updated dependencies [[`c83af75`](https://github.com/LedgerHQ/ledger-live/commit/c83af756fb388043c9f5a3862cae1231ec99a02c), [`0698cbf`](https://github.com/LedgerHQ/ledger-live/commit/0698cbfdd6970ebb92992cb9d273cfb5508629f3)]:
|
|
1002
|
+
- @ledgerhq/types-live@6.52.0
|
|
1003
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.0
|
|
1004
|
+
- @ledgerhq/domain-service@1.2.6
|
|
1005
|
+
- @ledgerhq/evm-tools@1.2.3
|
|
1006
|
+
|
|
1007
|
+
## 6.39.0-next.0
|
|
1008
|
+
|
|
34
1009
|
### Minor Changes
|
|
35
1010
|
|
|
36
1011
|
- [#7943](https://github.com/LedgerHQ/ledger-live/pull/7943) [`07c584a`](https://github.com/LedgerHQ/ledger-live/commit/07c584a61573c53ff0d205d316d9195cd8f5399e) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add support for filters for empty arrays / discarded paths
|
|
37
1012
|
|
|
1013
|
+
- [#7903](https://github.com/LedgerHQ/ledger-live/pull/7903) [`0698cbf`](https://github.com/LedgerHQ/ledger-live/commit/0698cbfdd6970ebb92992cb9d273cfb5508629f3) Thanks [@Wozacosta](https://github.com/Wozacosta)! - feat: uses lightweight token asset list
|
|
1014
|
+
|
|
38
1015
|
### Patch Changes
|
|
39
1016
|
|
|
40
1017
|
- Updated dependencies [[`c83af75`](https://github.com/LedgerHQ/ledger-live/commit/c83af756fb388043c9f5a3862cae1231ec99a02c), [`0698cbf`](https://github.com/LedgerHQ/ledger-live/commit/0698cbfdd6970ebb92992cb9d273cfb5508629f3)]:
|
|
41
|
-
- @ledgerhq/types-live@6.52.0-
|
|
42
|
-
- @ledgerhq/cryptoassets-evm-signatures@
|
|
43
|
-
- @ledgerhq/domain-service@1.2.6-
|
|
44
|
-
- @ledgerhq/evm-tools@1.2.3-
|
|
1018
|
+
- @ledgerhq/types-live@6.52.0-next.0
|
|
1019
|
+
- @ledgerhq/cryptoassets-evm-signatures@13.5.0-next.0
|
|
1020
|
+
- @ledgerhq/domain-service@1.2.6-next.0
|
|
1021
|
+
- @ledgerhq/evm-tools@1.2.3-next.0
|
|
45
1022
|
|
|
46
1023
|
## 6.38.2
|
|
47
1024
|
|