@ledgerhq/coin-bitcoin 0.51.0 → 0.51.1
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/CHANGELOG.md +31 -2632
- package/lib/chain-adapters/zcash/serialization.d.ts.map +1 -1
- package/lib/chain-adapters/zcash/serialization.js +2 -0
- package/lib/chain-adapters/zcash/serialization.js.map +1 -1
- package/lib/chain-adapters/zcash/types.d.ts +2 -0
- package/lib/chain-adapters/zcash/types.d.ts.map +1 -1
- package/lib-es/chain-adapters/zcash/serialization.d.ts.map +1 -1
- package/lib-es/chain-adapters/zcash/serialization.js +2 -0
- package/lib-es/chain-adapters/zcash/serialization.js.map +1 -1
- package/lib-es/chain-adapters/zcash/types.d.ts +2 -0
- package/lib-es/chain-adapters/zcash/types.d.ts.map +1 -1
- package/package.json +6 -6
- package/src/chain-adapters/zcash/__tests__/adapter.test.ts +3 -0
- package/src/chain-adapters/zcash/serialization.ts +2 -0
- package/src/chain-adapters/zcash/types.ts +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @ledgerhq/coin-bitcoin
|
|
2
2
|
|
|
3
|
+
## 0.51.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`8a93a70`](https://github.com/LedgerHQ/ledger-live/commit/8a93a701d631bd18b6c5125f77588802c0325b4c), [`da0a5ce`](https://github.com/LedgerHQ/ledger-live/commit/da0a5ceb8f889f1bace45ed2d3d4c640cdf24ca8), [`eecf99a`](https://github.com/LedgerHQ/ledger-live/commit/eecf99af5c17ab63724843c31d5f3facc6352dad), [`030fc67`](https://github.com/LedgerHQ/ledger-live/commit/030fc677db03e8a411d3d33d2fa88e1ab04df80b), [`5b39a67`](https://github.com/LedgerHQ/ledger-live/commit/5b39a67dd93d4c541a77b0b146881073ca00ed15), [`0807eca`](https://github.com/LedgerHQ/ledger-live/commit/0807ecacfd06057811a3d6f8845b9f4bfc6f693c), [`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)]:
|
|
8
|
+
- @ledgerhq/live-signer-zcash@0.10.0
|
|
9
|
+
- @ledgerhq/types-live@6.120.0
|
|
10
|
+
- @ledgerhq/ledger-wallet-framework@3.0.0
|
|
11
|
+
- @ledgerhq/wallet-btc@0.3.0
|
|
12
|
+
|
|
13
|
+
## 0.51.1-next.1
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [[`da0a5ce`](https://github.com/LedgerHQ/ledger-live/commit/da0a5ceb8f889f1bace45ed2d3d4c640cdf24ca8)]:
|
|
18
|
+
- @ledgerhq/types-live@6.120.0-next.1
|
|
19
|
+
- @ledgerhq/ledger-wallet-framework@3.0.0-next.1
|
|
20
|
+
- @ledgerhq/live-signer-zcash@0.10.0-next.0
|
|
21
|
+
- @ledgerhq/wallet-btc@0.3.0
|
|
22
|
+
|
|
23
|
+
## 0.51.1-next.0
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- Updated dependencies [[`8a93a70`](https://github.com/LedgerHQ/ledger-live/commit/8a93a701d631bd18b6c5125f77588802c0325b4c), [`eecf99a`](https://github.com/LedgerHQ/ledger-live/commit/eecf99af5c17ab63724843c31d5f3facc6352dad), [`030fc67`](https://github.com/LedgerHQ/ledger-live/commit/030fc677db03e8a411d3d33d2fa88e1ab04df80b), [`5b39a67`](https://github.com/LedgerHQ/ledger-live/commit/5b39a67dd93d4c541a77b0b146881073ca00ed15), [`0807eca`](https://github.com/LedgerHQ/ledger-live/commit/0807ecacfd06057811a3d6f8845b9f4bfc6f693c), [`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)]:
|
|
28
|
+
- @ledgerhq/live-signer-zcash@0.10.0-next.0
|
|
29
|
+
- @ledgerhq/ledger-wallet-framework@3.0.0-next.0
|
|
30
|
+
- @ledgerhq/types-live@6.120.0-next.0
|
|
31
|
+
- @ledgerhq/wallet-btc@0.3.0
|
|
32
|
+
|
|
3
33
|
## 0.51.0
|
|
4
34
|
|
|
5
35
|
### Minor Changes
|
|
@@ -485,2635 +515,4 @@
|
|
|
485
515
|
- @ledgerhq/live-network@2.6.4-next.0
|
|
486
516
|
- @ledgerhq/devices@8.15.1-next.0
|
|
487
517
|
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
### Minor Changes
|
|
491
|
-
|
|
492
|
-
- [#17745](https://github.com/LedgerHQ/ledger-live/pull/17745) [`89ae79b`](https://github.com/LedgerHQ/ledger-live/commit/89ae79b0bdd01fb8329fceaba8672bb34d420393) Thanks [@semeano](https://github.com/semeano)! - Fix transparent balance calculations
|
|
493
|
-
|
|
494
|
-
### Patch Changes
|
|
495
|
-
|
|
496
|
-
- Updated dependencies [[`812538e`](https://github.com/LedgerHQ/ledger-live/commit/812538e1788cf63aa3166d3842f0b27248400690), [`5fc817a`](https://github.com/LedgerHQ/ledger-live/commit/5fc817a5ee316396a327e5b10eccd8314bfb2df5), [`177e07f`](https://github.com/LedgerHQ/ledger-live/commit/177e07ffc6c733b4b9811d6f7dff6b75a106075c), [`44fd893`](https://github.com/LedgerHQ/ledger-live/commit/44fd8931435a52232cfd5abed3fec7a5b275a9be), [`65f87d9`](https://github.com/LedgerHQ/ledger-live/commit/65f87d938ac4158e0ae706593d2a46561097f5a9), [`5e2b764`](https://github.com/LedgerHQ/ledger-live/commit/5e2b76429c0b3024782dc179875a24c5f2655274), [`73afced`](https://github.com/LedgerHQ/ledger-live/commit/73afced223c37efeb24943ffb9cc1ee788b72a6f)]:
|
|
497
|
-
- @ledgerhq/types-live@6.110.0
|
|
498
|
-
- @ledgerhq/cryptoassets@13.50.0
|
|
499
|
-
- @ledgerhq/live-env@2.37.0
|
|
500
|
-
- @ledgerhq/ledger-wallet-framework@2.0.0
|
|
501
|
-
- @ledgerhq/devices@8.15.0
|
|
502
|
-
- @ledgerhq/live-signer-zcash@0.2.0
|
|
503
|
-
- @ledgerhq/live-network@2.6.3
|
|
504
|
-
|
|
505
|
-
## 0.43.0-next.0
|
|
506
|
-
|
|
507
|
-
### Minor Changes
|
|
508
|
-
|
|
509
|
-
- [#17745](https://github.com/LedgerHQ/ledger-live/pull/17745) [`89ae79b`](https://github.com/LedgerHQ/ledger-live/commit/89ae79b0bdd01fb8329fceaba8672bb34d420393) Thanks [@semeano](https://github.com/semeano)! - Fix transparent balance calculations
|
|
510
|
-
|
|
511
|
-
### Patch Changes
|
|
512
|
-
|
|
513
|
-
- Updated dependencies [[`812538e`](https://github.com/LedgerHQ/ledger-live/commit/812538e1788cf63aa3166d3842f0b27248400690), [`5fc817a`](https://github.com/LedgerHQ/ledger-live/commit/5fc817a5ee316396a327e5b10eccd8314bfb2df5), [`177e07f`](https://github.com/LedgerHQ/ledger-live/commit/177e07ffc6c733b4b9811d6f7dff6b75a106075c), [`44fd893`](https://github.com/LedgerHQ/ledger-live/commit/44fd8931435a52232cfd5abed3fec7a5b275a9be), [`65f87d9`](https://github.com/LedgerHQ/ledger-live/commit/65f87d938ac4158e0ae706593d2a46561097f5a9), [`5e2b764`](https://github.com/LedgerHQ/ledger-live/commit/5e2b76429c0b3024782dc179875a24c5f2655274), [`73afced`](https://github.com/LedgerHQ/ledger-live/commit/73afced223c37efeb24943ffb9cc1ee788b72a6f)]:
|
|
514
|
-
- @ledgerhq/types-live@6.110.0-next.0
|
|
515
|
-
- @ledgerhq/cryptoassets@13.50.0-next.0
|
|
516
|
-
- @ledgerhq/live-env@2.37.0-next.0
|
|
517
|
-
- @ledgerhq/ledger-wallet-framework@2.0.0-next.0
|
|
518
|
-
- @ledgerhq/devices@8.15.0-next.0
|
|
519
|
-
- @ledgerhq/live-signer-zcash@0.2.0
|
|
520
|
-
- @ledgerhq/live-network@2.6.3-next.0
|
|
521
|
-
|
|
522
|
-
## 0.42.0
|
|
523
|
-
|
|
524
|
-
### Minor Changes
|
|
525
|
-
|
|
526
|
-
- [#17599](https://github.com/LedgerHQ/ledger-live/pull/17599) [`d1e22fc`](https://github.com/LedgerHQ/ledger-live/commit/d1e22fc955464984b33920ec3a6d9265f9b01fa1) Thanks [@semeano](https://github.com/semeano)! - Update shielded txs activation flow to viewing key
|
|
527
|
-
|
|
528
|
-
- [#17563](https://github.com/LedgerHQ/ledger-live/pull/17563) [`b2ee27c`](https://github.com/LedgerHQ/ledger-live/commit/b2ee27c2e1a508a6da44701d1881484f4f806e22) Thanks [@semeano](https://github.com/semeano)! - Add support to get full viewing key for Zcash
|
|
529
|
-
|
|
530
|
-
- [#17450](https://github.com/LedgerHQ/ledger-live/pull/17450) [`40f9d3b`](https://github.com/LedgerHQ/ledger-live/commit/40f9d3b64cd697865b761412147e6c181fdd4a63) Thanks [@semeano](https://github.com/semeano)! - Add live-signer-zcash; getAddress implementation for Zcash chain adapter
|
|
531
|
-
|
|
532
|
-
- [#17597](https://github.com/LedgerHQ/ledger-live/pull/17597) [`59c2b56`](https://github.com/LedgerHQ/ledger-live/commit/59c2b56e3096c352aad58923e070513a373ffae3) Thanks [@cted-ledger](https://github.com/cted-ledger)! - fix ZCash send transaction broken after DMK support
|
|
533
|
-
|
|
534
|
-
### Patch Changes
|
|
535
|
-
|
|
536
|
-
- Updated dependencies [[`839537d`](https://github.com/LedgerHQ/ledger-live/commit/839537d42f9c2bf87ad0faf64e51966250976055), [`b2ee27c`](https://github.com/LedgerHQ/ledger-live/commit/b2ee27c2e1a508a6da44701d1881484f4f806e22), [`ef47541`](https://github.com/LedgerHQ/ledger-live/commit/ef47541f67995474a82446c416e0825623b5d063), [`a04a4c0`](https://github.com/LedgerHQ/ledger-live/commit/a04a4c0a8bbee5140f685836014409e98af33d02), [`9b75461`](https://github.com/LedgerHQ/ledger-live/commit/9b754610e67e4d31d3d49b566ba1590194265c6f), [`822bc92`](https://github.com/LedgerHQ/ledger-live/commit/822bc92945248ddd31304aa7ca90854c849d217f), [`40f9d3b`](https://github.com/LedgerHQ/ledger-live/commit/40f9d3b64cd697865b761412147e6c181fdd4a63), [`2eabd7f`](https://github.com/LedgerHQ/ledger-live/commit/2eabd7f56680e1399926a96b4bdeaf628e435999), [`62ec3e5`](https://github.com/LedgerHQ/ledger-live/commit/62ec3e5917ceee80c0384eea6ee0901faa58b08a), [`9ccd154`](https://github.com/LedgerHQ/ledger-live/commit/9ccd1540f6ea912107d9651fa9b66ffd12948111), [`603f343`](https://github.com/LedgerHQ/ledger-live/commit/603f343d64c9b69a5708b419eb7ebfe7cec94554), [`a61f904`](https://github.com/LedgerHQ/ledger-live/commit/a61f90478795bff6956d2a9083ec47d44e6e9a46), [`5de991c`](https://github.com/LedgerHQ/ledger-live/commit/5de991c8686f473d2323b9c6536c53b7badf5f3d)]:
|
|
537
|
-
- @ledgerhq/cryptoassets@13.49.0
|
|
538
|
-
- @ledgerhq/types-cryptoassets@7.37.0
|
|
539
|
-
- @ledgerhq/live-signer-zcash@0.2.0
|
|
540
|
-
- @ledgerhq/types-live@6.109.0
|
|
541
|
-
- @ledgerhq/ledger-wallet-framework@1.6.0
|
|
542
|
-
- @ledgerhq/live-env@2.36.0
|
|
543
|
-
- @ledgerhq/live-network@2.6.2
|
|
544
|
-
|
|
545
|
-
## 0.42.0-next.0
|
|
546
|
-
|
|
547
|
-
### Minor Changes
|
|
548
|
-
|
|
549
|
-
- [#17599](https://github.com/LedgerHQ/ledger-live/pull/17599) [`d1e22fc`](https://github.com/LedgerHQ/ledger-live/commit/d1e22fc955464984b33920ec3a6d9265f9b01fa1) Thanks [@semeano](https://github.com/semeano)! - Update shielded txs activation flow to viewing key
|
|
550
|
-
|
|
551
|
-
- [#17563](https://github.com/LedgerHQ/ledger-live/pull/17563) [`b2ee27c`](https://github.com/LedgerHQ/ledger-live/commit/b2ee27c2e1a508a6da44701d1881484f4f806e22) Thanks [@semeano](https://github.com/semeano)! - Add support to get full viewing key for Zcash
|
|
552
|
-
|
|
553
|
-
- [#17450](https://github.com/LedgerHQ/ledger-live/pull/17450) [`40f9d3b`](https://github.com/LedgerHQ/ledger-live/commit/40f9d3b64cd697865b761412147e6c181fdd4a63) Thanks [@semeano](https://github.com/semeano)! - Add live-signer-zcash; getAddress implementation for Zcash chain adapter
|
|
554
|
-
|
|
555
|
-
- [#17597](https://github.com/LedgerHQ/ledger-live/pull/17597) [`59c2b56`](https://github.com/LedgerHQ/ledger-live/commit/59c2b56e3096c352aad58923e070513a373ffae3) Thanks [@cted-ledger](https://github.com/cted-ledger)! - fix ZCash send transaction broken after DMK support
|
|
556
|
-
|
|
557
|
-
### Patch Changes
|
|
558
|
-
|
|
559
|
-
- Updated dependencies [[`839537d`](https://github.com/LedgerHQ/ledger-live/commit/839537d42f9c2bf87ad0faf64e51966250976055), [`b2ee27c`](https://github.com/LedgerHQ/ledger-live/commit/b2ee27c2e1a508a6da44701d1881484f4f806e22), [`ef47541`](https://github.com/LedgerHQ/ledger-live/commit/ef47541f67995474a82446c416e0825623b5d063), [`a04a4c0`](https://github.com/LedgerHQ/ledger-live/commit/a04a4c0a8bbee5140f685836014409e98af33d02), [`9b75461`](https://github.com/LedgerHQ/ledger-live/commit/9b754610e67e4d31d3d49b566ba1590194265c6f), [`822bc92`](https://github.com/LedgerHQ/ledger-live/commit/822bc92945248ddd31304aa7ca90854c849d217f), [`40f9d3b`](https://github.com/LedgerHQ/ledger-live/commit/40f9d3b64cd697865b761412147e6c181fdd4a63), [`2eabd7f`](https://github.com/LedgerHQ/ledger-live/commit/2eabd7f56680e1399926a96b4bdeaf628e435999), [`62ec3e5`](https://github.com/LedgerHQ/ledger-live/commit/62ec3e5917ceee80c0384eea6ee0901faa58b08a), [`9ccd154`](https://github.com/LedgerHQ/ledger-live/commit/9ccd1540f6ea912107d9651fa9b66ffd12948111), [`603f343`](https://github.com/LedgerHQ/ledger-live/commit/603f343d64c9b69a5708b419eb7ebfe7cec94554), [`a61f904`](https://github.com/LedgerHQ/ledger-live/commit/a61f90478795bff6956d2a9083ec47d44e6e9a46), [`5de991c`](https://github.com/LedgerHQ/ledger-live/commit/5de991c8686f473d2323b9c6536c53b7badf5f3d)]:
|
|
560
|
-
- @ledgerhq/cryptoassets@13.49.0-next.0
|
|
561
|
-
- @ledgerhq/types-cryptoassets@7.37.0-next.0
|
|
562
|
-
- @ledgerhq/live-signer-zcash@0.2.0-next.0
|
|
563
|
-
- @ledgerhq/types-live@6.109.0-next.0
|
|
564
|
-
- @ledgerhq/ledger-wallet-framework@1.6.0-next.0
|
|
565
|
-
- @ledgerhq/live-env@2.36.0-next.0
|
|
566
|
-
- @ledgerhq/live-network@2.6.2-next.0
|
|
567
|
-
|
|
568
|
-
## 0.41.0
|
|
569
|
-
|
|
570
|
-
### Minor Changes
|
|
571
|
-
|
|
572
|
-
- [#17419](https://github.com/LedgerHQ/ledger-live/pull/17419) [`1e170c8`](https://github.com/LedgerHQ/ledger-live/commit/1e170c8f184214a5de8d28cf94bdf34c1e864fe3) Thanks [@cted-ledger](https://github.com/cted-ledger)! - Fix zcash shielded txs timestamp
|
|
573
|
-
|
|
574
|
-
- [#17303](https://github.com/LedgerHQ/ledger-live/pull/17303) [`2f17b18`](https://github.com/LedgerHQ/ledger-live/commit/2f17b1897090e8ba5d578c89a5c14d360a3ae289) Thanks [@cted-ledger](https://github.com/cted-ledger)! - Move zcash logic to coin-bitcoin adapter
|
|
575
|
-
|
|
576
|
-
### Patch Changes
|
|
577
|
-
|
|
578
|
-
- Updated dependencies [[`f39fede`](https://github.com/LedgerHQ/ledger-live/commit/f39fede0a6eb4e427a15219e5a3c8fbc3302815f), [`b812751`](https://github.com/LedgerHQ/ledger-live/commit/b8127519474e63c543b1b937a2d3b11ad162a78e), [`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), [`3cd7abb`](https://github.com/LedgerHQ/ledger-live/commit/3cd7abb4d6f6072bad62073108d797faf23f9e8c), [`c6170d7`](https://github.com/LedgerHQ/ledger-live/commit/c6170d7b61bc37ef80f8d3e5e608611f9b8ecd67), [`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)]:
|
|
579
|
-
- @ledgerhq/types-live@6.108.0
|
|
580
|
-
- @ledgerhq/ledger-wallet-framework@1.5.0
|
|
581
|
-
- @ledgerhq/cryptoassets@13.48.0
|
|
582
|
-
- @ledgerhq/live-env@2.35.0
|
|
583
|
-
- @ledgerhq/live-network@2.6.1
|
|
584
|
-
|
|
585
|
-
## 0.41.0-next.0
|
|
586
|
-
|
|
587
|
-
### Minor Changes
|
|
588
|
-
|
|
589
|
-
- [#17419](https://github.com/LedgerHQ/ledger-live/pull/17419) [`1e170c8`](https://github.com/LedgerHQ/ledger-live/commit/1e170c8f184214a5de8d28cf94bdf34c1e864fe3) Thanks [@cted-ledger](https://github.com/cted-ledger)! - Fix zcash shielded txs timestamp
|
|
590
|
-
|
|
591
|
-
- [#17303](https://github.com/LedgerHQ/ledger-live/pull/17303) [`2f17b18`](https://github.com/LedgerHQ/ledger-live/commit/2f17b1897090e8ba5d578c89a5c14d360a3ae289) Thanks [@cted-ledger](https://github.com/cted-ledger)! - Move zcash logic to coin-bitcoin adapter
|
|
592
|
-
|
|
593
|
-
### Patch Changes
|
|
594
|
-
|
|
595
|
-
- Updated dependencies [[`f39fede`](https://github.com/LedgerHQ/ledger-live/commit/f39fede0a6eb4e427a15219e5a3c8fbc3302815f), [`b812751`](https://github.com/LedgerHQ/ledger-live/commit/b8127519474e63c543b1b937a2d3b11ad162a78e), [`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), [`3cd7abb`](https://github.com/LedgerHQ/ledger-live/commit/3cd7abb4d6f6072bad62073108d797faf23f9e8c), [`c6170d7`](https://github.com/LedgerHQ/ledger-live/commit/c6170d7b61bc37ef80f8d3e5e608611f9b8ecd67), [`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)]:
|
|
596
|
-
- @ledgerhq/types-live@6.108.0-next.0
|
|
597
|
-
- @ledgerhq/ledger-wallet-framework@1.5.0-next.0
|
|
598
|
-
- @ledgerhq/cryptoassets@13.48.0-next.0
|
|
599
|
-
- @ledgerhq/live-env@2.35.0-next.0
|
|
600
|
-
- @ledgerhq/live-network@2.6.1-next.0
|
|
601
|
-
|
|
602
|
-
## 0.40.0
|
|
603
|
-
|
|
604
|
-
### Minor Changes
|
|
605
|
-
|
|
606
|
-
- [#16736](https://github.com/LedgerHQ/ledger-live/pull/16736) [`05b5ea0`](https://github.com/LedgerHQ/ledger-live/commit/05b5ea0579f0325c669805711b298f2eb0bd6434) Thanks [@semeano](https://github.com/semeano)! - Connect the UI to work with the new native engine.
|
|
607
|
-
|
|
608
|
-
- [#16972](https://github.com/LedgerHQ/ledger-live/pull/16972) [`46b7bc6`](https://github.com/LedgerHQ/ledger-live/commit/46b7bc6c78f316c75feabb7172665b1c1a6b87e7) Thanks [@cted-ledger](https://github.com/cted-ledger)! - Use findBlockHeight method in zcash-shielded module to identify start block during synchronization
|
|
609
|
-
|
|
610
|
-
- [#16226](https://github.com/LedgerHQ/ledger-live/pull/16226) [`a22ac3e`](https://github.com/LedgerHQ/ledger-live/commit/a22ac3e225f7de60a6bc1906922a60080d1a8dcb) Thanks [@cted-ledger](https://github.com/cted-ledger)! - Implement native Rust engine for shielded synchronization. ZCash native (napi-rs) engine out of the Electron renderer and into a dedicated UtilityProcess bridged via IPC. Split `ZCashNative` into an in-process wrapper (for Node contexts: coin-tester, integration tests) and a `ZCashNativeIPC` client (for Electron renderer); both share the same public API via a single host-side `engine.ts` module.
|
|
611
|
-
|
|
612
|
-
### Patch Changes
|
|
613
|
-
|
|
614
|
-
- Updated dependencies [[`ed0dc8a`](https://github.com/LedgerHQ/ledger-live/commit/ed0dc8abc2c8f5054e655c4e12efe6fb433fbaca), [`4ddd97a`](https://github.com/LedgerHQ/ledger-live/commit/4ddd97a99bab5b581ad5ccfd36eb420ec4ee6352), [`7fafa10`](https://github.com/LedgerHQ/ledger-live/commit/7fafa10d8af581f4433a60ea908980a726d3a777), [`ac26c8b`](https://github.com/LedgerHQ/ledger-live/commit/ac26c8bffa9b5cc9f28bed5ce3d44e32982d655c), [`fb79639`](https://github.com/LedgerHQ/ledger-live/commit/fb79639eb81258bae4830ed6ffe375ae625054ad), [`05b5ea0`](https://github.com/LedgerHQ/ledger-live/commit/05b5ea0579f0325c669805711b298f2eb0bd6434), [`0d11df6`](https://github.com/LedgerHQ/ledger-live/commit/0d11df6ef8dc781171071824ad1c39e3beed7730), [`b866ea6`](https://github.com/LedgerHQ/ledger-live/commit/b866ea67bcbd408a33dbc9233ef55298e2a8ef25), [`321a0e2`](https://github.com/LedgerHQ/ledger-live/commit/321a0e2ce948fac11f7bdf0e106eb0af57168caa), [`46b7bc6`](https://github.com/LedgerHQ/ledger-live/commit/46b7bc6c78f316c75feabb7172665b1c1a6b87e7), [`d308b1a`](https://github.com/LedgerHQ/ledger-live/commit/d308b1a6b9c629839f051cf367a527f4232120c7), [`21e69fe`](https://github.com/LedgerHQ/ledger-live/commit/21e69fea49cffc0b1204903e539a64b83e4b28f0), [`a22ac3e`](https://github.com/LedgerHQ/ledger-live/commit/a22ac3e225f7de60a6bc1906922a60080d1a8dcb), [`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), [`73bfe05`](https://github.com/LedgerHQ/ledger-live/commit/73bfe055ec23e0d630f2da9f4dbc9731b6fe5190)]:
|
|
615
|
-
- @ledgerhq/types-live@6.107.0
|
|
616
|
-
- @ledgerhq/zcash-shielded@0.10.0
|
|
617
|
-
- @ledgerhq/ledger-wallet-framework@1.4.0
|
|
618
|
-
- @ledgerhq/live-env@2.34.0
|
|
619
|
-
- @ledgerhq/errors@6.35.0
|
|
620
|
-
- @ledgerhq/cryptoassets@13.47.0
|
|
621
|
-
- @ledgerhq/live-network@2.6.0
|
|
622
|
-
- @ledgerhq/devices@8.14.2
|
|
623
|
-
|
|
624
|
-
## 0.40.0-next.1
|
|
625
|
-
|
|
626
|
-
### Patch Changes
|
|
627
|
-
|
|
628
|
-
- Updated dependencies [[`e6dc658`](https://github.com/LedgerHQ/ledger-live/commit/e6dc658b83ebd2102e19a1fead021443457c05d9)]:
|
|
629
|
-
- @ledgerhq/cryptoassets@13.47.0-next.1
|
|
630
|
-
- @ledgerhq/ledger-wallet-framework@1.4.0-next.1
|
|
631
|
-
|
|
632
|
-
## 0.40.0-next.0
|
|
633
|
-
|
|
634
|
-
### Minor Changes
|
|
635
|
-
|
|
636
|
-
- [#16736](https://github.com/LedgerHQ/ledger-live/pull/16736) [`05b5ea0`](https://github.com/LedgerHQ/ledger-live/commit/05b5ea0579f0325c669805711b298f2eb0bd6434) Thanks [@semeano](https://github.com/semeano)! - Connect the UI to work with the new native engine.
|
|
637
|
-
|
|
638
|
-
- [#16972](https://github.com/LedgerHQ/ledger-live/pull/16972) [`46b7bc6`](https://github.com/LedgerHQ/ledger-live/commit/46b7bc6c78f316c75feabb7172665b1c1a6b87e7) Thanks [@cted-ledger](https://github.com/cted-ledger)! - Use findBlockHeight method in zcash-shielded module to identify start block during synchronization
|
|
639
|
-
|
|
640
|
-
- [#16226](https://github.com/LedgerHQ/ledger-live/pull/16226) [`a22ac3e`](https://github.com/LedgerHQ/ledger-live/commit/a22ac3e225f7de60a6bc1906922a60080d1a8dcb) Thanks [@cted-ledger](https://github.com/cted-ledger)! - Implement native Rust engine for shielded synchronization. ZCash native (napi-rs) engine out of the Electron renderer and into a dedicated UtilityProcess bridged via IPC. Split `ZCashNative` into an in-process wrapper (for Node contexts: coin-tester, integration tests) and a `ZCashNativeIPC` client (for Electron renderer); both share the same public API via a single host-side `engine.ts` module.
|
|
641
|
-
|
|
642
|
-
### Patch Changes
|
|
643
|
-
|
|
644
|
-
- Updated dependencies [[`ed0dc8a`](https://github.com/LedgerHQ/ledger-live/commit/ed0dc8abc2c8f5054e655c4e12efe6fb433fbaca), [`4ddd97a`](https://github.com/LedgerHQ/ledger-live/commit/4ddd97a99bab5b581ad5ccfd36eb420ec4ee6352), [`7fafa10`](https://github.com/LedgerHQ/ledger-live/commit/7fafa10d8af581f4433a60ea908980a726d3a777), [`ac26c8b`](https://github.com/LedgerHQ/ledger-live/commit/ac26c8bffa9b5cc9f28bed5ce3d44e32982d655c), [`fb79639`](https://github.com/LedgerHQ/ledger-live/commit/fb79639eb81258bae4830ed6ffe375ae625054ad), [`05b5ea0`](https://github.com/LedgerHQ/ledger-live/commit/05b5ea0579f0325c669805711b298f2eb0bd6434), [`0d11df6`](https://github.com/LedgerHQ/ledger-live/commit/0d11df6ef8dc781171071824ad1c39e3beed7730), [`b866ea6`](https://github.com/LedgerHQ/ledger-live/commit/b866ea67bcbd408a33dbc9233ef55298e2a8ef25), [`321a0e2`](https://github.com/LedgerHQ/ledger-live/commit/321a0e2ce948fac11f7bdf0e106eb0af57168caa), [`46b7bc6`](https://github.com/LedgerHQ/ledger-live/commit/46b7bc6c78f316c75feabb7172665b1c1a6b87e7), [`d308b1a`](https://github.com/LedgerHQ/ledger-live/commit/d308b1a6b9c629839f051cf367a527f4232120c7), [`21e69fe`](https://github.com/LedgerHQ/ledger-live/commit/21e69fea49cffc0b1204903e539a64b83e4b28f0), [`a22ac3e`](https://github.com/LedgerHQ/ledger-live/commit/a22ac3e225f7de60a6bc1906922a60080d1a8dcb), [`fb4d165`](https://github.com/LedgerHQ/ledger-live/commit/fb4d1656be8dc8e933e55600970a2e991fbaeebb), [`5bd95a9`](https://github.com/LedgerHQ/ledger-live/commit/5bd95a9ceaac4d08c87d635f721265357368f8ee), [`73bfe05`](https://github.com/LedgerHQ/ledger-live/commit/73bfe055ec23e0d630f2da9f4dbc9731b6fe5190)]:
|
|
645
|
-
- @ledgerhq/types-live@6.107.0-next.0
|
|
646
|
-
- @ledgerhq/zcash-shielded@0.10.0-next.0
|
|
647
|
-
- @ledgerhq/ledger-wallet-framework@1.4.0-next.0
|
|
648
|
-
- @ledgerhq/live-env@2.34.0-next.0
|
|
649
|
-
- @ledgerhq/errors@6.35.0-next.0
|
|
650
|
-
- @ledgerhq/cryptoassets@13.47.0-next.0
|
|
651
|
-
- @ledgerhq/live-network@2.6.0-next.0
|
|
652
|
-
- @ledgerhq/devices@8.14.2-next.0
|
|
653
|
-
|
|
654
|
-
## 0.39.1
|
|
655
|
-
|
|
656
|
-
### Patch Changes
|
|
657
|
-
|
|
658
|
-
- Updated dependencies [[`202cc42`](https://github.com/LedgerHQ/ledger-live/commit/202cc423b09662b5b25012b84124aecd4dc7245d)]:
|
|
659
|
-
- @ledgerhq/errors@6.34.1
|
|
660
|
-
- @ledgerhq/ledger-wallet-framework@1.3.2
|
|
661
|
-
- @ledgerhq/cryptoassets@13.46.2
|
|
662
|
-
- @ledgerhq/devices@8.14.2
|
|
663
|
-
- @ledgerhq/live-network@2.5.2
|
|
664
|
-
- @ledgerhq/zcash-shielded@0.9.1
|
|
665
|
-
|
|
666
|
-
## 0.39.1-hotfix.0
|
|
667
|
-
|
|
668
|
-
### Patch Changes
|
|
669
|
-
|
|
670
|
-
- Updated dependencies [[`202cc42`](https://github.com/LedgerHQ/ledger-live/commit/202cc423b09662b5b25012b84124aecd4dc7245d)]:
|
|
671
|
-
- @ledgerhq/errors@6.34.1-hotfix.0
|
|
672
|
-
- @ledgerhq/ledger-wallet-framework@1.3.2-hotfix.0
|
|
673
|
-
- @ledgerhq/cryptoassets@13.46.2-hotfix.0
|
|
674
|
-
- @ledgerhq/devices@8.14.2-hotfix.0
|
|
675
|
-
- @ledgerhq/live-network@2.5.2-hotfix.0
|
|
676
|
-
- @ledgerhq/zcash-shielded@0.9.1-hotfix.0
|
|
677
|
-
|
|
678
|
-
## 0.39.0
|
|
679
|
-
|
|
680
|
-
### Minor Changes
|
|
681
|
-
|
|
682
|
-
- [#16402](https://github.com/LedgerHQ/ledger-live/pull/16402) [`b7cdf0e`](https://github.com/LedgerHQ/ledger-live/commit/b7cdf0e7c6faca170af3bfed9042165c74517ae4) Thanks [@Justkant](https://github.com/Justkant)! - chore: update bitcoinjs-lib and bip32 dependencies across multiple packages
|
|
683
|
-
|
|
684
|
-
This is helpful for the wallet-cli and bun usage to avoid some of the native bindings that would come with tiny-secp
|
|
685
|
-
|
|
686
|
-
### Patch Changes
|
|
687
|
-
|
|
688
|
-
- Updated dependencies [[`fbff5f4`](https://github.com/LedgerHQ/ledger-live/commit/fbff5f407027cb2b24834fea53ef21a3ef93bf95), [`b7cdf0e`](https://github.com/LedgerHQ/ledger-live/commit/b7cdf0e7c6faca170af3bfed9042165c74517ae4), [`e377079`](https://github.com/LedgerHQ/ledger-live/commit/e3770793670b73d4409bd5be2081ca922e8679ac), [`45e134c`](https://github.com/LedgerHQ/ledger-live/commit/45e134c63f204444a5997109f4807447f51469ee)]:
|
|
689
|
-
- @ledgerhq/types-live@6.106.0
|
|
690
|
-
- @ledgerhq/psbtv2@0.5.0
|
|
691
|
-
- @ledgerhq/ledger-wallet-framework@1.3.1
|
|
692
|
-
- @ledgerhq/cryptoassets@13.46.1
|
|
693
|
-
|
|
694
|
-
## 0.39.0-next.0
|
|
695
|
-
|
|
696
|
-
### Minor Changes
|
|
697
|
-
|
|
698
|
-
- [#16402](https://github.com/LedgerHQ/ledger-live/pull/16402) [`b7cdf0e`](https://github.com/LedgerHQ/ledger-live/commit/b7cdf0e7c6faca170af3bfed9042165c74517ae4) Thanks [@Justkant](https://github.com/Justkant)! - chore: update bitcoinjs-lib and bip32 dependencies across multiple packages
|
|
699
|
-
|
|
700
|
-
This is helpful for the wallet-cli and bun usage to avoid some of the native bindings that would come with tiny-secp
|
|
701
|
-
|
|
702
|
-
### Patch Changes
|
|
703
|
-
|
|
704
|
-
- Updated dependencies [[`fbff5f4`](https://github.com/LedgerHQ/ledger-live/commit/fbff5f407027cb2b24834fea53ef21a3ef93bf95), [`b7cdf0e`](https://github.com/LedgerHQ/ledger-live/commit/b7cdf0e7c6faca170af3bfed9042165c74517ae4), [`e377079`](https://github.com/LedgerHQ/ledger-live/commit/e3770793670b73d4409bd5be2081ca922e8679ac), [`45e134c`](https://github.com/LedgerHQ/ledger-live/commit/45e134c63f204444a5997109f4807447f51469ee)]:
|
|
705
|
-
- @ledgerhq/types-live@6.106.0-next.0
|
|
706
|
-
- @ledgerhq/psbtv2@0.5.0-next.0
|
|
707
|
-
- @ledgerhq/ledger-wallet-framework@1.3.1-next.0
|
|
708
|
-
- @ledgerhq/cryptoassets@13.46.1-next.0
|
|
709
|
-
|
|
710
|
-
## 0.38.0
|
|
711
|
-
|
|
712
|
-
### Minor Changes
|
|
713
|
-
|
|
714
|
-
- [#16061](https://github.com/LedgerHQ/ledger-live/pull/16061) [`648956f`](https://github.com/LedgerHQ/ledger-live/commit/648956f027b02a76a6624fe64e5b2e152c7abc04) Thanks [@semeano](https://github.com/semeano)! - Fix Zcash shielded sync restart
|
|
715
|
-
|
|
716
|
-
- [#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)
|
|
717
|
-
|
|
718
|
-
- Add libs/coin-modules/.oxfmtrc.json aligned with root .prettierrc and desktop/mobile oxfmt
|
|
719
|
-
- Add format, format:check, and run oxfmt before oxlint in lint:fix; add oxfmt devDependency
|
|
720
|
-
- Remove coin-ton prettier script; turbo format/format:check tasks
|
|
721
|
-
- Initial oxfmt pass on src
|
|
722
|
-
|
|
723
|
-
- [#16065](https://github.com/LedgerHQ/ledger-live/pull/16065) [`37fe0e0`](https://github.com/LedgerHQ/ledger-live/commit/37fe0e0011efb6b9cf4e7a9d1ddb01768aa77798) Thanks [@semeano](https://github.com/semeano)! - Update Zcash types
|
|
724
|
-
|
|
725
|
-
- [#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`
|
|
726
|
-
|
|
727
|
-
- [#16160](https://github.com/LedgerHQ/ledger-live/pull/16160) [`5b0974a`](https://github.com/LedgerHQ/ledger-live/commit/5b0974a146ce57b30b48769cb512c1443aa7f97d) Thanks [@semeano](https://github.com/semeano)! - Remove mocked shielded sync process
|
|
728
|
-
|
|
729
|
-
### Patch Changes
|
|
730
|
-
|
|
731
|
-
- Updated dependencies [[`ad5a37d`](https://github.com/LedgerHQ/ledger-live/commit/ad5a37d077dced734defcd464f120825e7bbf5e9), [`2d5c7e0`](https://github.com/LedgerHQ/ledger-live/commit/2d5c7e0cc27f45babe247b39b513d4e848707b01), [`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), [`139cdbf`](https://github.com/LedgerHQ/ledger-live/commit/139cdbfd48120247ff54f5f7863ce866a6a755d0), [`c353f29`](https://github.com/LedgerHQ/ledger-live/commit/c353f29b9174c20c708662c160f55c597020ee58), [`37fe0e0`](https://github.com/LedgerHQ/ledger-live/commit/37fe0e0011efb6b9cf4e7a9d1ddb01768aa77798), [`4cf9b8c`](https://github.com/LedgerHQ/ledger-live/commit/4cf9b8cde388aebfe04a894e9a35584856d1713d), [`97d7278`](https://github.com/LedgerHQ/ledger-live/commit/97d727824cef6a5b5a2d034d9b029e4f977f1754), [`63b5b9a`](https://github.com/LedgerHQ/ledger-live/commit/63b5b9a3f3b88fa41f02983350cdb6e73a887839), [`f36e748`](https://github.com/LedgerHQ/ledger-live/commit/f36e74881c03a25164c0eac24b13765bbbbbb440), [`46e78cf`](https://github.com/LedgerHQ/ledger-live/commit/46e78cf3a057a9de39a5abbb49fe779655db6507), [`cd59c95`](https://github.com/LedgerHQ/ledger-live/commit/cd59c95d04bd886114802ca887e1209d2191eaee), [`fd2311d`](https://github.com/LedgerHQ/ledger-live/commit/fd2311d643f4002c1441bfa4fe79d7288df04c21)]:
|
|
732
|
-
- @ledgerhq/cryptoassets@13.46.0
|
|
733
|
-
- @ledgerhq/types-live@6.105.0
|
|
734
|
-
- @ledgerhq/live-env@2.33.0
|
|
735
|
-
- @ledgerhq/ledger-wallet-framework@1.3.0
|
|
736
|
-
- @ledgerhq/psbtv2@0.4.0
|
|
737
|
-
- @ledgerhq/zcash-shielded@0.9.0
|
|
738
|
-
- @ledgerhq/errors@6.34.0
|
|
739
|
-
- @ledgerhq/live-network@2.5.1
|
|
740
|
-
- @ledgerhq/devices@8.14.1
|
|
741
|
-
|
|
742
|
-
## 0.38.0-next.0
|
|
743
|
-
|
|
744
|
-
### Minor Changes
|
|
745
|
-
|
|
746
|
-
- [#16061](https://github.com/LedgerHQ/ledger-live/pull/16061) [`648956f`](https://github.com/LedgerHQ/ledger-live/commit/648956f027b02a76a6624fe64e5b2e152c7abc04) Thanks [@semeano](https://github.com/semeano)! - Fix Zcash shielded sync restart
|
|
747
|
-
|
|
748
|
-
- [#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)
|
|
749
|
-
|
|
750
|
-
- Add libs/coin-modules/.oxfmtrc.json aligned with root .prettierrc and desktop/mobile oxfmt
|
|
751
|
-
- Add format, format:check, and run oxfmt before oxlint in lint:fix; add oxfmt devDependency
|
|
752
|
-
- Remove coin-ton prettier script; turbo format/format:check tasks
|
|
753
|
-
- Initial oxfmt pass on src
|
|
754
|
-
|
|
755
|
-
- [#16065](https://github.com/LedgerHQ/ledger-live/pull/16065) [`37fe0e0`](https://github.com/LedgerHQ/ledger-live/commit/37fe0e0011efb6b9cf4e7a9d1ddb01768aa77798) Thanks [@semeano](https://github.com/semeano)! - Update Zcash types
|
|
756
|
-
|
|
757
|
-
- [#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`
|
|
758
|
-
|
|
759
|
-
- [#16160](https://github.com/LedgerHQ/ledger-live/pull/16160) [`5b0974a`](https://github.com/LedgerHQ/ledger-live/commit/5b0974a146ce57b30b48769cb512c1443aa7f97d) Thanks [@semeano](https://github.com/semeano)! - Remove mocked shielded sync process
|
|
760
|
-
|
|
761
|
-
### Patch Changes
|
|
762
|
-
|
|
763
|
-
- Updated dependencies [[`ad5a37d`](https://github.com/LedgerHQ/ledger-live/commit/ad5a37d077dced734defcd464f120825e7bbf5e9), [`2d5c7e0`](https://github.com/LedgerHQ/ledger-live/commit/2d5c7e0cc27f45babe247b39b513d4e848707b01), [`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), [`139cdbf`](https://github.com/LedgerHQ/ledger-live/commit/139cdbfd48120247ff54f5f7863ce866a6a755d0), [`c353f29`](https://github.com/LedgerHQ/ledger-live/commit/c353f29b9174c20c708662c160f55c597020ee58), [`37fe0e0`](https://github.com/LedgerHQ/ledger-live/commit/37fe0e0011efb6b9cf4e7a9d1ddb01768aa77798), [`4cf9b8c`](https://github.com/LedgerHQ/ledger-live/commit/4cf9b8cde388aebfe04a894e9a35584856d1713d), [`97d7278`](https://github.com/LedgerHQ/ledger-live/commit/97d727824cef6a5b5a2d034d9b029e4f977f1754), [`63b5b9a`](https://github.com/LedgerHQ/ledger-live/commit/63b5b9a3f3b88fa41f02983350cdb6e73a887839), [`f36e748`](https://github.com/LedgerHQ/ledger-live/commit/f36e74881c03a25164c0eac24b13765bbbbbb440), [`46e78cf`](https://github.com/LedgerHQ/ledger-live/commit/46e78cf3a057a9de39a5abbb49fe779655db6507), [`cd59c95`](https://github.com/LedgerHQ/ledger-live/commit/cd59c95d04bd886114802ca887e1209d2191eaee), [`fd2311d`](https://github.com/LedgerHQ/ledger-live/commit/fd2311d643f4002c1441bfa4fe79d7288df04c21)]:
|
|
764
|
-
- @ledgerhq/cryptoassets@13.46.0-next.0
|
|
765
|
-
- @ledgerhq/types-live@6.105.0-next.0
|
|
766
|
-
- @ledgerhq/live-env@2.33.0-next.0
|
|
767
|
-
- @ledgerhq/ledger-wallet-framework@1.3.0-next.0
|
|
768
|
-
- @ledgerhq/psbtv2@0.4.0-next.0
|
|
769
|
-
- @ledgerhq/zcash-shielded@0.9.0-next.0
|
|
770
|
-
- @ledgerhq/errors@6.34.0-next.0
|
|
771
|
-
- @ledgerhq/live-network@2.5.1-next.0
|
|
772
|
-
- @ledgerhq/devices@8.14.1-next.0
|
|
773
|
-
|
|
774
|
-
## 0.37.0
|
|
775
|
-
|
|
776
|
-
### Minor Changes
|
|
777
|
-
|
|
778
|
-
- [#15019](https://github.com/LedgerHQ/ledger-live/pull/15019) [`03ef36f`](https://github.com/LedgerHQ/ledger-live/commit/03ef36fe77f9048541b46e166d8bd8674fe3d896) Thanks [@alevito](https://github.com/alevito)! - - Add support for ZCash shielded sync to coin-bitcoin module
|
|
779
|
-
|
|
780
|
-
- [#15806](https://github.com/LedgerHQ/ledger-live/pull/15806) [`c911a5e`](https://github.com/LedgerHQ/ledger-live/commit/c911a5e7f6ae80d86998e8c74457ed0de3c2bc98) Thanks [@Canestin](https://github.com/Canestin)! - fix(coin-bitcoin): forward broadcastConfig in bridge broadcast wrapper
|
|
781
|
-
|
|
782
|
-
- [#15745](https://github.com/LedgerHQ/ledger-live/pull/15745) [`b755e91`](https://github.com/LedgerHQ/ledger-live/commit/b755e916e4c1e7ebd9043dfc959eba2c5081ec5b) Thanks [@semeano](https://github.com/semeano)! - Save private info when enabling shielded transactions
|
|
783
|
-
|
|
784
|
-
- [#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)
|
|
785
|
-
|
|
786
|
-
- Add libs/coin-modules/.oxfmtrc.json aligned with root .prettierrc and desktop/mobile oxfmt
|
|
787
|
-
- Add format, format:check, and run oxfmt before oxlint in lint:fix; add oxfmt devDependency
|
|
788
|
-
- Remove coin-ton prettier script; turbo format/format:check tasks
|
|
789
|
-
- Initial oxfmt pass on src
|
|
790
|
-
|
|
791
|
-
- [#15786](https://github.com/LedgerHQ/ledger-live/pull/15786) [`fe0dedb`](https://github.com/LedgerHQ/ledger-live/commit/fe0dedb3d2f67390102b1153b6ee6cb16c22a26a) Thanks [@semeano](https://github.com/semeano)! - Connect Zcash UI with module sync
|
|
792
|
-
|
|
793
|
-
- [#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`
|
|
794
|
-
|
|
795
|
-
### Patch Changes
|
|
796
|
-
|
|
797
|
-
- Updated dependencies [[`24e8f80`](https://github.com/LedgerHQ/ledger-live/commit/24e8f80dc314619f954e6966aff8698591d6e05e), [`ea34195`](https://github.com/LedgerHQ/ledger-live/commit/ea34195c1115aaa40c69259ee2d2ee581e0349ab), [`7ffc0c5`](https://github.com/LedgerHQ/ledger-live/commit/7ffc0c5a7623aea32cdff2e093c14fae87352e71), [`892f50a`](https://github.com/LedgerHQ/ledger-live/commit/892f50a33033abbcb05f6cdfd7134c86cd4b45eb), [`03ef36f`](https://github.com/LedgerHQ/ledger-live/commit/03ef36fe77f9048541b46e166d8bd8674fe3d896), [`53df748`](https://github.com/LedgerHQ/ledger-live/commit/53df74819753f084ed3df4a2ab9082d398b54920), [`9413def`](https://github.com/LedgerHQ/ledger-live/commit/9413def2fb1eccfc0ec8ce38bbcaf982981a0dd9), [`ca9136f`](https://github.com/LedgerHQ/ledger-live/commit/ca9136f9d17c7c82434a674faf2e111cac635a4b), [`008a4bd`](https://github.com/LedgerHQ/ledger-live/commit/008a4bdb87f0e65fa23de3a29818a4d02f28f4f8), [`2ece647`](https://github.com/LedgerHQ/ledger-live/commit/2ece647f386e40f261662fc6e4e6624f302ee34f), [`b755e91`](https://github.com/LedgerHQ/ledger-live/commit/b755e916e4c1e7ebd9043dfc959eba2c5081ec5b), [`55c01bc`](https://github.com/LedgerHQ/ledger-live/commit/55c01bcd8e43f9a54e93a41bb383d6d5c633b35f), [`c353f29`](https://github.com/LedgerHQ/ledger-live/commit/c353f29b9174c20c708662c160f55c597020ee58), [`fe0dedb`](https://github.com/LedgerHQ/ledger-live/commit/fe0dedb3d2f67390102b1153b6ee6cb16c22a26a), [`fd2311d`](https://github.com/LedgerHQ/ledger-live/commit/fd2311d643f4002c1441bfa4fe79d7288df04c21)]:
|
|
798
|
-
- @ledgerhq/types-live@6.104.0
|
|
799
|
-
- @ledgerhq/live-env@2.32.0
|
|
800
|
-
- @ledgerhq/zcash-shielded@0.8.0
|
|
801
|
-
- @ledgerhq/errors@6.33.0
|
|
802
|
-
- @ledgerhq/ledger-wallet-framework@1.2.0
|
|
803
|
-
- @ledgerhq/cryptoassets@13.45.0
|
|
804
|
-
- @ledgerhq/devices@8.14.0
|
|
805
|
-
- @ledgerhq/logs@6.17.0
|
|
806
|
-
- @ledgerhq/types-cryptoassets@7.36.0
|
|
807
|
-
- @ledgerhq/live-network@2.5.0
|
|
808
|
-
|
|
809
|
-
## 0.37.0-next.0
|
|
810
|
-
|
|
811
|
-
### Minor Changes
|
|
812
|
-
|
|
813
|
-
- [#15019](https://github.com/LedgerHQ/ledger-live/pull/15019) [`03ef36f`](https://github.com/LedgerHQ/ledger-live/commit/03ef36fe77f9048541b46e166d8bd8674fe3d896) Thanks [@alevito](https://github.com/alevito)! - - Add support for ZCash shielded sync to coin-bitcoin module
|
|
814
|
-
|
|
815
|
-
- [#15806](https://github.com/LedgerHQ/ledger-live/pull/15806) [`c911a5e`](https://github.com/LedgerHQ/ledger-live/commit/c911a5e7f6ae80d86998e8c74457ed0de3c2bc98) Thanks [@Canestin](https://github.com/Canestin)! - fix(coin-bitcoin): forward broadcastConfig in bridge broadcast wrapper
|
|
816
|
-
|
|
817
|
-
- [#15745](https://github.com/LedgerHQ/ledger-live/pull/15745) [`b755e91`](https://github.com/LedgerHQ/ledger-live/commit/b755e916e4c1e7ebd9043dfc959eba2c5081ec5b) Thanks [@semeano](https://github.com/semeano)! - Save private info when enabling shielded transactions
|
|
818
|
-
|
|
819
|
-
- [#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)
|
|
820
|
-
|
|
821
|
-
- Add libs/coin-modules/.oxfmtrc.json aligned with root .prettierrc and desktop/mobile oxfmt
|
|
822
|
-
- Add format, format:check, and run oxfmt before oxlint in lint:fix; add oxfmt devDependency
|
|
823
|
-
- Remove coin-ton prettier script; turbo format/format:check tasks
|
|
824
|
-
- Initial oxfmt pass on src
|
|
825
|
-
|
|
826
|
-
- [#15786](https://github.com/LedgerHQ/ledger-live/pull/15786) [`fe0dedb`](https://github.com/LedgerHQ/ledger-live/commit/fe0dedb3d2f67390102b1153b6ee6cb16c22a26a) Thanks [@semeano](https://github.com/semeano)! - Connect Zcash UI with module sync
|
|
827
|
-
|
|
828
|
-
- [#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`
|
|
829
|
-
|
|
830
|
-
### Patch Changes
|
|
831
|
-
|
|
832
|
-
- Updated dependencies [[`24e8f80`](https://github.com/LedgerHQ/ledger-live/commit/24e8f80dc314619f954e6966aff8698591d6e05e), [`ea34195`](https://github.com/LedgerHQ/ledger-live/commit/ea34195c1115aaa40c69259ee2d2ee581e0349ab), [`7ffc0c5`](https://github.com/LedgerHQ/ledger-live/commit/7ffc0c5a7623aea32cdff2e093c14fae87352e71), [`892f50a`](https://github.com/LedgerHQ/ledger-live/commit/892f50a33033abbcb05f6cdfd7134c86cd4b45eb), [`03ef36f`](https://github.com/LedgerHQ/ledger-live/commit/03ef36fe77f9048541b46e166d8bd8674fe3d896), [`53df748`](https://github.com/LedgerHQ/ledger-live/commit/53df74819753f084ed3df4a2ab9082d398b54920), [`9413def`](https://github.com/LedgerHQ/ledger-live/commit/9413def2fb1eccfc0ec8ce38bbcaf982981a0dd9), [`ca9136f`](https://github.com/LedgerHQ/ledger-live/commit/ca9136f9d17c7c82434a674faf2e111cac635a4b), [`008a4bd`](https://github.com/LedgerHQ/ledger-live/commit/008a4bdb87f0e65fa23de3a29818a4d02f28f4f8), [`2ece647`](https://github.com/LedgerHQ/ledger-live/commit/2ece647f386e40f261662fc6e4e6624f302ee34f), [`b755e91`](https://github.com/LedgerHQ/ledger-live/commit/b755e916e4c1e7ebd9043dfc959eba2c5081ec5b), [`55c01bc`](https://github.com/LedgerHQ/ledger-live/commit/55c01bcd8e43f9a54e93a41bb383d6d5c633b35f), [`c353f29`](https://github.com/LedgerHQ/ledger-live/commit/c353f29b9174c20c708662c160f55c597020ee58), [`fe0dedb`](https://github.com/LedgerHQ/ledger-live/commit/fe0dedb3d2f67390102b1153b6ee6cb16c22a26a), [`fd2311d`](https://github.com/LedgerHQ/ledger-live/commit/fd2311d643f4002c1441bfa4fe79d7288df04c21)]:
|
|
833
|
-
- @ledgerhq/types-live@6.104.0-next.0
|
|
834
|
-
- @ledgerhq/live-env@2.32.0-next.0
|
|
835
|
-
- @ledgerhq/zcash-shielded@0.8.0-next.0
|
|
836
|
-
- @ledgerhq/errors@6.33.0-next.0
|
|
837
|
-
- @ledgerhq/ledger-wallet-framework@1.2.0-next.0
|
|
838
|
-
- @ledgerhq/cryptoassets@13.45.0-next.0
|
|
839
|
-
- @ledgerhq/devices@8.14.0-next.0
|
|
840
|
-
- @ledgerhq/logs@6.17.0-next.0
|
|
841
|
-
- @ledgerhq/types-cryptoassets@7.36.0-next.0
|
|
842
|
-
- @ledgerhq/live-network@2.5.0-next.0
|
|
843
|
-
|
|
844
|
-
## 0.36.0
|
|
845
|
-
|
|
846
|
-
### Minor Changes
|
|
847
|
-
|
|
848
|
-
- [#15399](https://github.com/LedgerHQ/ledger-live/pull/15399) [`86822b6`](https://github.com/LedgerHQ/ledger-live/commit/86822b6596b97c2a566f903c00596a93f7f6c996) Thanks [@dilaouid](https://github.com/dilaouid)! - fix(btc): align send max estimate with build (exclude non‑rentable UTXOs, round feePerByte)
|
|
849
|
-
|
|
850
|
-
- [#15668](https://github.com/LedgerHQ/ledger-live/pull/15668) [`229df86`](https://github.com/LedgerHQ/ledger-live/commit/229df869458efe7ee2553aaf335f23dc7b87e9ef) Thanks [@dilaouid](https://github.com/dilaouid)! - fix(coin-bitcoin): skip coinbase inputs without output_hash in op dedup
|
|
851
|
-
|
|
852
|
-
- [#15729](https://github.com/LedgerHQ/ledger-live/pull/15729) [`298c39a`](https://github.com/LedgerHQ/ledger-live/commit/298c39a23f20207d8704dace45361ed2a4e824ba) Thanks [@henri-ly](https://github.com/henri-ly)! - Add Custom bitcoin picking strategy and ignore it on old coin control
|
|
853
|
-
|
|
854
|
-
### Patch Changes
|
|
855
|
-
|
|
856
|
-
- Updated dependencies [[`4af828d`](https://github.com/LedgerHQ/ledger-live/commit/4af828d0790bb3568dd095f89dd9f239f7565e84), [`1bf4e7e`](https://github.com/LedgerHQ/ledger-live/commit/1bf4e7efa2fbb310f9c3db8f5d72e68294f0f3fe), [`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)]:
|
|
857
|
-
- @ledgerhq/coin-framework@7.1.0
|
|
858
|
-
- @ledgerhq/types-live@6.103.0
|
|
859
|
-
- @ledgerhq/cryptoassets@13.44.0
|
|
860
|
-
- @ledgerhq/ledger-wallet-framework@1.1.0
|
|
861
|
-
- @ledgerhq/live-env@2.31.0
|
|
862
|
-
- @ledgerhq/live-network@2.4.3
|
|
863
|
-
- @ledgerhq/zcash-shielded@0.7.2
|
|
864
|
-
|
|
865
|
-
## 0.36.0-next.0
|
|
866
|
-
|
|
867
|
-
### Minor Changes
|
|
868
|
-
|
|
869
|
-
- [#15399](https://github.com/LedgerHQ/ledger-live/pull/15399) [`86822b6`](https://github.com/LedgerHQ/ledger-live/commit/86822b6596b97c2a566f903c00596a93f7f6c996) Thanks [@dilaouid](https://github.com/dilaouid)! - fix(btc): align send max estimate with build (exclude non‑rentable UTXOs, round feePerByte)
|
|
870
|
-
|
|
871
|
-
- [#15668](https://github.com/LedgerHQ/ledger-live/pull/15668) [`229df86`](https://github.com/LedgerHQ/ledger-live/commit/229df869458efe7ee2553aaf335f23dc7b87e9ef) Thanks [@dilaouid](https://github.com/dilaouid)! - fix(coin-bitcoin): skip coinbase inputs without output_hash in op dedup
|
|
872
|
-
|
|
873
|
-
- [#15729](https://github.com/LedgerHQ/ledger-live/pull/15729) [`298c39a`](https://github.com/LedgerHQ/ledger-live/commit/298c39a23f20207d8704dace45361ed2a4e824ba) Thanks [@henri-ly](https://github.com/henri-ly)! - Add Custom bitcoin picking strategy and ignore it on old coin control
|
|
874
|
-
|
|
875
|
-
### Patch Changes
|
|
876
|
-
|
|
877
|
-
- Updated dependencies [[`4af828d`](https://github.com/LedgerHQ/ledger-live/commit/4af828d0790bb3568dd095f89dd9f239f7565e84), [`1bf4e7e`](https://github.com/LedgerHQ/ledger-live/commit/1bf4e7efa2fbb310f9c3db8f5d72e68294f0f3fe), [`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)]:
|
|
878
|
-
- @ledgerhq/coin-framework@7.1.0-next.0
|
|
879
|
-
- @ledgerhq/types-live@6.103.0-next.0
|
|
880
|
-
- @ledgerhq/cryptoassets@13.44.0-next.0
|
|
881
|
-
- @ledgerhq/ledger-wallet-framework@1.1.0-next.0
|
|
882
|
-
- @ledgerhq/live-env@2.31.0-next.0
|
|
883
|
-
- @ledgerhq/live-network@2.4.3-next.0
|
|
884
|
-
- @ledgerhq/zcash-shielded@0.7.2-next.0
|
|
885
|
-
|
|
886
|
-
## 0.35.0
|
|
887
|
-
|
|
888
|
-
### Minor Changes
|
|
889
|
-
|
|
890
|
-
- [#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`
|
|
891
|
-
|
|
892
|
-
### Patch Changes
|
|
893
|
-
|
|
894
|
-
- Updated dependencies [[`a221ae8`](https://github.com/LedgerHQ/ledger-live/commit/a221ae85b846c6d5dc6efb55ed873942d7720b05), [`a270b43`](https://github.com/LedgerHQ/ledger-live/commit/a270b438bf8aca99b795679fecce1b55dc249c12), [`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), [`3ede91a`](https://github.com/LedgerHQ/ledger-live/commit/3ede91a3674a80c9309d305b871ec3b6e9849b41)]:
|
|
895
|
-
- @ledgerhq/coin-framework@7.0.0
|
|
896
|
-
- @ledgerhq/types-live@6.102.0
|
|
897
|
-
- @ledgerhq/devices@8.13.0
|
|
898
|
-
- @ledgerhq/errors@6.32.0
|
|
899
|
-
- @ledgerhq/cryptoassets@13.43.0
|
|
900
|
-
- @ledgerhq/ledger-wallet-framework@1.0.1
|
|
901
|
-
- @ledgerhq/live-network@2.4.2
|
|
902
|
-
- @ledgerhq/zcash-shielded@0.7.1
|
|
903
|
-
|
|
904
|
-
## 0.35.0-next.0
|
|
905
|
-
|
|
906
|
-
### Minor Changes
|
|
907
|
-
|
|
908
|
-
- [#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`
|
|
909
|
-
|
|
910
|
-
### Patch Changes
|
|
911
|
-
|
|
912
|
-
- Updated dependencies [[`a221ae8`](https://github.com/LedgerHQ/ledger-live/commit/a221ae85b846c6d5dc6efb55ed873942d7720b05), [`a270b43`](https://github.com/LedgerHQ/ledger-live/commit/a270b438bf8aca99b795679fecce1b55dc249c12), [`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), [`3ede91a`](https://github.com/LedgerHQ/ledger-live/commit/3ede91a3674a80c9309d305b871ec3b6e9849b41)]:
|
|
913
|
-
- @ledgerhq/coin-framework@7.0.0-next.0
|
|
914
|
-
- @ledgerhq/types-live@6.102.0-next.0
|
|
915
|
-
- @ledgerhq/devices@8.13.0-next.0
|
|
916
|
-
- @ledgerhq/errors@6.32.0-next.0
|
|
917
|
-
- @ledgerhq/cryptoassets@13.43.0-next.0
|
|
918
|
-
- @ledgerhq/ledger-wallet-framework@1.0.1-next.0
|
|
919
|
-
- @ledgerhq/live-network@2.4.2-next.0
|
|
920
|
-
- @ledgerhq/zcash-shielded@0.7.1-next.0
|
|
921
|
-
|
|
922
|
-
## 0.34.0
|
|
923
|
-
|
|
924
|
-
### Minor Changes
|
|
925
|
-
|
|
926
|
-
- [#15171](https://github.com/LedgerHQ/ledger-live/pull/15171) [`6e63076`](https://github.com/LedgerHQ/ledger-live/commit/6e63076bae52f124d685f2761a6cfabf9a37b7ee) Thanks [@qperrot](https://github.com/qperrot)! - Fix: rename btc tests from integration to integ
|
|
927
|
-
|
|
928
|
-
- [#14445](https://github.com/LedgerHQ/ledger-live/pull/14445) [`ffb3c46`](https://github.com/LedgerHQ/ledger-live/commit/ffb3c46acd292b9ac0f46a2b84509d02775a5f20) Thanks [@qperrot](https://github.com/qperrot)! - Feature: LWM Speed up / Cancel Bitcoin transaction
|
|
929
|
-
|
|
930
|
-
- [#15104](https://github.com/LedgerHQ/ledger-live/pull/15104) [`9bae46e`](https://github.com/LedgerHQ/ledger-live/commit/9bae46e33c5693dfa2c8de33ddaf569854f1d508) Thanks [@cted-ledger](https://github.com/cted-ledger)! - declare coininfo and bs58check types correctly
|
|
931
|
-
|
|
932
|
-
- [#15266](https://github.com/LedgerHQ/ledger-live/pull/15266) [`9f559e9`](https://github.com/LedgerHQ/ledger-live/commit/9f559e98a1af37073e0e79ee5bb54b4aaecfb8c4) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - refactor(coin-framework): pass currency id to `validateAddress`
|
|
933
|
-
|
|
934
|
-
- [#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
|
|
935
|
-
|
|
936
|
-
- [#13835](https://github.com/LedgerHQ/ledger-live/pull/13835) [`8cb2da1`](https://github.com/LedgerHQ/ledger-live/commit/8cb2da1f175f143666abcb66ef94bd230456846d) Thanks [@qperrot](https://github.com/qperrot)! - Feature: Speed up and cancel Bitcoin transactions
|
|
937
|
-
|
|
938
|
-
- [#15014](https://github.com/LedgerHQ/ledger-live/pull/15014) [`70f6288`](https://github.com/LedgerHQ/ledger-live/commit/70f6288597722a1e8fd6b5884d843f27be87e9d8) Thanks [@semeano](https://github.com/semeano)! - Zcash: merge transparent and shielded ops
|
|
939
|
-
|
|
940
|
-
### Patch Changes
|
|
941
|
-
|
|
942
|
-
- Updated dependencies [[`c8d7be6`](https://github.com/LedgerHQ/ledger-live/commit/c8d7be6964aa9d8defd77de0b77ba7d42f472025), [`ffb3c46`](https://github.com/LedgerHQ/ledger-live/commit/ffb3c46acd292b9ac0f46a2b84509d02775a5f20), [`7cbfb7d`](https://github.com/LedgerHQ/ledger-live/commit/7cbfb7dd2d52ad8380ab4d37b02f63292699cd68), [`bfa4315`](https://github.com/LedgerHQ/ledger-live/commit/bfa4315d2f3b4b95c5a742ffd6e05272662f4550), [`17e1fb3`](https://github.com/LedgerHQ/ledger-live/commit/17e1fb3fdb92d6dab9af72adcbcde62bdd772a71), [`75dfb86`](https://github.com/LedgerHQ/ledger-live/commit/75dfb86c871a026aa90136d0184637878d484484), [`7038137`](https://github.com/LedgerHQ/ledger-live/commit/703813747349288325fdc661637644d980073b9d), [`e6f26e0`](https://github.com/LedgerHQ/ledger-live/commit/e6f26e0f475763aaf3271e2d4ed6cf36fb1f5060), [`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), [`70f6288`](https://github.com/LedgerHQ/ledger-live/commit/70f6288597722a1e8fd6b5884d843f27be87e9d8), [`ad66568`](https://github.com/LedgerHQ/ledger-live/commit/ad66568fd9c96cfa08d11123a711e3fa79705f65), [`79f2f0e`](https://github.com/LedgerHQ/ledger-live/commit/79f2f0e3e8b8089664d2aee7c3dd25c7685aec2c), [`4cc02f3`](https://github.com/LedgerHQ/ledger-live/commit/4cc02f3c1ba0bdb93917b5427a375ab44cd5d208), [`37bc15e`](https://github.com/LedgerHQ/ledger-live/commit/37bc15e245107ce1044f36b57d191552a77329e6)]:
|
|
943
|
-
- @ledgerhq/cryptoassets@13.42.0
|
|
944
|
-
- @ledgerhq/devices@8.12.0
|
|
945
|
-
- @ledgerhq/errors@6.31.0
|
|
946
|
-
- @ledgerhq/logs@6.16.0
|
|
947
|
-
- @ledgerhq/types-cryptoassets@7.35.0
|
|
948
|
-
- @ledgerhq/types-live@6.101.0
|
|
949
|
-
- @ledgerhq/coin-framework@6.20.0
|
|
950
|
-
- @ledgerhq/live-env@2.30.0
|
|
951
|
-
- @ledgerhq/zcash-shielded@0.7.0
|
|
952
|
-
- @ledgerhq/live-network@2.4.1
|
|
953
|
-
|
|
954
|
-
## 0.34.0-next.0
|
|
955
|
-
|
|
956
|
-
### Minor Changes
|
|
957
|
-
|
|
958
|
-
- [#15171](https://github.com/LedgerHQ/ledger-live/pull/15171) [`6e63076`](https://github.com/LedgerHQ/ledger-live/commit/6e63076bae52f124d685f2761a6cfabf9a37b7ee) Thanks [@qperrot](https://github.com/qperrot)! - Fix: rename btc tests from integration to integ
|
|
959
|
-
|
|
960
|
-
- [#14445](https://github.com/LedgerHQ/ledger-live/pull/14445) [`ffb3c46`](https://github.com/LedgerHQ/ledger-live/commit/ffb3c46acd292b9ac0f46a2b84509d02775a5f20) Thanks [@qperrot](https://github.com/qperrot)! - Feature: LWM Speed up / Cancel Bitcoin transaction
|
|
961
|
-
|
|
962
|
-
- [#15104](https://github.com/LedgerHQ/ledger-live/pull/15104) [`9bae46e`](https://github.com/LedgerHQ/ledger-live/commit/9bae46e33c5693dfa2c8de33ddaf569854f1d508) Thanks [@cted-ledger](https://github.com/cted-ledger)! - declare coininfo and bs58check types correctly
|
|
963
|
-
|
|
964
|
-
- [#15266](https://github.com/LedgerHQ/ledger-live/pull/15266) [`9f559e9`](https://github.com/LedgerHQ/ledger-live/commit/9f559e98a1af37073e0e79ee5bb54b4aaecfb8c4) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - refactor(coin-framework): pass currency id to `validateAddress`
|
|
965
|
-
|
|
966
|
-
- [#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
|
|
967
|
-
|
|
968
|
-
- [#13835](https://github.com/LedgerHQ/ledger-live/pull/13835) [`8cb2da1`](https://github.com/LedgerHQ/ledger-live/commit/8cb2da1f175f143666abcb66ef94bd230456846d) Thanks [@qperrot](https://github.com/qperrot)! - Feature: Speed up and cancel Bitcoin transactions
|
|
969
|
-
|
|
970
|
-
- [#15014](https://github.com/LedgerHQ/ledger-live/pull/15014) [`70f6288`](https://github.com/LedgerHQ/ledger-live/commit/70f6288597722a1e8fd6b5884d843f27be87e9d8) Thanks [@semeano](https://github.com/semeano)! - Zcash: merge transparent and shielded ops
|
|
971
|
-
|
|
972
|
-
### Patch Changes
|
|
973
|
-
|
|
974
|
-
- Updated dependencies [[`c8d7be6`](https://github.com/LedgerHQ/ledger-live/commit/c8d7be6964aa9d8defd77de0b77ba7d42f472025), [`ffb3c46`](https://github.com/LedgerHQ/ledger-live/commit/ffb3c46acd292b9ac0f46a2b84509d02775a5f20), [`7cbfb7d`](https://github.com/LedgerHQ/ledger-live/commit/7cbfb7dd2d52ad8380ab4d37b02f63292699cd68), [`bfa4315`](https://github.com/LedgerHQ/ledger-live/commit/bfa4315d2f3b4b95c5a742ffd6e05272662f4550), [`17e1fb3`](https://github.com/LedgerHQ/ledger-live/commit/17e1fb3fdb92d6dab9af72adcbcde62bdd772a71), [`75dfb86`](https://github.com/LedgerHQ/ledger-live/commit/75dfb86c871a026aa90136d0184637878d484484), [`7038137`](https://github.com/LedgerHQ/ledger-live/commit/703813747349288325fdc661637644d980073b9d), [`e6f26e0`](https://github.com/LedgerHQ/ledger-live/commit/e6f26e0f475763aaf3271e2d4ed6cf36fb1f5060), [`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), [`70f6288`](https://github.com/LedgerHQ/ledger-live/commit/70f6288597722a1e8fd6b5884d843f27be87e9d8), [`ad66568`](https://github.com/LedgerHQ/ledger-live/commit/ad66568fd9c96cfa08d11123a711e3fa79705f65), [`79f2f0e`](https://github.com/LedgerHQ/ledger-live/commit/79f2f0e3e8b8089664d2aee7c3dd25c7685aec2c), [`4cc02f3`](https://github.com/LedgerHQ/ledger-live/commit/4cc02f3c1ba0bdb93917b5427a375ab44cd5d208), [`37bc15e`](https://github.com/LedgerHQ/ledger-live/commit/37bc15e245107ce1044f36b57d191552a77329e6)]:
|
|
975
|
-
- @ledgerhq/cryptoassets@13.42.0-next.0
|
|
976
|
-
- @ledgerhq/devices@8.12.0-next.0
|
|
977
|
-
- @ledgerhq/errors@6.31.0-next.0
|
|
978
|
-
- @ledgerhq/logs@6.16.0-next.0
|
|
979
|
-
- @ledgerhq/types-cryptoassets@7.35.0-next.0
|
|
980
|
-
- @ledgerhq/types-live@6.101.0-next.0
|
|
981
|
-
- @ledgerhq/coin-framework@6.20.0-next.0
|
|
982
|
-
- @ledgerhq/live-env@2.30.0-next.0
|
|
983
|
-
- @ledgerhq/zcash-shielded@0.7.0-next.0
|
|
984
|
-
- @ledgerhq/live-network@2.4.1-next.0
|
|
985
|
-
|
|
986
|
-
## 0.33.0
|
|
987
|
-
|
|
988
|
-
### Minor Changes
|
|
989
|
-
|
|
990
|
-
- [#14825](https://github.com/LedgerHQ/ledger-live/pull/14825) [`4aa6be3`](https://github.com/LedgerHQ/ledger-live/commit/4aa6be378061d7ce9d445e5e31e12753aa856355) Thanks [@semeano](https://github.com/semeano)! - Move zcash types to zcash-shielded
|
|
991
|
-
|
|
992
|
-
- [#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
|
|
993
|
-
|
|
994
|
-
### Patch Changes
|
|
995
|
-
|
|
996
|
-
- Updated dependencies [[`748b933`](https://github.com/LedgerHQ/ledger-live/commit/748b933f3786e48ec9dd434c76263c2c9a642c99), [`48afda0`](https://github.com/LedgerHQ/ledger-live/commit/48afda0b1d11cdb98ba19373155834d820b166b6), [`0dbbca3`](https://github.com/LedgerHQ/ledger-live/commit/0dbbca3f0226347b5abc034a066fe4ad89bfe462), [`9f9ae16`](https://github.com/LedgerHQ/ledger-live/commit/9f9ae16843e5db339c1d40c844a66f75fff498fb), [`4aa6be3`](https://github.com/LedgerHQ/ledger-live/commit/4aa6be378061d7ce9d445e5e31e12753aa856355), [`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)]:
|
|
997
|
-
- @ledgerhq/types-live@6.100.0
|
|
998
|
-
- @ledgerhq/zcash-shielded@0.6.0
|
|
999
|
-
- @ledgerhq/errors@6.30.0
|
|
1000
|
-
- @ledgerhq/coin-framework@6.19.0
|
|
1001
|
-
- @ledgerhq/cryptoassets@13.41.0
|
|
1002
|
-
- @ledgerhq/types-cryptoassets@7.34.0
|
|
1003
|
-
- @ledgerhq/devices@8.11.0
|
|
1004
|
-
- @ledgerhq/logs@6.15.0
|
|
1005
|
-
- @ledgerhq/live-network@2.4.0
|
|
1006
|
-
- @ledgerhq/psbtv2@0.3.0
|
|
1007
|
-
|
|
1008
|
-
## 0.33.0-next.0
|
|
1009
|
-
|
|
1010
|
-
### Minor Changes
|
|
1011
|
-
|
|
1012
|
-
- [#14825](https://github.com/LedgerHQ/ledger-live/pull/14825) [`4aa6be3`](https://github.com/LedgerHQ/ledger-live/commit/4aa6be378061d7ce9d445e5e31e12753aa856355) Thanks [@semeano](https://github.com/semeano)! - Move zcash types to zcash-shielded
|
|
1013
|
-
|
|
1014
|
-
- [#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
|
|
1015
|
-
|
|
1016
|
-
### Patch Changes
|
|
1017
|
-
|
|
1018
|
-
- Updated dependencies [[`748b933`](https://github.com/LedgerHQ/ledger-live/commit/748b933f3786e48ec9dd434c76263c2c9a642c99), [`48afda0`](https://github.com/LedgerHQ/ledger-live/commit/48afda0b1d11cdb98ba19373155834d820b166b6), [`0dbbca3`](https://github.com/LedgerHQ/ledger-live/commit/0dbbca3f0226347b5abc034a066fe4ad89bfe462), [`9f9ae16`](https://github.com/LedgerHQ/ledger-live/commit/9f9ae16843e5db339c1d40c844a66f75fff498fb), [`4aa6be3`](https://github.com/LedgerHQ/ledger-live/commit/4aa6be378061d7ce9d445e5e31e12753aa856355), [`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)]:
|
|
1019
|
-
- @ledgerhq/types-live@6.100.0-next.0
|
|
1020
|
-
- @ledgerhq/zcash-shielded@0.6.0-next.0
|
|
1021
|
-
- @ledgerhq/errors@6.30.0-next.0
|
|
1022
|
-
- @ledgerhq/coin-framework@6.19.0-next.0
|
|
1023
|
-
- @ledgerhq/cryptoassets@13.41.0-next.0
|
|
1024
|
-
- @ledgerhq/types-cryptoassets@7.34.0-next.0
|
|
1025
|
-
- @ledgerhq/devices@8.11.0-next.0
|
|
1026
|
-
- @ledgerhq/logs@6.15.0-next.0
|
|
1027
|
-
- @ledgerhq/live-network@2.4.0-next.0
|
|
1028
|
-
- @ledgerhq/psbtv2@0.3.0-next.0
|
|
1029
|
-
|
|
1030
|
-
## 0.32.0
|
|
1031
|
-
|
|
1032
|
-
### Minor Changes
|
|
1033
|
-
|
|
1034
|
-
- [#14354](https://github.com/LedgerHQ/ledger-live/pull/14354) [`91450b8`](https://github.com/LedgerHQ/ledger-live/commit/91450b87ab99edf0ebb062802b2f2a21d0a5deb5) Thanks [@semeano](https://github.com/semeano)! - ZCash sync account update
|
|
1035
|
-
|
|
1036
|
-
- [#14399](https://github.com/LedgerHQ/ledger-live/pull/14399) [`17149ee`](https://github.com/LedgerHQ/ledger-live/commit/17149ee26eeef8a600d650a6f4903c52320a0d8d) Thanks [@Justkant](https://github.com/Justkant)! - fix(bitcoin): refactor signpsbt derivation population and finalize only when broadcasting
|
|
1037
|
-
|
|
1038
|
-
This change refactors Bitcoin PSBT signing in `hw-app-btc` into smaller, focused modules and improves derivation handling for incomplete PSBTs (notably WalletConnect-style payloads).
|
|
1039
|
-
|
|
1040
|
-
#### What changed
|
|
1041
|
-
|
|
1042
|
-
- Refactored `signPsbt` flow into dedicated modules:
|
|
1043
|
-
- `parsePsbt`
|
|
1044
|
-
- `inputAnalysis`
|
|
1045
|
-
- `accountTypeResolver`
|
|
1046
|
-
- `derivationAccessors`
|
|
1047
|
-
- `derivationPopulation`
|
|
1048
|
-
- `signAndFinalize`
|
|
1049
|
-
- Improved BIP32 derivation population:
|
|
1050
|
-
- fixes incorrect master fingerprint/path matching edge cases
|
|
1051
|
-
- auto-populates missing input/output derivations from local child pubkey derivation + script matching
|
|
1052
|
-
- improves local derivation scan depth when deriving and matching addresses
|
|
1053
|
-
- Introduced `broadcast` behavior through wallet API + desktop/mobile signing flows:
|
|
1054
|
-
- PSBT finalization now only happens when broadcast is requested
|
|
1055
|
-
- signed-but-not-finalized PSBT is preserved when `broadcast = false`
|
|
1056
|
-
- Updated signing contracts/types:
|
|
1057
|
-
- `signPsbtBuffer` options now include explicit account/address context and callbacks
|
|
1058
|
-
- returned `tx` is now optional (only when finalized)
|
|
1059
|
-
- removed transaction-level `finalizePsbt` field in coin-bitcoin transaction types
|
|
1060
|
-
- Updated documentation and tests:
|
|
1061
|
-
- new BIP32 non-hardened child derivation tests
|
|
1062
|
-
- extended `BtcNew.signPsbtBuffer` coverage for account inference and derivation auto-population scenarios
|
|
1063
|
-
- README updates for new signing behavior
|
|
1064
|
-
|
|
1065
|
-
#### Impact
|
|
1066
|
-
|
|
1067
|
-
- Improves reliability for partially populated PSBTs.
|
|
1068
|
-
- Changes finalization semantics (finalize-on-broadcast), which can affect integrators expecting an always-finalized tx.
|
|
1069
|
-
|
|
1070
|
-
- [#14713](https://github.com/LedgerHQ/ledger-live/pull/14713) [`f51402e`](https://github.com/LedgerHQ/ledger-live/commit/f51402ebb8a4f05a933df3c3ef499756fbde5cc8) Thanks [@semeano](https://github.com/semeano)! - Add operation type to zcash account page
|
|
1071
|
-
|
|
1072
|
-
### Patch Changes
|
|
1073
|
-
|
|
1074
|
-
- Updated dependencies [[`a96dc83`](https://github.com/LedgerHQ/ledger-live/commit/a96dc83916684e22c041904c479c615a3095303b), [`e954c1e`](https://github.com/LedgerHQ/ledger-live/commit/e954c1e0f0e45efe3b0e8c3fda9e6d5b22b5bc01), [`e292df3`](https://github.com/LedgerHQ/ledger-live/commit/e292df30514168181545d7a572f723e31df78e77), [`17149ee`](https://github.com/LedgerHQ/ledger-live/commit/17149ee26eeef8a600d650a6f4903c52320a0d8d), [`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), [`17149ee`](https://github.com/LedgerHQ/ledger-live/commit/17149ee26eeef8a600d650a6f4903c52320a0d8d), [`cc4c8f5`](https://github.com/LedgerHQ/ledger-live/commit/cc4c8f57e38586d77b89f32d359e65cc700912af)]:
|
|
1075
|
-
- @ledgerhq/types-live@6.99.0
|
|
1076
|
-
- @ledgerhq/cryptoassets@13.40.0
|
|
1077
|
-
- @ledgerhq/psbtv2@0.2.0
|
|
1078
|
-
- @ledgerhq/live-env@2.29.0
|
|
1079
|
-
- @ledgerhq/coin-framework@6.18.0
|
|
1080
|
-
- @ledgerhq/live-network@2.3.0
|
|
1081
|
-
|
|
1082
|
-
## 0.32.0-next.0
|
|
1083
|
-
|
|
1084
|
-
### Minor Changes
|
|
1085
|
-
|
|
1086
|
-
- [#14354](https://github.com/LedgerHQ/ledger-live/pull/14354) [`91450b8`](https://github.com/LedgerHQ/ledger-live/commit/91450b87ab99edf0ebb062802b2f2a21d0a5deb5) Thanks [@semeano](https://github.com/semeano)! - ZCash sync account update
|
|
1087
|
-
|
|
1088
|
-
- [#14399](https://github.com/LedgerHQ/ledger-live/pull/14399) [`17149ee`](https://github.com/LedgerHQ/ledger-live/commit/17149ee26eeef8a600d650a6f4903c52320a0d8d) Thanks [@Justkant](https://github.com/Justkant)! - fix(bitcoin): refactor signpsbt derivation population and finalize only when broadcasting
|
|
1089
|
-
|
|
1090
|
-
This change refactors Bitcoin PSBT signing in `hw-app-btc` into smaller, focused modules and improves derivation handling for incomplete PSBTs (notably WalletConnect-style payloads).
|
|
1091
|
-
|
|
1092
|
-
#### What changed
|
|
1093
|
-
|
|
1094
|
-
- Refactored `signPsbt` flow into dedicated modules:
|
|
1095
|
-
- `parsePsbt`
|
|
1096
|
-
- `inputAnalysis`
|
|
1097
|
-
- `accountTypeResolver`
|
|
1098
|
-
- `derivationAccessors`
|
|
1099
|
-
- `derivationPopulation`
|
|
1100
|
-
- `signAndFinalize`
|
|
1101
|
-
- Improved BIP32 derivation population:
|
|
1102
|
-
- fixes incorrect master fingerprint/path matching edge cases
|
|
1103
|
-
- auto-populates missing input/output derivations from local child pubkey derivation + script matching
|
|
1104
|
-
- improves local derivation scan depth when deriving and matching addresses
|
|
1105
|
-
- Introduced `broadcast` behavior through wallet API + desktop/mobile signing flows:
|
|
1106
|
-
- PSBT finalization now only happens when broadcast is requested
|
|
1107
|
-
- signed-but-not-finalized PSBT is preserved when `broadcast = false`
|
|
1108
|
-
- Updated signing contracts/types:
|
|
1109
|
-
- `signPsbtBuffer` options now include explicit account/address context and callbacks
|
|
1110
|
-
- returned `tx` is now optional (only when finalized)
|
|
1111
|
-
- removed transaction-level `finalizePsbt` field in coin-bitcoin transaction types
|
|
1112
|
-
- Updated documentation and tests:
|
|
1113
|
-
- new BIP32 non-hardened child derivation tests
|
|
1114
|
-
- extended `BtcNew.signPsbtBuffer` coverage for account inference and derivation auto-population scenarios
|
|
1115
|
-
- README updates for new signing behavior
|
|
1116
|
-
|
|
1117
|
-
#### Impact
|
|
1118
|
-
|
|
1119
|
-
- Improves reliability for partially populated PSBTs.
|
|
1120
|
-
- Changes finalization semantics (finalize-on-broadcast), which can affect integrators expecting an always-finalized tx.
|
|
1121
|
-
|
|
1122
|
-
- [#14713](https://github.com/LedgerHQ/ledger-live/pull/14713) [`f51402e`](https://github.com/LedgerHQ/ledger-live/commit/f51402ebb8a4f05a933df3c3ef499756fbde5cc8) Thanks [@semeano](https://github.com/semeano)! - Add operation type to zcash account page
|
|
1123
|
-
|
|
1124
|
-
### Patch Changes
|
|
1125
|
-
|
|
1126
|
-
- Updated dependencies [[`a96dc83`](https://github.com/LedgerHQ/ledger-live/commit/a96dc83916684e22c041904c479c615a3095303b), [`e954c1e`](https://github.com/LedgerHQ/ledger-live/commit/e954c1e0f0e45efe3b0e8c3fda9e6d5b22b5bc01), [`e292df3`](https://github.com/LedgerHQ/ledger-live/commit/e292df30514168181545d7a572f723e31df78e77), [`17149ee`](https://github.com/LedgerHQ/ledger-live/commit/17149ee26eeef8a600d650a6f4903c52320a0d8d), [`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), [`17149ee`](https://github.com/LedgerHQ/ledger-live/commit/17149ee26eeef8a600d650a6f4903c52320a0d8d), [`cc4c8f5`](https://github.com/LedgerHQ/ledger-live/commit/cc4c8f57e38586d77b89f32d359e65cc700912af)]:
|
|
1127
|
-
- @ledgerhq/types-live@6.99.0-next.0
|
|
1128
|
-
- @ledgerhq/cryptoassets@13.40.0-next.0
|
|
1129
|
-
- @ledgerhq/psbtv2@0.2.0-next.0
|
|
1130
|
-
- @ledgerhq/live-env@2.29.0-next.0
|
|
1131
|
-
- @ledgerhq/coin-framework@6.18.0-next.0
|
|
1132
|
-
- @ledgerhq/live-network@2.3.0-next.0
|
|
1133
|
-
|
|
1134
|
-
## 0.31.1
|
|
1135
|
-
|
|
1136
|
-
### Patch Changes
|
|
1137
|
-
|
|
1138
|
-
- Updated dependencies [[`e08c1be`](https://github.com/LedgerHQ/ledger-live/commit/e08c1be127e6a9c246c285ba818530e6756033e0), [`19e62ca`](https://github.com/LedgerHQ/ledger-live/commit/19e62ca57461e3201ce8186023d7896411fce0e0), [`d02f203`](https://github.com/LedgerHQ/ledger-live/commit/d02f2035e4f2ac6c3b446cf4107cd017ea4faf43), [`e12fd1e`](https://github.com/LedgerHQ/ledger-live/commit/e12fd1eb27189a668cd8e61798256a0c20c0f078)]:
|
|
1139
|
-
- @ledgerhq/types-live@6.98.0
|
|
1140
|
-
- @ledgerhq/live-env@2.28.0
|
|
1141
|
-
- @ledgerhq/coin-framework@6.17.0
|
|
1142
|
-
- @ledgerhq/cryptoassets@13.39.1
|
|
1143
|
-
- @ledgerhq/live-network@2.2.3
|
|
1144
|
-
|
|
1145
|
-
## 0.31.1-next.0
|
|
1146
|
-
|
|
1147
|
-
### Patch Changes
|
|
1148
|
-
|
|
1149
|
-
- Updated dependencies [[`e08c1be`](https://github.com/LedgerHQ/ledger-live/commit/e08c1be127e6a9c246c285ba818530e6756033e0), [`19e62ca`](https://github.com/LedgerHQ/ledger-live/commit/19e62ca57461e3201ce8186023d7896411fce0e0), [`d02f203`](https://github.com/LedgerHQ/ledger-live/commit/d02f2035e4f2ac6c3b446cf4107cd017ea4faf43), [`e12fd1e`](https://github.com/LedgerHQ/ledger-live/commit/e12fd1eb27189a668cd8e61798256a0c20c0f078)]:
|
|
1150
|
-
- @ledgerhq/types-live@6.98.0-next.0
|
|
1151
|
-
- @ledgerhq/live-env@2.28.0-next.0
|
|
1152
|
-
- @ledgerhq/coin-framework@6.17.0-next.0
|
|
1153
|
-
- @ledgerhq/cryptoassets@13.39.1-next.0
|
|
1154
|
-
- @ledgerhq/live-network@2.2.3-next.0
|
|
1155
|
-
|
|
1156
|
-
## 0.31.0
|
|
1157
|
-
|
|
1158
|
-
### Minor Changes
|
|
1159
|
-
|
|
1160
|
-
- [#13366](https://github.com/LedgerHQ/ledger-live/pull/13366) [`c039174`](https://github.com/LedgerHQ/ledger-live/commit/c03917424131f87923a8151d75e04de272c42aab) Thanks [@semeano](https://github.com/semeano)! - Add export UFVK modal for ZCash
|
|
1161
|
-
|
|
1162
|
-
- [#14276](https://github.com/LedgerHQ/ledger-live/pull/14276) [`78d7be1`](https://github.com/LedgerHQ/ledger-live/commit/78d7be199d64e442047db1d4cc30f3ad1fe874a8) Thanks [@semeano](https://github.com/semeano)! - Set Zcash sync UI controls
|
|
1163
|
-
|
|
1164
|
-
### Patch Changes
|
|
1165
|
-
|
|
1166
|
-
- 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), [`c61dc02`](https://github.com/LedgerHQ/ledger-live/commit/c61dc0268072ca43cf726efd17dc11f21eb37ce8), [`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), [`de9d068`](https://github.com/LedgerHQ/ledger-live/commit/de9d068800ed2ae72aca0126855480d3eeb12989)]:
|
|
1167
|
-
- @ledgerhq/coin-framework@6.16.0
|
|
1168
|
-
- @ledgerhq/cryptoassets@13.39.0
|
|
1169
|
-
- @ledgerhq/types-live@6.97.0
|
|
1170
|
-
- @ledgerhq/types-cryptoassets@7.33.0
|
|
1171
|
-
|
|
1172
|
-
## 0.31.0-next.0
|
|
1173
|
-
|
|
1174
|
-
### Minor Changes
|
|
1175
|
-
|
|
1176
|
-
- [#13366](https://github.com/LedgerHQ/ledger-live/pull/13366) [`c039174`](https://github.com/LedgerHQ/ledger-live/commit/c03917424131f87923a8151d75e04de272c42aab) Thanks [@semeano](https://github.com/semeano)! - Add export UFVK modal for ZCash
|
|
1177
|
-
|
|
1178
|
-
- [#14276](https://github.com/LedgerHQ/ledger-live/pull/14276) [`78d7be1`](https://github.com/LedgerHQ/ledger-live/commit/78d7be199d64e442047db1d4cc30f3ad1fe874a8) Thanks [@semeano](https://github.com/semeano)! - Set Zcash sync UI controls
|
|
1179
|
-
|
|
1180
|
-
### Patch Changes
|
|
1181
|
-
|
|
1182
|
-
- 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), [`c61dc02`](https://github.com/LedgerHQ/ledger-live/commit/c61dc0268072ca43cf726efd17dc11f21eb37ce8), [`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), [`de9d068`](https://github.com/LedgerHQ/ledger-live/commit/de9d068800ed2ae72aca0126855480d3eeb12989)]:
|
|
1183
|
-
- @ledgerhq/coin-framework@6.16.0-next.0
|
|
1184
|
-
- @ledgerhq/cryptoassets@13.39.0-next.0
|
|
1185
|
-
- @ledgerhq/types-live@6.97.0-next.0
|
|
1186
|
-
- @ledgerhq/types-cryptoassets@7.33.0-next.0
|
|
1187
|
-
|
|
1188
|
-
## 0.30.2
|
|
1189
|
-
|
|
1190
|
-
### Patch Changes
|
|
1191
|
-
|
|
1192
|
-
- Updated dependencies [[`d7b6d27`](https://github.com/LedgerHQ/ledger-live/commit/d7b6d27d86cade7fcae8013ae66df72532aec3df), [`da660cc`](https://github.com/LedgerHQ/ledger-live/commit/da660ccccf87d97bfdff2b2a066c8b3b422b2d93), [`2d750da`](https://github.com/LedgerHQ/ledger-live/commit/2d750da3bcda547e8c4639e655c5129580baeaad), [`96acd67`](https://github.com/LedgerHQ/ledger-live/commit/96acd679f345729cddcdf73191d4b2a0f948ad5a), [`bf34cf5`](https://github.com/LedgerHQ/ledger-live/commit/bf34cf516a26081ddd493bb01042b1a0e462b029), [`7a75642`](https://github.com/LedgerHQ/ledger-live/commit/7a75642c2f56e27c778106d60a44049917d04014)]:
|
|
1193
|
-
- @ledgerhq/types-live@6.96.0
|
|
1194
|
-
- @ledgerhq/coin-framework@6.15.0
|
|
1195
|
-
- @ledgerhq/live-env@2.27.0
|
|
1196
|
-
- @ledgerhq/cryptoassets@13.38.1
|
|
1197
|
-
- @ledgerhq/live-network@2.2.2
|
|
1198
|
-
|
|
1199
|
-
## 0.30.2-next.0
|
|
1200
|
-
|
|
1201
|
-
### Patch Changes
|
|
1202
|
-
|
|
1203
|
-
- Updated dependencies [[`d7b6d27`](https://github.com/LedgerHQ/ledger-live/commit/d7b6d27d86cade7fcae8013ae66df72532aec3df), [`da660cc`](https://github.com/LedgerHQ/ledger-live/commit/da660ccccf87d97bfdff2b2a066c8b3b422b2d93), [`2d750da`](https://github.com/LedgerHQ/ledger-live/commit/2d750da3bcda547e8c4639e655c5129580baeaad), [`96acd67`](https://github.com/LedgerHQ/ledger-live/commit/96acd679f345729cddcdf73191d4b2a0f948ad5a), [`bf34cf5`](https://github.com/LedgerHQ/ledger-live/commit/bf34cf516a26081ddd493bb01042b1a0e462b029), [`7a75642`](https://github.com/LedgerHQ/ledger-live/commit/7a75642c2f56e27c778106d60a44049917d04014)]:
|
|
1204
|
-
- @ledgerhq/types-live@6.96.0-next.0
|
|
1205
|
-
- @ledgerhq/coin-framework@6.15.0-next.0
|
|
1206
|
-
- @ledgerhq/live-env@2.27.0-next.0
|
|
1207
|
-
- @ledgerhq/cryptoassets@13.38.1-next.0
|
|
1208
|
-
- @ledgerhq/live-network@2.2.2-next.0
|
|
1209
|
-
|
|
1210
|
-
## 0.30.1
|
|
1211
|
-
|
|
1212
|
-
### Patch Changes
|
|
1213
|
-
|
|
1214
|
-
- 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), [`1d2d196`](https://github.com/LedgerHQ/ledger-live/commit/1d2d19635c28db69adb04dcd21219b51836186f5), [`9a99ae9`](https://github.com/LedgerHQ/ledger-live/commit/9a99ae9c6b4a99cdda500ae0e216037799de5cd5), [`556dd22`](https://github.com/LedgerHQ/ledger-live/commit/556dd22dd505b4b5ae865ffe36fc5b5aa22a4f81)]:
|
|
1215
|
-
- @ledgerhq/coin-framework@6.14.0
|
|
1216
|
-
- @ledgerhq/cryptoassets@13.38.0
|
|
1217
|
-
- @ledgerhq/types-live@6.95.0
|
|
1218
|
-
|
|
1219
|
-
## 0.30.1-next.0
|
|
1220
|
-
|
|
1221
|
-
### Patch Changes
|
|
1222
|
-
|
|
1223
|
-
- 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), [`1d2d196`](https://github.com/LedgerHQ/ledger-live/commit/1d2d19635c28db69adb04dcd21219b51836186f5), [`9a99ae9`](https://github.com/LedgerHQ/ledger-live/commit/9a99ae9c6b4a99cdda500ae0e216037799de5cd5), [`556dd22`](https://github.com/LedgerHQ/ledger-live/commit/556dd22dd505b4b5ae865ffe36fc5b5aa22a4f81)]:
|
|
1224
|
-
- @ledgerhq/coin-framework@6.14.0-next.0
|
|
1225
|
-
- @ledgerhq/cryptoassets@13.38.0-next.0
|
|
1226
|
-
- @ledgerhq/types-live@6.95.0-next.0
|
|
1227
|
-
|
|
1228
|
-
## 0.30.0
|
|
1229
|
-
|
|
1230
|
-
### Minor Changes
|
|
1231
|
-
|
|
1232
|
-
- [#13340](https://github.com/LedgerHQ/ledger-live/pull/13340) [`85ed675`](https://github.com/LedgerHQ/ledger-live/commit/85ed67593945e396cfe995a13de7454850fa6436) Thanks [@Justkant](https://github.com/Justkant)! - feat(coin-bitcoin): support psbt signature in wallet-api
|
|
1233
|
-
|
|
1234
|
-
- [#13790](https://github.com/LedgerHQ/ledger-live/pull/13790) [`819d969`](https://github.com/LedgerHQ/ledger-live/commit/819d96907febd9a68a6407c1bad06f475d044a4d) Thanks [@Justkant](https://github.com/Justkant)! - feat: add transaction source tagging with headers for broadcast
|
|
1235
|
-
|
|
1236
|
-
Add TransactionSource type and source field to BroadcastConfig to track
|
|
1237
|
-
transaction origins (dApp, live-app, coin-module, swap) and transmit them
|
|
1238
|
-
as X-Ledger-Source-Type and X-Ledger-Source-Name headers when broadcasting
|
|
1239
|
-
to blockchain explorers for Bitcoin and EVM.
|
|
1240
|
-
|
|
1241
|
-
Changes:
|
|
1242
|
-
|
|
1243
|
-
- Add TransactionSource type with type and name fields to types-live
|
|
1244
|
-
- Extend BroadcastConfig with optional source field
|
|
1245
|
-
- Thread source through Bitcoin broadcast chain (broadcast.ts → wallet.ts → xpub.ts → explorer)
|
|
1246
|
-
- Thread source through EVM broadcast in ledger node API
|
|
1247
|
-
- Update Desktop to pass source in:
|
|
1248
|
-
- Live app broadcasts (LiveAppSDKLogic.ts)
|
|
1249
|
-
- Swap flows (CompleteExchange Body.tsx)
|
|
1250
|
-
- Native send flows (GenericStepConnectDevice.tsx)
|
|
1251
|
-
- Update Mobile to pass source in:
|
|
1252
|
-
- Native transaction flows (screenTransactionHooks.ts)
|
|
1253
|
-
- Platform exchange (CompleteExchange.tsx)
|
|
1254
|
-
- Swap flows (Confirmation.tsx)
|
|
1255
|
-
- Update wallet-api integrations (react.ts, useDappLogic.ts)
|
|
1256
|
-
|
|
1257
|
-
### Patch Changes
|
|
1258
|
-
|
|
1259
|
-
- Updated dependencies [[`c84be03`](https://github.com/LedgerHQ/ledger-live/commit/c84be039f162fd3af72861fd1605f4141c8f0792), [`819d969`](https://github.com/LedgerHQ/ledger-live/commit/819d96907febd9a68a6407c1bad06f475d044a4d), [`6532080`](https://github.com/LedgerHQ/ledger-live/commit/6532080d2a0f5e49052aeab0bf532ee5cd52694a), [`069d298`](https://github.com/LedgerHQ/ledger-live/commit/069d2982cd36c9525addf9d1f9df762a8799b3bb)]:
|
|
1260
|
-
- @ledgerhq/types-live@6.94.0
|
|
1261
|
-
- @ledgerhq/live-env@2.26.0
|
|
1262
|
-
- @ledgerhq/coin-framework@6.13.1
|
|
1263
|
-
- @ledgerhq/cryptoassets@13.37.1
|
|
1264
|
-
- @ledgerhq/live-network@2.2.1
|
|
1265
|
-
|
|
1266
|
-
## 0.30.0-next.0
|
|
1267
|
-
|
|
1268
|
-
### Minor Changes
|
|
1269
|
-
|
|
1270
|
-
- [#13340](https://github.com/LedgerHQ/ledger-live/pull/13340) [`85ed675`](https://github.com/LedgerHQ/ledger-live/commit/85ed67593945e396cfe995a13de7454850fa6436) Thanks [@Justkant](https://github.com/Justkant)! - feat(coin-bitcoin): support psbt signature in wallet-api
|
|
1271
|
-
|
|
1272
|
-
- [#13790](https://github.com/LedgerHQ/ledger-live/pull/13790) [`819d969`](https://github.com/LedgerHQ/ledger-live/commit/819d96907febd9a68a6407c1bad06f475d044a4d) Thanks [@Justkant](https://github.com/Justkant)! - feat: add transaction source tagging with headers for broadcast
|
|
1273
|
-
|
|
1274
|
-
Add TransactionSource type and source field to BroadcastConfig to track
|
|
1275
|
-
transaction origins (dApp, live-app, coin-module, swap) and transmit them
|
|
1276
|
-
as X-Ledger-Source-Type and X-Ledger-Source-Name headers when broadcasting
|
|
1277
|
-
to blockchain explorers for Bitcoin and EVM.
|
|
1278
|
-
|
|
1279
|
-
Changes:
|
|
1280
|
-
|
|
1281
|
-
- Add TransactionSource type with type and name fields to types-live
|
|
1282
|
-
- Extend BroadcastConfig with optional source field
|
|
1283
|
-
- Thread source through Bitcoin broadcast chain (broadcast.ts → wallet.ts → xpub.ts → explorer)
|
|
1284
|
-
- Thread source through EVM broadcast in ledger node API
|
|
1285
|
-
- Update Desktop to pass source in:
|
|
1286
|
-
- Live app broadcasts (LiveAppSDKLogic.ts)
|
|
1287
|
-
- Swap flows (CompleteExchange Body.tsx)
|
|
1288
|
-
- Native send flows (GenericStepConnectDevice.tsx)
|
|
1289
|
-
- Update Mobile to pass source in:
|
|
1290
|
-
- Native transaction flows (screenTransactionHooks.ts)
|
|
1291
|
-
- Platform exchange (CompleteExchange.tsx)
|
|
1292
|
-
- Swap flows (Confirmation.tsx)
|
|
1293
|
-
- Update wallet-api integrations (react.ts, useDappLogic.ts)
|
|
1294
|
-
|
|
1295
|
-
### Patch Changes
|
|
1296
|
-
|
|
1297
|
-
- Updated dependencies [[`c84be03`](https://github.com/LedgerHQ/ledger-live/commit/c84be039f162fd3af72861fd1605f4141c8f0792), [`819d969`](https://github.com/LedgerHQ/ledger-live/commit/819d96907febd9a68a6407c1bad06f475d044a4d), [`6532080`](https://github.com/LedgerHQ/ledger-live/commit/6532080d2a0f5e49052aeab0bf532ee5cd52694a), [`069d298`](https://github.com/LedgerHQ/ledger-live/commit/069d2982cd36c9525addf9d1f9df762a8799b3bb)]:
|
|
1298
|
-
- @ledgerhq/types-live@6.94.0-next.0
|
|
1299
|
-
- @ledgerhq/live-env@2.26.0-next.0
|
|
1300
|
-
- @ledgerhq/coin-framework@6.13.1-next.0
|
|
1301
|
-
- @ledgerhq/cryptoassets@13.37.1-next.0
|
|
1302
|
-
- @ledgerhq/live-network@2.2.1-next.0
|
|
1303
|
-
|
|
1304
|
-
## 0.29.0
|
|
1305
|
-
|
|
1306
|
-
### Minor Changes
|
|
1307
|
-
|
|
1308
|
-
- [#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
|
|
1309
|
-
|
|
1310
|
-
### Patch Changes
|
|
1311
|
-
|
|
1312
|
-
- Updated dependencies [[`537a975`](https://github.com/LedgerHQ/ledger-live/commit/537a975536ca3669d3b88371e1e1f651c4cb9a1b), [`cbcae7c`](https://github.com/LedgerHQ/ledger-live/commit/cbcae7c0ba9b54b1167d26e4227bd2b847207cb9), [`8754614`](https://github.com/LedgerHQ/ledger-live/commit/87546149a62b81f8a25bb6222626592ead629f62), [`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), [`7f05536`](https://github.com/LedgerHQ/ledger-live/commit/7f0553665e9c8721f263825cc79994bfc6729d9b)]:
|
|
1313
|
-
- @ledgerhq/cryptoassets@13.37.0
|
|
1314
|
-
- @ledgerhq/coin-framework@6.13.0
|
|
1315
|
-
- @ledgerhq/types-live@6.93.0
|
|
1316
|
-
- @ledgerhq/live-env@2.25.0
|
|
1317
|
-
- @ledgerhq/types-cryptoassets@7.32.0
|
|
1318
|
-
- @ledgerhq/devices@8.10.0
|
|
1319
|
-
- @ledgerhq/errors@6.29.0
|
|
1320
|
-
- @ledgerhq/logs@6.14.0
|
|
1321
|
-
- @ledgerhq/live-network@2.2.0
|
|
1322
|
-
|
|
1323
|
-
## 0.29.0-next.0
|
|
1324
|
-
|
|
1325
|
-
### Minor Changes
|
|
1326
|
-
|
|
1327
|
-
- [#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
|
|
1328
|
-
|
|
1329
|
-
### Patch Changes
|
|
1330
|
-
|
|
1331
|
-
- Updated dependencies [[`537a975`](https://github.com/LedgerHQ/ledger-live/commit/537a975536ca3669d3b88371e1e1f651c4cb9a1b), [`cbcae7c`](https://github.com/LedgerHQ/ledger-live/commit/cbcae7c0ba9b54b1167d26e4227bd2b847207cb9), [`8754614`](https://github.com/LedgerHQ/ledger-live/commit/87546149a62b81f8a25bb6222626592ead629f62), [`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), [`7f05536`](https://github.com/LedgerHQ/ledger-live/commit/7f0553665e9c8721f263825cc79994bfc6729d9b)]:
|
|
1332
|
-
- @ledgerhq/cryptoassets@13.37.0-next.0
|
|
1333
|
-
- @ledgerhq/coin-framework@6.13.0-next.0
|
|
1334
|
-
- @ledgerhq/types-live@6.93.0-next.0
|
|
1335
|
-
- @ledgerhq/live-env@2.25.0-next.0
|
|
1336
|
-
- @ledgerhq/types-cryptoassets@7.32.0-next.0
|
|
1337
|
-
- @ledgerhq/devices@8.10.0-next.0
|
|
1338
|
-
- @ledgerhq/errors@6.29.0-next.0
|
|
1339
|
-
- @ledgerhq/logs@6.14.0-next.0
|
|
1340
|
-
- @ledgerhq/live-network@2.2.0-next.0
|
|
1341
|
-
|
|
1342
|
-
## 0.28.0
|
|
1343
|
-
|
|
1344
|
-
### Minor Changes
|
|
1345
|
-
|
|
1346
|
-
- [#13431](https://github.com/LedgerHQ/ledger-live/pull/13431) [`d1a83d9`](https://github.com/LedgerHQ/ledger-live/commit/d1a83d942d98e52eeac3d459f5f8ac763d4b6c13) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Update to latest bs58 libs.
|
|
1347
|
-
|
|
1348
|
-
### Patch Changes
|
|
1349
|
-
|
|
1350
|
-
- Updated dependencies [[`6e6a12c`](https://github.com/LedgerHQ/ledger-live/commit/6e6a12cdfd79b752839bf664bab5156cea9c9e23), [`398b3d8`](https://github.com/LedgerHQ/ledger-live/commit/398b3d85d2de4a520d5ae78a18135f8d163aad5b), [`7e12cd3`](https://github.com/LedgerHQ/ledger-live/commit/7e12cd30f47d42cd8dac35cfa475abdd9ad44e19), [`a8c59da`](https://github.com/LedgerHQ/ledger-live/commit/a8c59da888c8cb3c200a9f62869ca54aba706cae), [`4455451`](https://github.com/LedgerHQ/ledger-live/commit/445545117cf0196d7c5a303df21041c23b91844c), [`8cb7d40`](https://github.com/LedgerHQ/ledger-live/commit/8cb7d40e0a55e47f42adc5cd522740cab1fd4de4), [`fba1e31`](https://github.com/LedgerHQ/ledger-live/commit/fba1e31386e589a93adb19bc4f6eae55129e19ea), [`e57fa40`](https://github.com/LedgerHQ/ledger-live/commit/e57fa40a1bb480ebcc03120a1aab3b02e249bf8d), [`e844b3b`](https://github.com/LedgerHQ/ledger-live/commit/e844b3bd5f8a4b21cf94e0a598c22a2a42791490), [`c2d4259`](https://github.com/LedgerHQ/ledger-live/commit/c2d425989b600732f4fb0a88993e2673e93698a7), [`9e80ecc`](https://github.com/LedgerHQ/ledger-live/commit/9e80ecc5ef6da4f39a184d3c555c8d7c439754a8), [`ffa9e7e`](https://github.com/LedgerHQ/ledger-live/commit/ffa9e7e58dd60d0f568362a95e14ba5d130c2d07), [`4caf2ef`](https://github.com/LedgerHQ/ledger-live/commit/4caf2eff2aff2a6f1048ccf8e94295c954554ae1), [`c4045c7`](https://github.com/LedgerHQ/ledger-live/commit/c4045c714ee0fb1f02f6e75cae04e99cdea01ae4)]:
|
|
1351
|
-
- @ledgerhq/cryptoassets@13.36.0
|
|
1352
|
-
- @ledgerhq/coin-framework@6.12.0
|
|
1353
|
-
- @ledgerhq/types-live@6.92.0
|
|
1354
|
-
- @ledgerhq/devices@8.9.0
|
|
1355
|
-
- @ledgerhq/live-env@2.24.0
|
|
1356
|
-
- @ledgerhq/live-network@2.1.5
|
|
1357
|
-
|
|
1358
|
-
## 0.28.0-next.1
|
|
1359
|
-
|
|
1360
|
-
### Patch Changes
|
|
1361
|
-
|
|
1362
|
-
- Updated dependencies [[`398b3d8`](https://github.com/LedgerHQ/ledger-live/commit/398b3d85d2de4a520d5ae78a18135f8d163aad5b)]:
|
|
1363
|
-
- @ledgerhq/coin-framework@6.12.0-next.1
|
|
1364
|
-
|
|
1365
|
-
## 0.28.0-next.0
|
|
1366
|
-
|
|
1367
|
-
### Minor Changes
|
|
1368
|
-
|
|
1369
|
-
- [#13431](https://github.com/LedgerHQ/ledger-live/pull/13431) [`d1a83d9`](https://github.com/LedgerHQ/ledger-live/commit/d1a83d942d98e52eeac3d459f5f8ac763d4b6c13) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Update to latest bs58 libs.
|
|
1370
|
-
|
|
1371
|
-
### Patch Changes
|
|
1372
|
-
|
|
1373
|
-
- Updated dependencies [[`6e6a12c`](https://github.com/LedgerHQ/ledger-live/commit/6e6a12cdfd79b752839bf664bab5156cea9c9e23), [`7e12cd3`](https://github.com/LedgerHQ/ledger-live/commit/7e12cd30f47d42cd8dac35cfa475abdd9ad44e19), [`a8c59da`](https://github.com/LedgerHQ/ledger-live/commit/a8c59da888c8cb3c200a9f62869ca54aba706cae), [`4455451`](https://github.com/LedgerHQ/ledger-live/commit/445545117cf0196d7c5a303df21041c23b91844c), [`8cb7d40`](https://github.com/LedgerHQ/ledger-live/commit/8cb7d40e0a55e47f42adc5cd522740cab1fd4de4), [`fba1e31`](https://github.com/LedgerHQ/ledger-live/commit/fba1e31386e589a93adb19bc4f6eae55129e19ea), [`e57fa40`](https://github.com/LedgerHQ/ledger-live/commit/e57fa40a1bb480ebcc03120a1aab3b02e249bf8d), [`e844b3b`](https://github.com/LedgerHQ/ledger-live/commit/e844b3bd5f8a4b21cf94e0a598c22a2a42791490), [`c2d4259`](https://github.com/LedgerHQ/ledger-live/commit/c2d425989b600732f4fb0a88993e2673e93698a7), [`9e80ecc`](https://github.com/LedgerHQ/ledger-live/commit/9e80ecc5ef6da4f39a184d3c555c8d7c439754a8), [`ffa9e7e`](https://github.com/LedgerHQ/ledger-live/commit/ffa9e7e58dd60d0f568362a95e14ba5d130c2d07), [`4caf2ef`](https://github.com/LedgerHQ/ledger-live/commit/4caf2eff2aff2a6f1048ccf8e94295c954554ae1), [`c4045c7`](https://github.com/LedgerHQ/ledger-live/commit/c4045c714ee0fb1f02f6e75cae04e99cdea01ae4)]:
|
|
1374
|
-
- @ledgerhq/cryptoassets@13.36.0-next.0
|
|
1375
|
-
- @ledgerhq/types-live@6.92.0-next.0
|
|
1376
|
-
- @ledgerhq/devices@8.9.0-next.0
|
|
1377
|
-
- @ledgerhq/live-env@2.24.0-next.0
|
|
1378
|
-
- @ledgerhq/coin-framework@6.11.2-next.0
|
|
1379
|
-
- @ledgerhq/live-network@2.1.5-next.0
|
|
1380
|
-
|
|
1381
|
-
## 0.27.1
|
|
1382
|
-
|
|
1383
|
-
### Patch Changes
|
|
1384
|
-
|
|
1385
|
-
- Updated dependencies []:
|
|
1386
|
-
- @ledgerhq/types-live@6.91.1
|
|
1387
|
-
- @ledgerhq/coin-framework@6.11.1
|
|
1388
|
-
- @ledgerhq/cryptoassets@13.35.1
|
|
1389
|
-
|
|
1390
|
-
## 0.27.1-hotfix.0
|
|
1391
|
-
|
|
1392
|
-
### Patch Changes
|
|
1393
|
-
|
|
1394
|
-
- Updated dependencies []:
|
|
1395
|
-
- @ledgerhq/types-live@6.91.1-hotfix.0
|
|
1396
|
-
- @ledgerhq/coin-framework@6.11.1-hotfix.0
|
|
1397
|
-
- @ledgerhq/cryptoassets@13.35.1-hotfix.0
|
|
1398
|
-
|
|
1399
|
-
## 0.27.0
|
|
1400
|
-
|
|
1401
|
-
### Minor Changes
|
|
1402
|
-
|
|
1403
|
-
- [#12938](https://github.com/LedgerHQ/ledger-live/pull/12938) [`48175fa`](https://github.com/LedgerHQ/ledger-live/commit/48175fa38e438fe406595da1df33b82a37b8af61) Thanks [@qperrot](https://github.com/qperrot)! - Support changeAddress on Bitcoin
|
|
1404
|
-
|
|
1405
|
-
- [#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
|
|
1406
|
-
|
|
1407
|
-
- [#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
|
|
1408
|
-
|
|
1409
|
-
- [#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
|
|
1410
|
-
|
|
1411
|
-
- [#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
|
|
1412
|
-
|
|
1413
|
-
### Patch Changes
|
|
1414
|
-
|
|
1415
|
-
- Updated dependencies [[`480a08a`](https://github.com/LedgerHQ/ledger-live/commit/480a08ae190119829910b46ecc6d2a9fb11bb7c2), [`19a54fd`](https://github.com/LedgerHQ/ledger-live/commit/19a54fd89a2d3c7481aebc28817870875f9d44dc), [`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), [`450f518`](https://github.com/LedgerHQ/ledger-live/commit/450f518d4cedb828c5fe1e7ccffaabd483f53226), [`30be235`](https://github.com/LedgerHQ/ledger-live/commit/30be2354822b3497c69322294ff1dab43375be50), [`bdacedf`](https://github.com/LedgerHQ/ledger-live/commit/bdacedfe32bea8ffce96ab675a44c0d7cf395143), [`0924eed`](https://github.com/LedgerHQ/ledger-live/commit/0924eed6a633793999e8657076140523e30ae40b), [`5e8d6be`](https://github.com/LedgerHQ/ledger-live/commit/5e8d6be609dd37c48d747890e56189e0716d5273), [`768718d`](https://github.com/LedgerHQ/ledger-live/commit/768718df029bc8799b88c0299925dc56302b0c53), [`a5ad7d4`](https://github.com/LedgerHQ/ledger-live/commit/a5ad7d4578c06db3e40f260451b644c27e20cb62), [`3e70677`](https://github.com/LedgerHQ/ledger-live/commit/3e706774f8c4e9b768ab18b67abc3471cf61b6b6), [`aadb3d5`](https://github.com/LedgerHQ/ledger-live/commit/aadb3d57f5719cc2cc397975eafec8094b160afe), [`e44d216`](https://github.com/LedgerHQ/ledger-live/commit/e44d216d516df87e13f033ed64fedc1ce96380f4), [`d4bad44`](https://github.com/LedgerHQ/ledger-live/commit/d4bad4433c3fb083d95820d2927a9e8beeaf244f), [`8d8e1b7`](https://github.com/LedgerHQ/ledger-live/commit/8d8e1b7bb26305af326ea21710248223d1e8653b), [`07de7a8`](https://github.com/LedgerHQ/ledger-live/commit/07de7a87415ae4d1126e751d6a4d521ced3065e3), [`d37fa4b`](https://github.com/LedgerHQ/ledger-live/commit/d37fa4baf4534161bffe5033ce44fc7780c79d89), [`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), [`2d9f320`](https://github.com/LedgerHQ/ledger-live/commit/2d9f32087eea12ae9d5ea2347b277b8bf4e60f55), [`c56ab86`](https://github.com/LedgerHQ/ledger-live/commit/c56ab86ab65597caf87a09b7596faa54f3104bd4)]:
|
|
1416
|
-
- @ledgerhq/coin-framework@6.11.0
|
|
1417
|
-
- @ledgerhq/types-live@6.91.0
|
|
1418
|
-
- @ledgerhq/cryptoassets@13.35.0
|
|
1419
|
-
- @ledgerhq/errors@6.28.0
|
|
1420
|
-
- @ledgerhq/live-env@2.23.0
|
|
1421
|
-
- @ledgerhq/devices@8.8.0
|
|
1422
|
-
- @ledgerhq/types-cryptoassets@7.31.0
|
|
1423
|
-
- @ledgerhq/live-network@2.1.4
|
|
1424
|
-
|
|
1425
|
-
## 0.27.0-next.0
|
|
1426
|
-
|
|
1427
|
-
### Minor Changes
|
|
1428
|
-
|
|
1429
|
-
- [#12938](https://github.com/LedgerHQ/ledger-live/pull/12938) [`48175fa`](https://github.com/LedgerHQ/ledger-live/commit/48175fa38e438fe406595da1df33b82a37b8af61) Thanks [@qperrot](https://github.com/qperrot)! - Support changeAddress on Bitcoin
|
|
1430
|
-
|
|
1431
|
-
- [#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
|
|
1432
|
-
|
|
1433
|
-
- [#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
|
|
1434
|
-
|
|
1435
|
-
- [#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
|
|
1436
|
-
|
|
1437
|
-
- [#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
|
|
1438
|
-
|
|
1439
|
-
### Patch Changes
|
|
1440
|
-
|
|
1441
|
-
- Updated dependencies [[`480a08a`](https://github.com/LedgerHQ/ledger-live/commit/480a08ae190119829910b46ecc6d2a9fb11bb7c2), [`19a54fd`](https://github.com/LedgerHQ/ledger-live/commit/19a54fd89a2d3c7481aebc28817870875f9d44dc), [`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), [`450f518`](https://github.com/LedgerHQ/ledger-live/commit/450f518d4cedb828c5fe1e7ccffaabd483f53226), [`30be235`](https://github.com/LedgerHQ/ledger-live/commit/30be2354822b3497c69322294ff1dab43375be50), [`bdacedf`](https://github.com/LedgerHQ/ledger-live/commit/bdacedfe32bea8ffce96ab675a44c0d7cf395143), [`0924eed`](https://github.com/LedgerHQ/ledger-live/commit/0924eed6a633793999e8657076140523e30ae40b), [`5e8d6be`](https://github.com/LedgerHQ/ledger-live/commit/5e8d6be609dd37c48d747890e56189e0716d5273), [`768718d`](https://github.com/LedgerHQ/ledger-live/commit/768718df029bc8799b88c0299925dc56302b0c53), [`a5ad7d4`](https://github.com/LedgerHQ/ledger-live/commit/a5ad7d4578c06db3e40f260451b644c27e20cb62), [`3e70677`](https://github.com/LedgerHQ/ledger-live/commit/3e706774f8c4e9b768ab18b67abc3471cf61b6b6), [`aadb3d5`](https://github.com/LedgerHQ/ledger-live/commit/aadb3d57f5719cc2cc397975eafec8094b160afe), [`e44d216`](https://github.com/LedgerHQ/ledger-live/commit/e44d216d516df87e13f033ed64fedc1ce96380f4), [`d4bad44`](https://github.com/LedgerHQ/ledger-live/commit/d4bad4433c3fb083d95820d2927a9e8beeaf244f), [`8d8e1b7`](https://github.com/LedgerHQ/ledger-live/commit/8d8e1b7bb26305af326ea21710248223d1e8653b), [`07de7a8`](https://github.com/LedgerHQ/ledger-live/commit/07de7a87415ae4d1126e751d6a4d521ced3065e3), [`d37fa4b`](https://github.com/LedgerHQ/ledger-live/commit/d37fa4baf4534161bffe5033ce44fc7780c79d89), [`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), [`2d9f320`](https://github.com/LedgerHQ/ledger-live/commit/2d9f32087eea12ae9d5ea2347b277b8bf4e60f55), [`c56ab86`](https://github.com/LedgerHQ/ledger-live/commit/c56ab86ab65597caf87a09b7596faa54f3104bd4)]:
|
|
1442
|
-
- @ledgerhq/coin-framework@6.11.0-next.0
|
|
1443
|
-
- @ledgerhq/types-live@6.91.0-next.0
|
|
1444
|
-
- @ledgerhq/cryptoassets@13.35.0-next.0
|
|
1445
|
-
- @ledgerhq/errors@6.28.0-next.0
|
|
1446
|
-
- @ledgerhq/live-env@2.23.0-next.0
|
|
1447
|
-
- @ledgerhq/devices@8.8.0-next.0
|
|
1448
|
-
- @ledgerhq/types-cryptoassets@7.31.0-next.0
|
|
1449
|
-
- @ledgerhq/live-network@2.1.4-next.0
|
|
1450
|
-
|
|
1451
|
-
## 0.26.1
|
|
1452
|
-
|
|
1453
|
-
### Patch Changes
|
|
1454
|
-
|
|
1455
|
-
- Updated dependencies [[`b68b749`](https://github.com/LedgerHQ/ledger-live/commit/b68b749b53c9583dd983ab057faa89fced1e541e)]:
|
|
1456
|
-
- @ledgerhq/errors@6.27.1
|
|
1457
|
-
- @ledgerhq/coin-framework@6.10.1
|
|
1458
|
-
- @ledgerhq/cryptoassets@13.34.1
|
|
1459
|
-
- @ledgerhq/devices@8.7.1
|
|
1460
|
-
- @ledgerhq/live-network@2.1.3
|
|
1461
|
-
|
|
1462
|
-
## 0.26.1-hotfix.0
|
|
1463
|
-
|
|
1464
|
-
### Patch Changes
|
|
1465
|
-
|
|
1466
|
-
- Updated dependencies [[`b68b749`](https://github.com/LedgerHQ/ledger-live/commit/b68b749b53c9583dd983ab057faa89fced1e541e)]:
|
|
1467
|
-
- @ledgerhq/errors@6.27.1-hotfix.0
|
|
1468
|
-
- @ledgerhq/coin-framework@6.10.1-hotfix.0
|
|
1469
|
-
- @ledgerhq/cryptoassets@13.34.1-hotfix.0
|
|
1470
|
-
- @ledgerhq/devices@8.7.1-hotfix.0
|
|
1471
|
-
- @ledgerhq/live-network@2.1.3-hotfix.0
|
|
1472
|
-
|
|
1473
|
-
## 0.26.0
|
|
1474
|
-
|
|
1475
|
-
### Minor Changes
|
|
1476
|
-
|
|
1477
|
-
- [#12610](https://github.com/LedgerHQ/ledger-live/pull/12610) [`927ae64`](https://github.com/LedgerHQ/ledger-live/commit/927ae64db0bb04af54e25623655a001a68e0f2d3) Thanks [@fAnselmi-Ledger](https://github.com/fAnselmi-Ledger)! - Add DMK solana signer behind FF
|
|
1478
|
-
|
|
1479
|
-
### Patch Changes
|
|
1480
|
-
|
|
1481
|
-
- Updated dependencies [[`50aeea1`](https://github.com/LedgerHQ/ledger-live/commit/50aeea1233056e9abff9568eb928927f39e76cff), [`fd031d7`](https://github.com/LedgerHQ/ledger-live/commit/fd031d77ca7ed011ec492700fd4d7bc86c518907), [`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), [`927ae64`](https://github.com/LedgerHQ/ledger-live/commit/927ae64db0bb04af54e25623655a001a68e0f2d3), [`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), [`38d5880`](https://github.com/LedgerHQ/ledger-live/commit/38d5880ca6c3cc8808182e9d0f046b204914d34a), [`0d33751`](https://github.com/LedgerHQ/ledger-live/commit/0d33751bb2ae599d0d26ce6a8efdbe01757f12fb), [`aadcec6`](https://github.com/LedgerHQ/ledger-live/commit/aadcec66847b800f79452ba1df09149e0a1cb9e8), [`b113920`](https://github.com/LedgerHQ/ledger-live/commit/b11392056bc334fc1813c473569ad3ae7be08045), [`ed8532b`](https://github.com/LedgerHQ/ledger-live/commit/ed8532bad754ca2b5f1788c6e92f4646b775ec79), [`88a5018`](https://github.com/LedgerHQ/ledger-live/commit/88a501871d58c980f18495b5b32012a3eaa9ab2c), [`9659a34`](https://github.com/LedgerHQ/ledger-live/commit/9659a34d9998d5c4dff8618bf6cef7d16403680d)]:
|
|
1482
|
-
- @ledgerhq/cryptoassets@13.34.0
|
|
1483
|
-
- @ledgerhq/types-live@6.90.0
|
|
1484
|
-
- @ledgerhq/coin-framework@6.10.0
|
|
1485
|
-
- @ledgerhq/live-env@2.22.0
|
|
1486
|
-
- @ledgerhq/live-network@2.1.2
|
|
1487
|
-
|
|
1488
|
-
## 0.26.0-next.0
|
|
1489
|
-
|
|
1490
|
-
### Minor Changes
|
|
1491
|
-
|
|
1492
|
-
- [#12610](https://github.com/LedgerHQ/ledger-live/pull/12610) [`927ae64`](https://github.com/LedgerHQ/ledger-live/commit/927ae64db0bb04af54e25623655a001a68e0f2d3) Thanks [@fAnselmi-Ledger](https://github.com/fAnselmi-Ledger)! - Add DMK solana signer behind FF
|
|
1493
|
-
|
|
1494
|
-
### Patch Changes
|
|
1495
|
-
|
|
1496
|
-
- Updated dependencies [[`50aeea1`](https://github.com/LedgerHQ/ledger-live/commit/50aeea1233056e9abff9568eb928927f39e76cff), [`fd031d7`](https://github.com/LedgerHQ/ledger-live/commit/fd031d77ca7ed011ec492700fd4d7bc86c518907), [`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), [`927ae64`](https://github.com/LedgerHQ/ledger-live/commit/927ae64db0bb04af54e25623655a001a68e0f2d3), [`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), [`38d5880`](https://github.com/LedgerHQ/ledger-live/commit/38d5880ca6c3cc8808182e9d0f046b204914d34a), [`0d33751`](https://github.com/LedgerHQ/ledger-live/commit/0d33751bb2ae599d0d26ce6a8efdbe01757f12fb), [`aadcec6`](https://github.com/LedgerHQ/ledger-live/commit/aadcec66847b800f79452ba1df09149e0a1cb9e8), [`b113920`](https://github.com/LedgerHQ/ledger-live/commit/b11392056bc334fc1813c473569ad3ae7be08045), [`ed8532b`](https://github.com/LedgerHQ/ledger-live/commit/ed8532bad754ca2b5f1788c6e92f4646b775ec79), [`88a5018`](https://github.com/LedgerHQ/ledger-live/commit/88a501871d58c980f18495b5b32012a3eaa9ab2c), [`9659a34`](https://github.com/LedgerHQ/ledger-live/commit/9659a34d9998d5c4dff8618bf6cef7d16403680d)]:
|
|
1497
|
-
- @ledgerhq/cryptoassets@13.34.0-next.0
|
|
1498
|
-
- @ledgerhq/types-live@6.90.0-next.0
|
|
1499
|
-
- @ledgerhq/coin-framework@6.10.0-next.0
|
|
1500
|
-
- @ledgerhq/live-env@2.22.0-next.0
|
|
1501
|
-
- @ledgerhq/live-network@2.1.2-next.0
|
|
1502
|
-
|
|
1503
|
-
## 0.25.0
|
|
1504
|
-
|
|
1505
|
-
### Minor Changes
|
|
1506
|
-
|
|
1507
|
-
- [#12402](https://github.com/LedgerHQ/ledger-live/pull/12402) [`544721d`](https://github.com/LedgerHQ/ledger-live/commit/544721d198454526ef83516619d59c881ba34eb9) Thanks [@qperrot](https://github.com/qperrot)! - Fix transactionSequenceNumber type
|
|
1508
|
-
|
|
1509
|
-
### Patch Changes
|
|
1510
|
-
|
|
1511
|
-
- Updated dependencies [[`74a340b`](https://github.com/LedgerHQ/ledger-live/commit/74a340b258589c9c37476103029eb036b930616c), [`a6bc24e`](https://github.com/LedgerHQ/ledger-live/commit/a6bc24ee988b98bf82f807ac5ce731ba79813901), [`b69c97d`](https://github.com/LedgerHQ/ledger-live/commit/b69c97d979ba97154c9abfda6abfc2a36becee4f), [`544721d`](https://github.com/LedgerHQ/ledger-live/commit/544721d198454526ef83516619d59c881ba34eb9), [`1c6f5f5`](https://github.com/LedgerHQ/ledger-live/commit/1c6f5f5843349b1955f7ca466f98cbe4ffcdaddf), [`d5d838a`](https://github.com/LedgerHQ/ledger-live/commit/d5d838a23e00edd53293843781c559c41db4e854), [`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), [`70049be`](https://github.com/LedgerHQ/ledger-live/commit/70049bed0cd0a8c7a9e4947a63af82061dad46c0), [`5b41dd5`](https://github.com/LedgerHQ/ledger-live/commit/5b41dd56e024a5d03ba0e49084113c04887395db), [`eb5a17e`](https://github.com/LedgerHQ/ledger-live/commit/eb5a17e4db336eaa871eaeb52ffa5248e0f78bec), [`c70f6a8`](https://github.com/LedgerHQ/ledger-live/commit/c70f6a8370056b6fd8f236205471359d6f9b846f)]:
|
|
1512
|
-
- @ledgerhq/types-live@6.89.0
|
|
1513
|
-
- @ledgerhq/cryptoassets@13.33.0
|
|
1514
|
-
- @ledgerhq/coin-framework@6.9.0
|
|
1515
|
-
- @ledgerhq/live-env@2.21.0
|
|
1516
|
-
- @ledgerhq/live-network@2.1.1
|
|
1517
|
-
|
|
1518
|
-
## 0.25.0-next.0
|
|
1519
|
-
|
|
1520
|
-
### Minor Changes
|
|
1521
|
-
|
|
1522
|
-
- [#12402](https://github.com/LedgerHQ/ledger-live/pull/12402) [`544721d`](https://github.com/LedgerHQ/ledger-live/commit/544721d198454526ef83516619d59c881ba34eb9) Thanks [@qperrot](https://github.com/qperrot)! - Fix transactionSequenceNumber type
|
|
1523
|
-
|
|
1524
|
-
### Patch Changes
|
|
1525
|
-
|
|
1526
|
-
- Updated dependencies [[`74a340b`](https://github.com/LedgerHQ/ledger-live/commit/74a340b258589c9c37476103029eb036b930616c), [`a6bc24e`](https://github.com/LedgerHQ/ledger-live/commit/a6bc24ee988b98bf82f807ac5ce731ba79813901), [`b69c97d`](https://github.com/LedgerHQ/ledger-live/commit/b69c97d979ba97154c9abfda6abfc2a36becee4f), [`544721d`](https://github.com/LedgerHQ/ledger-live/commit/544721d198454526ef83516619d59c881ba34eb9), [`1c6f5f5`](https://github.com/LedgerHQ/ledger-live/commit/1c6f5f5843349b1955f7ca466f98cbe4ffcdaddf), [`d5d838a`](https://github.com/LedgerHQ/ledger-live/commit/d5d838a23e00edd53293843781c559c41db4e854), [`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), [`70049be`](https://github.com/LedgerHQ/ledger-live/commit/70049bed0cd0a8c7a9e4947a63af82061dad46c0), [`5b41dd5`](https://github.com/LedgerHQ/ledger-live/commit/5b41dd56e024a5d03ba0e49084113c04887395db), [`eb5a17e`](https://github.com/LedgerHQ/ledger-live/commit/eb5a17e4db336eaa871eaeb52ffa5248e0f78bec), [`c70f6a8`](https://github.com/LedgerHQ/ledger-live/commit/c70f6a8370056b6fd8f236205471359d6f9b846f)]:
|
|
1527
|
-
- @ledgerhq/types-live@6.89.0-next.0
|
|
1528
|
-
- @ledgerhq/cryptoassets@13.33.0-next.0
|
|
1529
|
-
- @ledgerhq/coin-framework@6.9.0-next.0
|
|
1530
|
-
- @ledgerhq/live-env@2.21.0-next.0
|
|
1531
|
-
- @ledgerhq/live-network@2.1.1-next.0
|
|
1532
|
-
|
|
1533
|
-
## 0.24.0
|
|
1534
|
-
|
|
1535
|
-
### Minor Changes
|
|
1536
|
-
|
|
1537
|
-
- [#12494](https://github.com/LedgerHQ/ledger-live/pull/12494) [`82e6bb5`](https://github.com/LedgerHQ/ledger-live/commit/82e6bb528e35cf187c3e4866a7b1660c99839cdf) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Prepare bitcoin for async CryptoAssetsStore migration - update test mocks to handle async token lookups
|
|
1538
|
-
|
|
1539
|
-
- [#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
|
|
1540
|
-
|
|
1541
|
-
- [#12316](https://github.com/LedgerHQ/ledger-live/pull/12316) [`ccf788d`](https://github.com/LedgerHQ/ledger-live/commit/ccf788d7c0239ca95e76c3cc340f9a6bd09ea726) Thanks [@qperrot](https://github.com/qperrot)! - Feature CoinTester Bitcoin and Currency regtest
|
|
1542
|
-
|
|
1543
|
-
- [#12340](https://github.com/LedgerHQ/ledger-live/pull/12340) [`8d7c1f7`](https://github.com/LedgerHQ/ledger-live/commit/8d7c1f7a92489647399b0e780d4bb926508e8554) Thanks [@gre-ledger](https://github.com/gre-ledger)! - migrate getDeviceTransactionConfig to async
|
|
1544
|
-
|
|
1545
|
-
- [#12297](https://github.com/LedgerHQ/ledger-live/pull/12297) [`c96d73f`](https://github.com/LedgerHQ/ledger-live/commit/c96d73fed0a75a9c208f78d51c34b742703a7dda) Thanks [@Justkant](https://github.com/Justkant)! - feat(coin-framework): add postSync support to scanAccounts and apply across coins [LIVE-21755]
|
|
1546
|
-
|
|
1547
|
-
Adds optional postSync hook to makeScanAccounts (invoked after account shape build).
|
|
1548
|
-
Applies postSync in bitcoin, cardano, evm, and tron currency bridges.
|
|
1549
|
-
Exports tron postSync so it can be passed during scanning.
|
|
1550
|
-
Ensures scanAccounts benefits from the same normalization/cleanup logic as sync without breaking existing callers (default no-op).
|
|
1551
|
-
|
|
1552
|
-
- [#12382](https://github.com/LedgerHQ/ledger-live/pull/12382) [`3d4188a`](https://github.com/LedgerHQ/ledger-live/commit/3d4188a26021d33b950129d82cb55d2c2e8d4358) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Introduce CryptoAssetStore#getTokensSyncHash function
|
|
1553
|
-
|
|
1554
|
-
### Patch Changes
|
|
1555
|
-
|
|
1556
|
-
- 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), [`7744980`](https://github.com/LedgerHQ/ledger-live/commit/774498090411f1a6d6c06395dda1fc7cd24adf24), [`77566c5`](https://github.com/LedgerHQ/ledger-live/commit/77566c5a3b5795f5938bd5daaa5f8d65934c56b8), [`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), [`f392f69`](https://github.com/LedgerHQ/ledger-live/commit/f392f6912f445cc2f7cf4dfcfd030fa3da76f736), [`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), [`2c6a198`](https://github.com/LedgerHQ/ledger-live/commit/2c6a198ba28391695202a0787ce168c53768ff37)]:
|
|
1557
|
-
- @ledgerhq/cryptoassets@13.32.0
|
|
1558
|
-
- @ledgerhq/types-cryptoassets@7.30.0
|
|
1559
|
-
- @ledgerhq/coin-framework@6.8.0
|
|
1560
|
-
- @ledgerhq/live-network@2.1.0
|
|
1561
|
-
- @ledgerhq/live-env@2.20.0
|
|
1562
|
-
- @ledgerhq/types-live@6.88.0
|
|
1563
|
-
- @ledgerhq/devices@8.7.0
|
|
1564
|
-
- @ledgerhq/errors@6.27.0
|
|
1565
|
-
|
|
1566
|
-
## 0.24.0-next.0
|
|
1567
|
-
|
|
1568
|
-
### Minor Changes
|
|
1569
|
-
|
|
1570
|
-
- [#12494](https://github.com/LedgerHQ/ledger-live/pull/12494) [`82e6bb5`](https://github.com/LedgerHQ/ledger-live/commit/82e6bb528e35cf187c3e4866a7b1660c99839cdf) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Prepare bitcoin for async CryptoAssetsStore migration - update test mocks to handle async token lookups
|
|
1571
|
-
|
|
1572
|
-
- [#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
|
|
1573
|
-
|
|
1574
|
-
- [#12316](https://github.com/LedgerHQ/ledger-live/pull/12316) [`ccf788d`](https://github.com/LedgerHQ/ledger-live/commit/ccf788d7c0239ca95e76c3cc340f9a6bd09ea726) Thanks [@qperrot](https://github.com/qperrot)! - Feature CoinTester Bitcoin and Currency regtest
|
|
1575
|
-
|
|
1576
|
-
- [#12340](https://github.com/LedgerHQ/ledger-live/pull/12340) [`8d7c1f7`](https://github.com/LedgerHQ/ledger-live/commit/8d7c1f7a92489647399b0e780d4bb926508e8554) Thanks [@gre-ledger](https://github.com/gre-ledger)! - migrate getDeviceTransactionConfig to async
|
|
1577
|
-
|
|
1578
|
-
- [#12297](https://github.com/LedgerHQ/ledger-live/pull/12297) [`c96d73f`](https://github.com/LedgerHQ/ledger-live/commit/c96d73fed0a75a9c208f78d51c34b742703a7dda) Thanks [@Justkant](https://github.com/Justkant)! - feat(coin-framework): add postSync support to scanAccounts and apply across coins [LIVE-21755]
|
|
1579
|
-
|
|
1580
|
-
Adds optional postSync hook to makeScanAccounts (invoked after account shape build).
|
|
1581
|
-
Applies postSync in bitcoin, cardano, evm, and tron currency bridges.
|
|
1582
|
-
Exports tron postSync so it can be passed during scanning.
|
|
1583
|
-
Ensures scanAccounts benefits from the same normalization/cleanup logic as sync without breaking existing callers (default no-op).
|
|
1584
|
-
|
|
1585
|
-
- [#12382](https://github.com/LedgerHQ/ledger-live/pull/12382) [`3d4188a`](https://github.com/LedgerHQ/ledger-live/commit/3d4188a26021d33b950129d82cb55d2c2e8d4358) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Introduce CryptoAssetStore#getTokensSyncHash function
|
|
1586
|
-
|
|
1587
|
-
### Patch Changes
|
|
1588
|
-
|
|
1589
|
-
- 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), [`7744980`](https://github.com/LedgerHQ/ledger-live/commit/774498090411f1a6d6c06395dda1fc7cd24adf24), [`77566c5`](https://github.com/LedgerHQ/ledger-live/commit/77566c5a3b5795f5938bd5daaa5f8d65934c56b8), [`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), [`f392f69`](https://github.com/LedgerHQ/ledger-live/commit/f392f6912f445cc2f7cf4dfcfd030fa3da76f736), [`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), [`2c6a198`](https://github.com/LedgerHQ/ledger-live/commit/2c6a198ba28391695202a0787ce168c53768ff37)]:
|
|
1590
|
-
- @ledgerhq/cryptoassets@13.32.0-next.0
|
|
1591
|
-
- @ledgerhq/types-cryptoassets@7.30.0-next.0
|
|
1592
|
-
- @ledgerhq/coin-framework@6.8.0-next.0
|
|
1593
|
-
- @ledgerhq/live-network@2.1.0-next.0
|
|
1594
|
-
- @ledgerhq/live-env@2.20.0-next.0
|
|
1595
|
-
- @ledgerhq/types-live@6.88.0-next.0
|
|
1596
|
-
- @ledgerhq/devices@8.7.0-next.0
|
|
1597
|
-
- @ledgerhq/errors@6.27.0-next.0
|
|
1598
|
-
|
|
1599
|
-
## 0.23.0
|
|
1600
|
-
|
|
1601
|
-
### Minor Changes
|
|
1602
|
-
|
|
1603
|
-
- [#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
|
|
1604
|
-
|
|
1605
|
-
- [#11906](https://github.com/LedgerHQ/ledger-live/pull/11906) [`1fe7374`](https://github.com/LedgerHQ/ledger-live/commit/1fe737459dccadf7d9ef691422916da49fa01892) Thanks [@Wozacosta](https://github.com/Wozacosta)! - Bitcoin: fix min-relay underpay and segwit sizing edge-cases.
|
|
1606
|
-
|
|
1607
|
-
### Patch Changes
|
|
1608
|
-
|
|
1609
|
-
- Updated dependencies [[`ea16f59`](https://github.com/LedgerHQ/ledger-live/commit/ea16f592e85019a1b77287a7f2b975c6fcffc74c), [`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), [`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), [`8645f01`](https://github.com/LedgerHQ/ledger-live/commit/8645f016191d29a55f6b0ca6e4b1d1909fd35445), [`1d9860c`](https://github.com/LedgerHQ/ledger-live/commit/1d9860cd1688131d391579955b40c6710b667db8), [`d2b12e7`](https://github.com/LedgerHQ/ledger-live/commit/d2b12e70bba9e772d078d1fe4d9c537b8d316a87), [`db25e21`](https://github.com/LedgerHQ/ledger-live/commit/db25e212b87dea426b153c6f1d988cead63c8c46), [`c8dbf40`](https://github.com/LedgerHQ/ledger-live/commit/c8dbf402268359e225a94782420111e786f875fa), [`cab7d97`](https://github.com/LedgerHQ/ledger-live/commit/cab7d9794e7babb8220c6d339fb08e618e3d4202)]:
|
|
1610
|
-
- @ledgerhq/cryptoassets@13.31.0
|
|
1611
|
-
- @ledgerhq/types-live@6.87.0
|
|
1612
|
-
- @ledgerhq/coin-framework@6.7.0
|
|
1613
|
-
- @ledgerhq/live-env@2.19.0
|
|
1614
|
-
- @ledgerhq/types-cryptoassets@7.29.0
|
|
1615
|
-
- @ledgerhq/live-network@2.0.20
|
|
1616
|
-
|
|
1617
|
-
## 0.23.0-next.1
|
|
1618
|
-
|
|
1619
|
-
### Patch Changes
|
|
1620
|
-
|
|
1621
|
-
- Updated dependencies [[`b88faa1`](https://github.com/LedgerHQ/ledger-live/commit/b88faa18e2f5cd309b54fc3157a44db606846cc5)]:
|
|
1622
|
-
- @ledgerhq/types-live@6.87.0-next.1
|
|
1623
|
-
- @ledgerhq/coin-framework@6.7.0-next.1
|
|
1624
|
-
- @ledgerhq/cryptoassets@13.31.0-next.1
|
|
1625
|
-
|
|
1626
|
-
## 0.23.0-next.0
|
|
1627
|
-
|
|
1628
|
-
### Minor Changes
|
|
1629
|
-
|
|
1630
|
-
- [#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
|
|
1631
|
-
|
|
1632
|
-
- [#11906](https://github.com/LedgerHQ/ledger-live/pull/11906) [`1fe7374`](https://github.com/LedgerHQ/ledger-live/commit/1fe737459dccadf7d9ef691422916da49fa01892) Thanks [@Wozacosta](https://github.com/Wozacosta)! - Bitcoin: fix min-relay underpay and segwit sizing edge-cases.
|
|
1633
|
-
|
|
1634
|
-
### Patch Changes
|
|
1635
|
-
|
|
1636
|
-
- 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), [`8645f01`](https://github.com/LedgerHQ/ledger-live/commit/8645f016191d29a55f6b0ca6e4b1d1909fd35445), [`1d9860c`](https://github.com/LedgerHQ/ledger-live/commit/1d9860cd1688131d391579955b40c6710b667db8), [`d2b12e7`](https://github.com/LedgerHQ/ledger-live/commit/d2b12e70bba9e772d078d1fe4d9c537b8d316a87), [`db25e21`](https://github.com/LedgerHQ/ledger-live/commit/db25e212b87dea426b153c6f1d988cead63c8c46), [`c8dbf40`](https://github.com/LedgerHQ/ledger-live/commit/c8dbf402268359e225a94782420111e786f875fa), [`cab7d97`](https://github.com/LedgerHQ/ledger-live/commit/cab7d9794e7babb8220c6d339fb08e618e3d4202)]:
|
|
1637
|
-
- @ledgerhq/cryptoassets@13.31.0-next.0
|
|
1638
|
-
- @ledgerhq/types-live@6.87.0-next.0
|
|
1639
|
-
- @ledgerhq/coin-framework@6.7.0-next.0
|
|
1640
|
-
- @ledgerhq/live-env@2.19.0-next.0
|
|
1641
|
-
- @ledgerhq/types-cryptoassets@7.29.0-next.0
|
|
1642
|
-
- @ledgerhq/live-network@2.0.20-next.0
|
|
1643
|
-
|
|
1644
|
-
## 0.22.2
|
|
1645
|
-
|
|
1646
|
-
### Patch Changes
|
|
1647
|
-
|
|
1648
|
-
- Updated dependencies [[`e04d493`](https://github.com/LedgerHQ/ledger-live/commit/e04d49340c65c8b4608a37bb726d21350fdd32f1), [`a37c06f`](https://github.com/LedgerHQ/ledger-live/commit/a37c06f97b061a5db0dad3632bb5c3e8f293677c), [`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), [`f015ef3`](https://github.com/LedgerHQ/ledger-live/commit/f015ef32660905d00f55a45f451f38bc12aec9ba), [`fe1abf6`](https://github.com/LedgerHQ/ledger-live/commit/fe1abf640cc1a30b2e78bf7aa4a12e983a068f2e), [`e3bcefb`](https://github.com/LedgerHQ/ledger-live/commit/e3bcefbf8a46c91388d6f936fd31d6ffcdc24756)]:
|
|
1649
|
-
- @ledgerhq/types-live@6.86.0
|
|
1650
|
-
- @ledgerhq/cryptoassets@13.30.0
|
|
1651
|
-
- @ledgerhq/types-cryptoassets@7.28.0
|
|
1652
|
-
- @ledgerhq/errors@6.26.0
|
|
1653
|
-
- @ledgerhq/live-env@2.18.0
|
|
1654
|
-
- @ledgerhq/coin-framework@6.6.0
|
|
1655
|
-
- @ledgerhq/devices@8.6.1
|
|
1656
|
-
- @ledgerhq/live-network@2.0.19
|
|
1657
|
-
|
|
1658
|
-
## 0.22.2-next.0
|
|
1659
|
-
|
|
1660
|
-
### Patch Changes
|
|
1661
|
-
|
|
1662
|
-
- Updated dependencies [[`e04d493`](https://github.com/LedgerHQ/ledger-live/commit/e04d49340c65c8b4608a37bb726d21350fdd32f1), [`a37c06f`](https://github.com/LedgerHQ/ledger-live/commit/a37c06f97b061a5db0dad3632bb5c3e8f293677c), [`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), [`f015ef3`](https://github.com/LedgerHQ/ledger-live/commit/f015ef32660905d00f55a45f451f38bc12aec9ba), [`fe1abf6`](https://github.com/LedgerHQ/ledger-live/commit/fe1abf640cc1a30b2e78bf7aa4a12e983a068f2e), [`e3bcefb`](https://github.com/LedgerHQ/ledger-live/commit/e3bcefbf8a46c91388d6f936fd31d6ffcdc24756)]:
|
|
1663
|
-
- @ledgerhq/types-live@6.86.0-next.0
|
|
1664
|
-
- @ledgerhq/cryptoassets@13.30.0-next.0
|
|
1665
|
-
- @ledgerhq/types-cryptoassets@7.28.0-next.0
|
|
1666
|
-
- @ledgerhq/errors@6.26.0-next.0
|
|
1667
|
-
- @ledgerhq/live-env@2.18.0-next.0
|
|
1668
|
-
- @ledgerhq/coin-framework@6.6.0-next.0
|
|
1669
|
-
- @ledgerhq/devices@8.6.1-next.0
|
|
1670
|
-
- @ledgerhq/live-network@2.0.19-next.0
|
|
1671
|
-
|
|
1672
|
-
## 0.22.1
|
|
1673
|
-
|
|
1674
|
-
### Patch Changes
|
|
1675
|
-
|
|
1676
|
-
- Updated dependencies [[`38a172c`](https://github.com/LedgerHQ/ledger-live/commit/38a172c23035040d077433c7f4fce60f72962ae0), [`aaa16b7`](https://github.com/LedgerHQ/ledger-live/commit/aaa16b718454dca51d59bb138ab1a638dc4b8243), [`9b8689a`](https://github.com/LedgerHQ/ledger-live/commit/9b8689ae2c44bdeccae26378e05cbf6899b83aec), [`d56bebe`](https://github.com/LedgerHQ/ledger-live/commit/d56bebe672a1ed825697b371662dbff19dcc63d8), [`c8fe586`](https://github.com/LedgerHQ/ledger-live/commit/c8fe586f1427d4d7a9fad092b51221ec8221399d), [`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), [`13ac4d7`](https://github.com/LedgerHQ/ledger-live/commit/13ac4d7ed05f0fc448cc0a013688c917cb73e0f5), [`ed4c073`](https://github.com/LedgerHQ/ledger-live/commit/ed4c073b304d85355cf510551bcb225de4a3391c)]:
|
|
1677
|
-
- @ledgerhq/devices@8.6.0
|
|
1678
|
-
- @ledgerhq/live-env@2.17.0
|
|
1679
|
-
- @ledgerhq/types-live@6.85.0
|
|
1680
|
-
- @ledgerhq/types-cryptoassets@7.27.0
|
|
1681
|
-
- @ledgerhq/cryptoassets@13.29.0
|
|
1682
|
-
- @ledgerhq/coin-framework@6.5.0
|
|
1683
|
-
- @ledgerhq/live-network@2.0.18
|
|
1684
|
-
|
|
1685
|
-
## 0.22.1-next.0
|
|
1686
|
-
|
|
1687
|
-
### Patch Changes
|
|
1688
|
-
|
|
1689
|
-
- Updated dependencies [[`38a172c`](https://github.com/LedgerHQ/ledger-live/commit/38a172c23035040d077433c7f4fce60f72962ae0), [`aaa16b7`](https://github.com/LedgerHQ/ledger-live/commit/aaa16b718454dca51d59bb138ab1a638dc4b8243), [`9b8689a`](https://github.com/LedgerHQ/ledger-live/commit/9b8689ae2c44bdeccae26378e05cbf6899b83aec), [`d56bebe`](https://github.com/LedgerHQ/ledger-live/commit/d56bebe672a1ed825697b371662dbff19dcc63d8), [`c8fe586`](https://github.com/LedgerHQ/ledger-live/commit/c8fe586f1427d4d7a9fad092b51221ec8221399d), [`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), [`13ac4d7`](https://github.com/LedgerHQ/ledger-live/commit/13ac4d7ed05f0fc448cc0a013688c917cb73e0f5), [`ed4c073`](https://github.com/LedgerHQ/ledger-live/commit/ed4c073b304d85355cf510551bcb225de4a3391c)]:
|
|
1690
|
-
- @ledgerhq/devices@8.6.0-next.0
|
|
1691
|
-
- @ledgerhq/live-env@2.17.0-next.0
|
|
1692
|
-
- @ledgerhq/types-live@6.85.0-next.0
|
|
1693
|
-
- @ledgerhq/types-cryptoassets@7.27.0-next.0
|
|
1694
|
-
- @ledgerhq/cryptoassets@13.29.0-next.0
|
|
1695
|
-
- @ledgerhq/coin-framework@6.5.0-next.0
|
|
1696
|
-
- @ledgerhq/live-network@2.0.18-next.0
|
|
1697
|
-
|
|
1698
|
-
## 0.22.0
|
|
1699
|
-
|
|
1700
|
-
### Minor Changes
|
|
1701
|
-
|
|
1702
|
-
- [#11503](https://github.com/LedgerHQ/ledger-live/pull/11503) [`0051b62`](https://github.com/LedgerHQ/ledger-live/commit/0051b62ca8f7ddddc0bdc316a8734362aacfbb58) Thanks [@gre-ledger](https://github.com/gre-ledger)! - use @noble/curves instead of secp256k1
|
|
1703
|
-
|
|
1704
|
-
### Patch Changes
|
|
1705
|
-
|
|
1706
|
-
- 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), [`228ed30`](https://github.com/LedgerHQ/ledger-live/commit/228ed3030601644e807e85a1693276b788b5cd2a), [`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), [`80a109a`](https://github.com/LedgerHQ/ledger-live/commit/80a109a5f8ecdbb22cf6fb3ec084398a7e54dcfb), [`3489203`](https://github.com/LedgerHQ/ledger-live/commit/34892030dcfbd1a19a0eb0a8fcae9f8f01d3d2a9), [`b27c96c`](https://github.com/LedgerHQ/ledger-live/commit/b27c96ccbcefb1982a40688a8385209eac99165a)]:
|
|
1707
|
-
- @ledgerhq/coin-framework@6.4.0
|
|
1708
|
-
- @ledgerhq/cryptoassets@13.28.0
|
|
1709
|
-
- @ledgerhq/types-live@6.84.0
|
|
1710
|
-
- @ledgerhq/live-env@2.16.0
|
|
1711
|
-
- @ledgerhq/live-network@2.0.17
|
|
1712
|
-
|
|
1713
|
-
## 0.22.0-next.0
|
|
1714
|
-
|
|
1715
|
-
### Minor Changes
|
|
1716
|
-
|
|
1717
|
-
- [#11503](https://github.com/LedgerHQ/ledger-live/pull/11503) [`0051b62`](https://github.com/LedgerHQ/ledger-live/commit/0051b62ca8f7ddddc0bdc316a8734362aacfbb58) Thanks [@gre-ledger](https://github.com/gre-ledger)! - use @noble/curves instead of secp256k1
|
|
1718
|
-
|
|
1719
|
-
### Patch Changes
|
|
1720
|
-
|
|
1721
|
-
- 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), [`228ed30`](https://github.com/LedgerHQ/ledger-live/commit/228ed3030601644e807e85a1693276b788b5cd2a), [`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), [`80a109a`](https://github.com/LedgerHQ/ledger-live/commit/80a109a5f8ecdbb22cf6fb3ec084398a7e54dcfb), [`3489203`](https://github.com/LedgerHQ/ledger-live/commit/34892030dcfbd1a19a0eb0a8fcae9f8f01d3d2a9), [`b27c96c`](https://github.com/LedgerHQ/ledger-live/commit/b27c96ccbcefb1982a40688a8385209eac99165a)]:
|
|
1722
|
-
- @ledgerhq/coin-framework@6.4.0-next.0
|
|
1723
|
-
- @ledgerhq/cryptoassets@13.28.0-next.0
|
|
1724
|
-
- @ledgerhq/types-live@6.84.0-next.0
|
|
1725
|
-
- @ledgerhq/live-env@2.16.0-next.0
|
|
1726
|
-
- @ledgerhq/live-network@2.0.17-next.0
|
|
1727
|
-
|
|
1728
|
-
## 0.21.0
|
|
1729
|
-
|
|
1730
|
-
### Minor Changes
|
|
1731
|
-
|
|
1732
|
-
- [#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
|
|
1733
|
-
|
|
1734
|
-
- [#11313](https://github.com/LedgerHQ/ledger-live/pull/11313) [`d6a6a94`](https://github.com/LedgerHQ/ledger-live/commit/d6a6a949d45fdd2f97f15842c808bf6d1058403f) Thanks [@Moustafa-Koterba](https://github.com/Moustafa-Koterba)! - Update EVM createBridge function signature for CAL lazy loading
|
|
1735
|
-
|
|
1736
|
-
### Patch Changes
|
|
1737
|
-
|
|
1738
|
-
- 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), [`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), [`0356d19`](https://github.com/LedgerHQ/ledger-live/commit/0356d1904dbb5e856970fa7e7ebb206eed7b4c5d), [`516176d`](https://github.com/LedgerHQ/ledger-live/commit/516176d18c7f53961799e92e8804c4a756684266)]:
|
|
1739
|
-
- @ledgerhq/types-cryptoassets@7.26.0
|
|
1740
|
-
- @ledgerhq/cryptoassets@13.27.0
|
|
1741
|
-
- @ledgerhq/coin-framework@6.3.0
|
|
1742
|
-
- @ledgerhq/live-env@2.15.0
|
|
1743
|
-
- @ledgerhq/types-live@6.83.0
|
|
1744
|
-
- @ledgerhq/errors@6.25.0
|
|
1745
|
-
- @ledgerhq/live-network@2.0.16
|
|
1746
|
-
- @ledgerhq/devices@8.5.1
|
|
1747
|
-
|
|
1748
|
-
## 0.21.0-next.0
|
|
1749
|
-
|
|
1750
|
-
### Minor Changes
|
|
1751
|
-
|
|
1752
|
-
- [#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
|
|
1753
|
-
|
|
1754
|
-
- [#11313](https://github.com/LedgerHQ/ledger-live/pull/11313) [`d6a6a94`](https://github.com/LedgerHQ/ledger-live/commit/d6a6a949d45fdd2f97f15842c808bf6d1058403f) Thanks [@Moustafa-Koterba](https://github.com/Moustafa-Koterba)! - Update EVM createBridge function signature for CAL lazy loading
|
|
1755
|
-
|
|
1756
|
-
### Patch Changes
|
|
1757
|
-
|
|
1758
|
-
- 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), [`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), [`0356d19`](https://github.com/LedgerHQ/ledger-live/commit/0356d1904dbb5e856970fa7e7ebb206eed7b4c5d), [`516176d`](https://github.com/LedgerHQ/ledger-live/commit/516176d18c7f53961799e92e8804c4a756684266)]:
|
|
1759
|
-
- @ledgerhq/types-cryptoassets@7.26.0-next.0
|
|
1760
|
-
- @ledgerhq/cryptoassets@13.27.0-next.0
|
|
1761
|
-
- @ledgerhq/coin-framework@6.3.0-next.0
|
|
1762
|
-
- @ledgerhq/live-env@2.15.0-next.0
|
|
1763
|
-
- @ledgerhq/types-live@6.83.0-next.0
|
|
1764
|
-
- @ledgerhq/errors@6.25.0-next.0
|
|
1765
|
-
- @ledgerhq/live-network@2.0.16-next.0
|
|
1766
|
-
- @ledgerhq/devices@8.5.1-next.0
|
|
1767
|
-
|
|
1768
|
-
## 0.20.2
|
|
1769
|
-
|
|
1770
|
-
### Patch Changes
|
|
1771
|
-
|
|
1772
|
-
- 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), [`31dceca`](https://github.com/LedgerHQ/ledger-live/commit/31dcecad24abdaa8a77208e82532c47728c11180)]:
|
|
1773
|
-
- @ledgerhq/cryptoassets@13.26.0
|
|
1774
|
-
- @ledgerhq/coin-framework@6.2.0
|
|
1775
|
-
- @ledgerhq/types-live@6.82.0
|
|
1776
|
-
|
|
1777
|
-
## 0.20.2-next.0
|
|
1778
|
-
|
|
1779
|
-
### Patch Changes
|
|
1780
|
-
|
|
1781
|
-
- 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), [`31dceca`](https://github.com/LedgerHQ/ledger-live/commit/31dcecad24abdaa8a77208e82532c47728c11180)]:
|
|
1782
|
-
- @ledgerhq/cryptoassets@13.26.0-next.0
|
|
1783
|
-
- @ledgerhq/coin-framework@6.2.0-next.0
|
|
1784
|
-
- @ledgerhq/types-live@6.82.0-next.0
|
|
1785
|
-
|
|
1786
|
-
## 0.20.1
|
|
1787
|
-
|
|
1788
|
-
### Patch Changes
|
|
1789
|
-
|
|
1790
|
-
- 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)]:
|
|
1791
|
-
- @ledgerhq/live-env@2.14.0
|
|
1792
|
-
- @ledgerhq/cryptoassets@13.25.0
|
|
1793
|
-
- @ledgerhq/errors@6.24.0
|
|
1794
|
-
- @ledgerhq/coin-framework@6.1.0
|
|
1795
|
-
- @ledgerhq/types-live@6.81.0
|
|
1796
|
-
- @ledgerhq/devices@8.5.0
|
|
1797
|
-
- @ledgerhq/live-network@2.0.15
|
|
1798
|
-
|
|
1799
|
-
## 0.20.1-next.0
|
|
1800
|
-
|
|
1801
|
-
### Patch Changes
|
|
1802
|
-
|
|
1803
|
-
- 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)]:
|
|
1804
|
-
- @ledgerhq/live-env@2.14.0-next.0
|
|
1805
|
-
- @ledgerhq/cryptoassets@13.25.0-next.0
|
|
1806
|
-
- @ledgerhq/errors@6.24.0-next.0
|
|
1807
|
-
- @ledgerhq/coin-framework@6.1.0-next.0
|
|
1808
|
-
- @ledgerhq/types-live@6.81.0-next.0
|
|
1809
|
-
- @ledgerhq/devices@8.5.0-next.0
|
|
1810
|
-
- @ledgerhq/live-network@2.0.15-next.0
|
|
1811
|
-
|
|
1812
|
-
## 0.20.0
|
|
1813
|
-
|
|
1814
|
-
### Minor Changes
|
|
1815
|
-
|
|
1816
|
-
- [#11027](https://github.com/LedgerHQ/ledger-live/pull/11027) [`9c63d6b`](https://github.com/LedgerHQ/ledger-live/commit/9c63d6b8d5fb629a19514ec36396c35eeefb96aa) Thanks [@Moustafa-Koterba](https://github.com/Moustafa-Koterba)! - Replace CoinFmk cryptoassets lib calls
|
|
1817
|
-
|
|
1818
|
-
### Patch Changes
|
|
1819
|
-
|
|
1820
|
-
- 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)]:
|
|
1821
|
-
- @ledgerhq/cryptoassets@13.24.0
|
|
1822
|
-
- @ledgerhq/types-cryptoassets@7.25.0
|
|
1823
|
-
- @ledgerhq/types-live@6.80.0
|
|
1824
|
-
- @ledgerhq/coin-framework@6.0.0
|
|
1825
|
-
- @ledgerhq/live-env@2.13.0
|
|
1826
|
-
- @ledgerhq/live-network@2.0.14
|
|
1827
|
-
|
|
1828
|
-
## 0.20.0-next.0
|
|
1829
|
-
|
|
1830
|
-
### Minor Changes
|
|
1831
|
-
|
|
1832
|
-
- [#11027](https://github.com/LedgerHQ/ledger-live/pull/11027) [`9c63d6b`](https://github.com/LedgerHQ/ledger-live/commit/9c63d6b8d5fb629a19514ec36396c35eeefb96aa) Thanks [@Moustafa-Koterba](https://github.com/Moustafa-Koterba)! - Replace CoinFmk cryptoassets lib calls
|
|
1833
|
-
|
|
1834
|
-
### Patch Changes
|
|
1835
|
-
|
|
1836
|
-
- 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)]:
|
|
1837
|
-
- @ledgerhq/cryptoassets@13.24.0-next.0
|
|
1838
|
-
- @ledgerhq/types-cryptoassets@7.25.0-next.0
|
|
1839
|
-
- @ledgerhq/types-live@6.80.0-next.0
|
|
1840
|
-
- @ledgerhq/coin-framework@6.0.0-next.0
|
|
1841
|
-
- @ledgerhq/live-env@2.13.0-next.0
|
|
1842
|
-
- @ledgerhq/live-network@2.0.14-next.0
|
|
1843
|
-
|
|
1844
|
-
## 0.19.0
|
|
1845
|
-
|
|
1846
|
-
### Minor Changes
|
|
1847
|
-
|
|
1848
|
-
- [#11020](https://github.com/LedgerHQ/ledger-live/pull/11020) [`6ff7f97`](https://github.com/LedgerHQ/ledger-live/commit/6ff7f9750c4cfdf7706ddcdfb16ed6dc78172fb6) Thanks [@Wozacosta](https://github.com/Wozacosta)! - fix: utxo cleanup logic more robust when handling txs with multiple utxos with different addresses
|
|
1849
|
-
|
|
1850
|
-
### Patch Changes
|
|
1851
|
-
|
|
1852
|
-
- Updated dependencies [[`4eee376`](https://github.com/LedgerHQ/ledger-live/commit/4eee3767b513dfb58a156cf2ce8086e31a7d55bf), [`72c2a6c`](https://github.com/LedgerHQ/ledger-live/commit/72c2a6c91cfee66fac3505774ba16049fba1c0cf), [`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), [`d5f6793`](https://github.com/LedgerHQ/ledger-live/commit/d5f6793c6ae52178e93a19efc75931994bf930a8), [`132af3d`](https://github.com/LedgerHQ/ledger-live/commit/132af3db5863fb6e54587dd53d4db7b0ec19259e)]:
|
|
1853
|
-
- @ledgerhq/types-live@6.79.0
|
|
1854
|
-
- @ledgerhq/cryptoassets@13.23.0
|
|
1855
|
-
- @ledgerhq/types-cryptoassets@7.24.0
|
|
1856
|
-
- @ledgerhq/coin-framework@5.8.0
|
|
1857
|
-
|
|
1858
|
-
## 0.19.0-next.1
|
|
1859
|
-
|
|
1860
|
-
### Patch Changes
|
|
1861
|
-
|
|
1862
|
-
- Updated dependencies [[`8423a9f`](https://github.com/LedgerHQ/ledger-live/commit/8423a9fbba0d54d18ff35c0519a82829fc8042e0)]:
|
|
1863
|
-
- @ledgerhq/types-live@6.79.0-next.1
|
|
1864
|
-
- @ledgerhq/coin-framework@5.8.0-next.1
|
|
1865
|
-
|
|
1866
|
-
## 0.19.0-next.0
|
|
1867
|
-
|
|
1868
|
-
### Minor Changes
|
|
1869
|
-
|
|
1870
|
-
- [#11020](https://github.com/LedgerHQ/ledger-live/pull/11020) [`6ff7f97`](https://github.com/LedgerHQ/ledger-live/commit/6ff7f9750c4cfdf7706ddcdfb16ed6dc78172fb6) Thanks [@Wozacosta](https://github.com/Wozacosta)! - fix: utxo cleanup logic more robust when handling txs with multiple utxos with different addresses
|
|
1871
|
-
|
|
1872
|
-
### Patch Changes
|
|
1873
|
-
|
|
1874
|
-
- Updated dependencies [[`4eee376`](https://github.com/LedgerHQ/ledger-live/commit/4eee3767b513dfb58a156cf2ce8086e31a7d55bf), [`72c2a6c`](https://github.com/LedgerHQ/ledger-live/commit/72c2a6c91cfee66fac3505774ba16049fba1c0cf), [`6312f3a`](https://github.com/LedgerHQ/ledger-live/commit/6312f3a039e3018dfd78d231fa91ecf8fc82a118), [`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)]:
|
|
1875
|
-
- @ledgerhq/types-live@6.79.0-next.0
|
|
1876
|
-
- @ledgerhq/cryptoassets@13.23.0-next.0
|
|
1877
|
-
- @ledgerhq/types-cryptoassets@7.24.0-next.0
|
|
1878
|
-
- @ledgerhq/coin-framework@5.8.0-next.0
|
|
1879
|
-
|
|
1880
|
-
## 0.18.0
|
|
1881
|
-
|
|
1882
|
-
### Minor Changes
|
|
1883
|
-
|
|
1884
|
-
- [#11034](https://github.com/LedgerHQ/ledger-live/pull/11034) [`08461e7`](https://github.com/LedgerHQ/ledger-live/commit/08461e7d8dee96c538b68a1effb04a16a6b29afc) Thanks [@Wozacosta](https://github.com/Wozacosta)! - fix: utxo cleanup logic more robust when handling txs with multiple utxos with different addresses
|
|
1885
|
-
|
|
1886
|
-
- [#10859](https://github.com/LedgerHQ/ledger-live/pull/10859) [`63cdeb1`](https://github.com/LedgerHQ/ledger-live/commit/63cdeb1ea20fe0c16b623546ce00f3fe26b7ec80) Thanks [@Moustafa-Koterba](https://github.com/Moustafa-Koterba)! - Add unit tests to Bitcoin and Cardano getTransactionStatus function
|
|
1887
|
-
|
|
1888
|
-
### Patch Changes
|
|
1889
|
-
|
|
1890
|
-
- 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), [`0e32a4e`](https://github.com/LedgerHQ/ledger-live/commit/0e32a4e5482ad2d3002483632770a2d7981b7a5a), [`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)]:
|
|
1891
|
-
- @ledgerhq/live-env@2.12.0
|
|
1892
|
-
- @ledgerhq/cryptoassets@13.22.0
|
|
1893
|
-
- @ledgerhq/coin-framework@5.7.0
|
|
1894
|
-
- @ledgerhq/types-live@6.78.0
|
|
1895
|
-
- @ledgerhq/errors@6.23.0
|
|
1896
|
-
- @ledgerhq/live-network@2.0.13
|
|
1897
|
-
- @ledgerhq/devices@8.4.8
|
|
1898
|
-
|
|
1899
|
-
## 0.18.0-next.1
|
|
1900
|
-
|
|
1901
|
-
### Minor Changes
|
|
1902
|
-
|
|
1903
|
-
- [#11034](https://github.com/LedgerHQ/ledger-live/pull/11034) [`08461e7`](https://github.com/LedgerHQ/ledger-live/commit/08461e7d8dee96c538b68a1effb04a16a6b29afc) Thanks [@Wozacosta](https://github.com/Wozacosta)! - fix: utxo cleanup logic more robust when handling txs with multiple utxos with different addresses
|
|
1904
|
-
|
|
1905
|
-
## 0.18.0-next.0
|
|
1906
|
-
|
|
1907
|
-
### Minor Changes
|
|
1908
|
-
|
|
1909
|
-
- [#10859](https://github.com/LedgerHQ/ledger-live/pull/10859) [`63cdeb1`](https://github.com/LedgerHQ/ledger-live/commit/63cdeb1ea20fe0c16b623546ce00f3fe26b7ec80) Thanks [@Moustafa-Koterba](https://github.com/Moustafa-Koterba)! - Add unit tests to Bitcoin and Cardano getTransactionStatus function
|
|
1910
|
-
|
|
1911
|
-
### Patch Changes
|
|
1912
|
-
|
|
1913
|
-
- 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), [`0e32a4e`](https://github.com/LedgerHQ/ledger-live/commit/0e32a4e5482ad2d3002483632770a2d7981b7a5a), [`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)]:
|
|
1914
|
-
- @ledgerhq/live-env@2.12.0-next.0
|
|
1915
|
-
- @ledgerhq/cryptoassets@13.22.0-next.0
|
|
1916
|
-
- @ledgerhq/coin-framework@5.7.0-next.0
|
|
1917
|
-
- @ledgerhq/types-live@6.78.0-next.0
|
|
1918
|
-
- @ledgerhq/errors@6.23.0-next.0
|
|
1919
|
-
- @ledgerhq/live-network@2.0.13-next.0
|
|
1920
|
-
- @ledgerhq/devices@8.4.8-next.0
|
|
1921
|
-
|
|
1922
|
-
## 0.17.0
|
|
1923
|
-
|
|
1924
|
-
### Minor Changes
|
|
1925
|
-
|
|
1926
|
-
- [#10365](https://github.com/LedgerHQ/ledger-live/pull/10365) [`90b023d`](https://github.com/LedgerHQ/ledger-live/commit/90b023d9a6db34fef865abf96ab31a5e0bcef42a) Thanks [@Moustafa-Koterba](https://github.com/Moustafa-Koterba)! - add sanctioned address check on get transaction status definition
|
|
1927
|
-
|
|
1928
|
-
### Patch Changes
|
|
1929
|
-
|
|
1930
|
-
- Updated dependencies [[`d053a79`](https://github.com/LedgerHQ/ledger-live/commit/d053a7969ac7976ea6d10955c3cfa47621be1b32), [`90b023d`](https://github.com/LedgerHQ/ledger-live/commit/90b023d9a6db34fef865abf96ab31a5e0bcef42a), [`2f38d03`](https://github.com/LedgerHQ/ledger-live/commit/2f38d032ec8e8481e4ff3b37f33aa4eb3872b542), [`0232f73`](https://github.com/LedgerHQ/ledger-live/commit/0232f73efa73eb3a16c306f25dd110e12b9c1fb7)]:
|
|
1931
|
-
- @ledgerhq/types-live@6.77.0
|
|
1932
|
-
- @ledgerhq/coin-framework@5.6.0
|
|
1933
|
-
|
|
1934
|
-
## 0.17.0-next.0
|
|
1935
|
-
|
|
1936
|
-
### Minor Changes
|
|
1937
|
-
|
|
1938
|
-
- [#10365](https://github.com/LedgerHQ/ledger-live/pull/10365) [`90b023d`](https://github.com/LedgerHQ/ledger-live/commit/90b023d9a6db34fef865abf96ab31a5e0bcef42a) Thanks [@Moustafa-Koterba](https://github.com/Moustafa-Koterba)! - add sanctioned address check on get transaction status definition
|
|
1939
|
-
|
|
1940
|
-
### Patch Changes
|
|
1941
|
-
|
|
1942
|
-
- Updated dependencies [[`d053a79`](https://github.com/LedgerHQ/ledger-live/commit/d053a7969ac7976ea6d10955c3cfa47621be1b32), [`90b023d`](https://github.com/LedgerHQ/ledger-live/commit/90b023d9a6db34fef865abf96ab31a5e0bcef42a), [`2f38d03`](https://github.com/LedgerHQ/ledger-live/commit/2f38d032ec8e8481e4ff3b37f33aa4eb3872b542), [`0232f73`](https://github.com/LedgerHQ/ledger-live/commit/0232f73efa73eb3a16c306f25dd110e12b9c1fb7)]:
|
|
1943
|
-
- @ledgerhq/types-live@6.77.0-next.0
|
|
1944
|
-
- @ledgerhq/coin-framework@5.6.0-next.0
|
|
1945
|
-
|
|
1946
|
-
## 0.16.3
|
|
1947
|
-
|
|
1948
|
-
### Patch Changes
|
|
1949
|
-
|
|
1950
|
-
- Updated dependencies [[`c6005ce`](https://github.com/LedgerHQ/ledger-live/commit/c6005ce8545acb596c2ff7770a0df848378ee83b), [`264316c`](https://github.com/LedgerHQ/ledger-live/commit/264316c9524f13b760460c2f1a2bc822767cff95), [`c3c2069`](https://github.com/LedgerHQ/ledger-live/commit/c3c2069976c43ebca2bce7896036efd071a22814), [`264316c`](https://github.com/LedgerHQ/ledger-live/commit/264316c9524f13b760460c2f1a2bc822767cff95), [`9d646eb`](https://github.com/LedgerHQ/ledger-live/commit/9d646eb6ca28b41af950b264c7d799a7ad536207)]:
|
|
1951
|
-
- @ledgerhq/cryptoassets@13.21.0
|
|
1952
|
-
- @ledgerhq/types-live@6.76.0
|
|
1953
|
-
- @ledgerhq/coin-framework@5.5.0
|
|
1954
|
-
|
|
1955
|
-
## 0.16.3-next.0
|
|
1956
|
-
|
|
1957
|
-
### Patch Changes
|
|
1958
|
-
|
|
1959
|
-
- Updated dependencies [[`c6005ce`](https://github.com/LedgerHQ/ledger-live/commit/c6005ce8545acb596c2ff7770a0df848378ee83b), [`264316c`](https://github.com/LedgerHQ/ledger-live/commit/264316c9524f13b760460c2f1a2bc822767cff95), [`c3c2069`](https://github.com/LedgerHQ/ledger-live/commit/c3c2069976c43ebca2bce7896036efd071a22814), [`264316c`](https://github.com/LedgerHQ/ledger-live/commit/264316c9524f13b760460c2f1a2bc822767cff95), [`9d646eb`](https://github.com/LedgerHQ/ledger-live/commit/9d646eb6ca28b41af950b264c7d799a7ad536207)]:
|
|
1960
|
-
- @ledgerhq/cryptoassets@13.21.0-next.0
|
|
1961
|
-
- @ledgerhq/types-live@6.76.0-next.0
|
|
1962
|
-
- @ledgerhq/coin-framework@5.5.0-next.0
|
|
1963
|
-
|
|
1964
|
-
## 0.16.2
|
|
1965
|
-
|
|
1966
|
-
### Patch Changes
|
|
1967
|
-
|
|
1968
|
-
- Updated dependencies [[`2274597`](https://github.com/LedgerHQ/ledger-live/commit/227459709ec157b7e49db4e75c52525e15acd8d2), [`7a1b8c8`](https://github.com/LedgerHQ/ledger-live/commit/7a1b8c8e59383efb02676cfe647c5889a31372bc), [`95bcad3`](https://github.com/LedgerHQ/ledger-live/commit/95bcad3cc17aa7b4139a8ae3b08ecfb15a2fbcdc), [`5735489`](https://github.com/LedgerHQ/ledger-live/commit/5735489ddcee66110fc0cccc6bdd696876b8be4d)]:
|
|
1969
|
-
- @ledgerhq/types-live@6.75.0
|
|
1970
|
-
- @ledgerhq/cryptoassets@13.20.0
|
|
1971
|
-
- @ledgerhq/live-env@2.11.0
|
|
1972
|
-
- @ledgerhq/coin-framework@5.4.1
|
|
1973
|
-
- @ledgerhq/live-network@2.0.12
|
|
1974
|
-
|
|
1975
|
-
## 0.16.2-next.0
|
|
1976
|
-
|
|
1977
|
-
### Patch Changes
|
|
1978
|
-
|
|
1979
|
-
- Updated dependencies [[`2274597`](https://github.com/LedgerHQ/ledger-live/commit/227459709ec157b7e49db4e75c52525e15acd8d2), [`7a1b8c8`](https://github.com/LedgerHQ/ledger-live/commit/7a1b8c8e59383efb02676cfe647c5889a31372bc), [`95bcad3`](https://github.com/LedgerHQ/ledger-live/commit/95bcad3cc17aa7b4139a8ae3b08ecfb15a2fbcdc), [`5735489`](https://github.com/LedgerHQ/ledger-live/commit/5735489ddcee66110fc0cccc6bdd696876b8be4d)]:
|
|
1980
|
-
- @ledgerhq/types-live@6.75.0-next.0
|
|
1981
|
-
- @ledgerhq/cryptoassets@13.20.0-next.0
|
|
1982
|
-
- @ledgerhq/live-env@2.11.0-next.0
|
|
1983
|
-
- @ledgerhq/coin-framework@5.4.1-next.0
|
|
1984
|
-
- @ledgerhq/live-network@2.0.12-next.0
|
|
1985
|
-
|
|
1986
|
-
## 0.16.1
|
|
1987
|
-
|
|
1988
|
-
### Patch Changes
|
|
1989
|
-
|
|
1990
|
-
- 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), [`4d9aaf5`](https://github.com/LedgerHQ/ledger-live/commit/4d9aaf583060a22cd1343b23d9b5c1ee3c02abb4), [`5739a67`](https://github.com/LedgerHQ/ledger-live/commit/5739a67975dfc2509d5abd4ff13ea36af010f93e), [`e9739d1`](https://github.com/LedgerHQ/ledger-live/commit/e9739d19946376dd7a8a5f10471594f267f3a95f)]:
|
|
1991
|
-
- @ledgerhq/types-live@6.74.0
|
|
1992
|
-
- @ledgerhq/errors@6.22.0
|
|
1993
|
-
- @ledgerhq/coin-framework@5.4.0
|
|
1994
|
-
- @ledgerhq/cryptoassets@13.19.0
|
|
1995
|
-
- @ledgerhq/devices@8.4.7
|
|
1996
|
-
- @ledgerhq/live-network@2.0.11
|
|
1997
|
-
|
|
1998
|
-
## 0.16.1-next.0
|
|
1999
|
-
|
|
2000
|
-
### Patch Changes
|
|
2001
|
-
|
|
2002
|
-
- 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), [`4d9aaf5`](https://github.com/LedgerHQ/ledger-live/commit/4d9aaf583060a22cd1343b23d9b5c1ee3c02abb4), [`5739a67`](https://github.com/LedgerHQ/ledger-live/commit/5739a67975dfc2509d5abd4ff13ea36af010f93e), [`e9739d1`](https://github.com/LedgerHQ/ledger-live/commit/e9739d19946376dd7a8a5f10471594f267f3a95f)]:
|
|
2003
|
-
- @ledgerhq/types-live@6.74.0-next.0
|
|
2004
|
-
- @ledgerhq/errors@6.22.0-next.0
|
|
2005
|
-
- @ledgerhq/coin-framework@5.4.0-next.0
|
|
2006
|
-
- @ledgerhq/cryptoassets@13.19.0-next.0
|
|
2007
|
-
- @ledgerhq/devices@8.4.7-next.0
|
|
2008
|
-
- @ledgerhq/live-network@2.0.11-next.0
|
|
2009
|
-
|
|
2010
|
-
## 0.16.0
|
|
2011
|
-
|
|
2012
|
-
### Minor Changes
|
|
2013
|
-
|
|
2014
|
-
- [#10171](https://github.com/LedgerHQ/ledger-live/pull/10171) [`1535307`](https://github.com/LedgerHQ/ledger-live/commit/1535307f78d345d7f652ac2c91c8a67e62fedef2) Thanks [@Wozacosta](https://github.com/Wozacosta)! - fix: ensure btc transactionSequenceNumber is preserved when input sequence is 0 (previously resulted in undefined)
|
|
2015
|
-
|
|
2016
|
-
### Patch Changes
|
|
2017
|
-
|
|
2018
|
-
- 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), [`b7d3d59`](https://github.com/LedgerHQ/ledger-live/commit/b7d3d59d299c3d3541d598536651b9047fda4526), [`e04d215`](https://github.com/LedgerHQ/ledger-live/commit/e04d21576919fa21cb3ab6e1c4e8e50fb6c17eca), [`1535307`](https://github.com/LedgerHQ/ledger-live/commit/1535307f78d345d7f652ac2c91c8a67e62fedef2)]:
|
|
2019
|
-
- @ledgerhq/live-env@2.10.0
|
|
2020
|
-
- @ledgerhq/coin-framework@5.3.0
|
|
2021
|
-
- @ledgerhq/types-live@6.73.0
|
|
2022
|
-
- @ledgerhq/cryptoassets@13.18.1
|
|
2023
|
-
- @ledgerhq/live-network@2.0.10
|
|
2024
|
-
|
|
2025
|
-
## 0.16.0-next.1
|
|
2026
|
-
|
|
2027
|
-
### Patch Changes
|
|
2028
|
-
|
|
2029
|
-
- Updated dependencies [[`99385c9`](https://github.com/LedgerHQ/ledger-live/commit/99385c9a7ecac9328ffa29c039e8c0cf2317c431)]:
|
|
2030
|
-
- @ledgerhq/coin-framework@5.3.0-next.1
|
|
2031
|
-
|
|
2032
|
-
## 0.16.0-next.0
|
|
2033
|
-
|
|
2034
|
-
### Minor Changes
|
|
2035
|
-
|
|
2036
|
-
- [#10171](https://github.com/LedgerHQ/ledger-live/pull/10171) [`1535307`](https://github.com/LedgerHQ/ledger-live/commit/1535307f78d345d7f652ac2c91c8a67e62fedef2) Thanks [@Wozacosta](https://github.com/Wozacosta)! - fix: ensure btc transactionSequenceNumber is preserved when input sequence is 0 (previously resulted in undefined)
|
|
2037
|
-
|
|
2038
|
-
### Patch Changes
|
|
2039
|
-
|
|
2040
|
-
- Updated dependencies [[`8551c28`](https://github.com/LedgerHQ/ledger-live/commit/8551c280f24f7bd4475c6cc12f1b1d92636d9357), [`18bc0d4`](https://github.com/LedgerHQ/ledger-live/commit/18bc0d4a27696491400df6ce26b915a88b56792f), [`b7d3d59`](https://github.com/LedgerHQ/ledger-live/commit/b7d3d59d299c3d3541d598536651b9047fda4526), [`e04d215`](https://github.com/LedgerHQ/ledger-live/commit/e04d21576919fa21cb3ab6e1c4e8e50fb6c17eca), [`1535307`](https://github.com/LedgerHQ/ledger-live/commit/1535307f78d345d7f652ac2c91c8a67e62fedef2)]:
|
|
2041
|
-
- @ledgerhq/live-env@2.10.0-next.0
|
|
2042
|
-
- @ledgerhq/coin-framework@5.3.0-next.0
|
|
2043
|
-
- @ledgerhq/types-live@6.73.0-next.0
|
|
2044
|
-
- @ledgerhq/cryptoassets@13.18.1-next.0
|
|
2045
|
-
- @ledgerhq/live-network@2.0.10-next.0
|
|
2046
|
-
|
|
2047
|
-
## 0.15.8
|
|
2048
|
-
|
|
2049
|
-
### Patch Changes
|
|
2050
|
-
|
|
2051
|
-
- 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)]:
|
|
2052
|
-
- @ledgerhq/types-live@6.72.0
|
|
2053
|
-
- @ledgerhq/coin-framework@5.2.0
|
|
2054
|
-
- @ledgerhq/logs@6.13.0
|
|
2055
|
-
- @ledgerhq/devices@8.4.6
|
|
2056
|
-
- @ledgerhq/live-network@2.0.9
|
|
2057
|
-
|
|
2058
|
-
## 0.15.8-next.2
|
|
2059
|
-
|
|
2060
|
-
### Patch Changes
|
|
2061
|
-
|
|
2062
|
-
- Updated dependencies [[`ebbbd47`](https://github.com/LedgerHQ/ledger-live/commit/ebbbd47efe76d82047a956cb5849be5831f58772)]:
|
|
2063
|
-
- @ledgerhq/logs@6.13.0-next.1
|
|
2064
|
-
- @ledgerhq/coin-framework@5.2.0-next.2
|
|
2065
|
-
- @ledgerhq/devices@8.4.6-next.1
|
|
2066
|
-
- @ledgerhq/live-network@2.0.9-next.1
|
|
2067
|
-
|
|
2068
|
-
## 0.15.8-next.1
|
|
2069
|
-
|
|
2070
|
-
### Patch Changes
|
|
2071
|
-
|
|
2072
|
-
- Updated dependencies [[`f29e4ba`](https://github.com/LedgerHQ/ledger-live/commit/f29e4bae00a4bf470a0c1ca143e505b731543f95)]:
|
|
2073
|
-
- @ledgerhq/logs@6.13.0-next.0
|
|
2074
|
-
- @ledgerhq/coin-framework@5.2.0-next.1
|
|
2075
|
-
- @ledgerhq/devices@8.4.6-next.0
|
|
2076
|
-
- @ledgerhq/live-network@2.0.9-next.0
|
|
2077
|
-
|
|
2078
|
-
## 0.15.8-next.0
|
|
2079
|
-
|
|
2080
|
-
### Patch Changes
|
|
2081
|
-
|
|
2082
|
-
- 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)]:
|
|
2083
|
-
- @ledgerhq/types-live@6.72.0-next.0
|
|
2084
|
-
- @ledgerhq/coin-framework@5.2.0-next.0
|
|
2085
|
-
|
|
2086
|
-
## 0.15.7
|
|
2087
|
-
|
|
2088
|
-
### Patch Changes
|
|
2089
|
-
|
|
2090
|
-
- 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)]:
|
|
2091
|
-
- @ledgerhq/cryptoassets@13.18.0
|
|
2092
|
-
- @ledgerhq/errors@6.21.0
|
|
2093
|
-
- @ledgerhq/coin-framework@5.1.0
|
|
2094
|
-
- @ledgerhq/live-env@2.9.0
|
|
2095
|
-
- @ledgerhq/types-live@6.71.0
|
|
2096
|
-
- @ledgerhq/devices@8.4.5
|
|
2097
|
-
- @ledgerhq/live-network@2.0.8
|
|
2098
|
-
|
|
2099
|
-
## 0.15.7-next.0
|
|
2100
|
-
|
|
2101
|
-
### Patch Changes
|
|
2102
|
-
|
|
2103
|
-
- 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)]:
|
|
2104
|
-
- @ledgerhq/cryptoassets@13.18.0-next.0
|
|
2105
|
-
- @ledgerhq/errors@6.21.0-next.0
|
|
2106
|
-
- @ledgerhq/coin-framework@5.1.0-next.0
|
|
2107
|
-
- @ledgerhq/live-env@2.9.0-next.0
|
|
2108
|
-
- @ledgerhq/types-live@6.71.0-next.0
|
|
2109
|
-
- @ledgerhq/devices@8.4.5-next.0
|
|
2110
|
-
- @ledgerhq/live-network@2.0.8-next.0
|
|
2111
|
-
|
|
2112
|
-
## 0.15.6
|
|
2113
|
-
|
|
2114
|
-
### Patch Changes
|
|
2115
|
-
|
|
2116
|
-
- Updated dependencies [[`f92f49a`](https://github.com/LedgerHQ/ledger-live/commit/f92f49a003767b83b94955e920cfac8cd565c162)]:
|
|
2117
|
-
- @ledgerhq/cryptoassets@13.17.0
|
|
2118
|
-
- @ledgerhq/coin-framework@5.0.2
|
|
2119
|
-
|
|
2120
|
-
## 0.15.6-next.0
|
|
2121
|
-
|
|
2122
|
-
### Patch Changes
|
|
2123
|
-
|
|
2124
|
-
- Updated dependencies [[`f92f49a`](https://github.com/LedgerHQ/ledger-live/commit/f92f49a003767b83b94955e920cfac8cd565c162)]:
|
|
2125
|
-
- @ledgerhq/cryptoassets@13.17.0-next.0
|
|
2126
|
-
- @ledgerhq/coin-framework@5.0.2-next.0
|
|
2127
|
-
|
|
2128
|
-
## 0.15.5
|
|
2129
|
-
|
|
2130
|
-
### Patch Changes
|
|
2131
|
-
|
|
2132
|
-
- Updated dependencies [[`a7ba19c`](https://github.com/LedgerHQ/ledger-live/commit/a7ba19cfa5a895572edfcf036a10d2af83efdf38), [`91fe526`](https://github.com/LedgerHQ/ledger-live/commit/91fe526be2710f0fb18b4d035a5d8de630b3d4b5)]:
|
|
2133
|
-
- @ledgerhq/types-live@6.70.0
|
|
2134
|
-
- @ledgerhq/coin-framework@5.0.1
|
|
2135
|
-
|
|
2136
|
-
## 0.15.5-next.0
|
|
2137
|
-
|
|
2138
|
-
### Patch Changes
|
|
2139
|
-
|
|
2140
|
-
- Updated dependencies [[`a7ba19c`](https://github.com/LedgerHQ/ledger-live/commit/a7ba19cfa5a895572edfcf036a10d2af83efdf38), [`91fe526`](https://github.com/LedgerHQ/ledger-live/commit/91fe526be2710f0fb18b4d035a5d8de630b3d4b5)]:
|
|
2141
|
-
- @ledgerhq/types-live@6.70.0-next.0
|
|
2142
|
-
- @ledgerhq/coin-framework@5.0.1-next.0
|
|
2143
|
-
|
|
2144
|
-
## 0.15.4
|
|
2145
|
-
|
|
2146
|
-
### Patch Changes
|
|
2147
|
-
|
|
2148
|
-
- Updated dependencies [[`de92b67`](https://github.com/LedgerHQ/ledger-live/commit/de92b67ab9c8a553a817a245cecbfe292249d431), [`b599ac4`](https://github.com/LedgerHQ/ledger-live/commit/b599ac4697688459aad15371f9efea58f331dc33), [`1d72da9`](https://github.com/LedgerHQ/ledger-live/commit/1d72da911a56d5b25fb6464e60ac236927823ce4)]:
|
|
2149
|
-
- @ledgerhq/types-cryptoassets@7.23.0
|
|
2150
|
-
- @ledgerhq/cryptoassets@13.16.0
|
|
2151
|
-
- @ledgerhq/types-live@6.69.0
|
|
2152
|
-
- @ledgerhq/coin-framework@5.0.0
|
|
2153
|
-
|
|
2154
|
-
## 0.15.4-next.0
|
|
2155
|
-
|
|
2156
|
-
### Patch Changes
|
|
2157
|
-
|
|
2158
|
-
- Updated dependencies [[`de92b67`](https://github.com/LedgerHQ/ledger-live/commit/de92b67ab9c8a553a817a245cecbfe292249d431), [`b599ac4`](https://github.com/LedgerHQ/ledger-live/commit/b599ac4697688459aad15371f9efea58f331dc33), [`1d72da9`](https://github.com/LedgerHQ/ledger-live/commit/1d72da911a56d5b25fb6464e60ac236927823ce4)]:
|
|
2159
|
-
- @ledgerhq/types-cryptoassets@7.23.0-next.0
|
|
2160
|
-
- @ledgerhq/cryptoassets@13.16.0-next.0
|
|
2161
|
-
- @ledgerhq/types-live@6.69.0-next.0
|
|
2162
|
-
- @ledgerhq/coin-framework@5.0.0-next.0
|
|
2163
|
-
|
|
2164
|
-
## 0.15.3
|
|
2165
|
-
|
|
2166
|
-
### Patch Changes
|
|
2167
|
-
|
|
2168
|
-
- Updated dependencies [[`cf2bf99`](https://github.com/LedgerHQ/ledger-live/commit/cf2bf99ba44e6eaf20e16cb320c0b22068340601)]:
|
|
2169
|
-
- @ledgerhq/coin-framework@4.0.0
|
|
2170
|
-
|
|
2171
|
-
## 0.15.3-next.0
|
|
2172
|
-
|
|
2173
|
-
### Patch Changes
|
|
2174
|
-
|
|
2175
|
-
- Updated dependencies [[`cf2bf99`](https://github.com/LedgerHQ/ledger-live/commit/cf2bf99ba44e6eaf20e16cb320c0b22068340601)]:
|
|
2176
|
-
- @ledgerhq/coin-framework@4.0.0-next.0
|
|
2177
|
-
|
|
2178
|
-
## 0.15.2
|
|
2179
|
-
|
|
2180
|
-
### Patch Changes
|
|
2181
|
-
|
|
2182
|
-
- 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)]:
|
|
2183
|
-
- @ledgerhq/types-live@6.68.0
|
|
2184
|
-
- @ledgerhq/coin-framework@3.0.1
|
|
2185
|
-
|
|
2186
|
-
## 0.15.2-next.0
|
|
2187
|
-
|
|
2188
|
-
### Patch Changes
|
|
2189
|
-
|
|
2190
|
-
- 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)]:
|
|
2191
|
-
- @ledgerhq/types-live@6.68.0-next.0
|
|
2192
|
-
- @ledgerhq/coin-framework@3.0.1-next.0
|
|
2193
|
-
|
|
2194
|
-
## 0.15.1
|
|
2195
|
-
|
|
2196
|
-
### Patch Changes
|
|
2197
|
-
|
|
2198
|
-
- Updated dependencies [[`6f61972`](https://github.com/LedgerHQ/ledger-live/commit/6f619728e200270a674ffb13b10375765b55ae4b), [`3f8a531`](https://github.com/LedgerHQ/ledger-live/commit/3f8a53196dfb80d084056e0d896e09869c8ff949), [`8d36e9b`](https://github.com/LedgerHQ/ledger-live/commit/8d36e9b2474a4c600427f357adad04f99a89e13d), [`b580b04`](https://github.com/LedgerHQ/ledger-live/commit/b580b04e02392a706534c2fceba192ae3b6242ef), [`1e56618`](https://github.com/LedgerHQ/ledger-live/commit/1e56618a3c31e7980074072e0aae9422c145f4b3), [`4c6b682`](https://github.com/LedgerHQ/ledger-live/commit/4c6b682b9929334a7be13212a69f2c6a614f372c), [`bf3dec3`](https://github.com/LedgerHQ/ledger-live/commit/bf3dec3eb166f80e066f466e0e03291c9a141a81)]:
|
|
2199
|
-
- @ledgerhq/types-live@6.67.0
|
|
2200
|
-
- @ledgerhq/coin-framework@3.0.0
|
|
2201
|
-
- @ledgerhq/cryptoassets@13.15.0
|
|
2202
|
-
- @ledgerhq/types-cryptoassets@7.22.0
|
|
2203
|
-
|
|
2204
|
-
## 0.15.1-next.0
|
|
2205
|
-
|
|
2206
|
-
### Patch Changes
|
|
2207
|
-
|
|
2208
|
-
- Updated dependencies [[`6f61972`](https://github.com/LedgerHQ/ledger-live/commit/6f619728e200270a674ffb13b10375765b55ae4b), [`3f8a531`](https://github.com/LedgerHQ/ledger-live/commit/3f8a53196dfb80d084056e0d896e09869c8ff949), [`8d36e9b`](https://github.com/LedgerHQ/ledger-live/commit/8d36e9b2474a4c600427f357adad04f99a89e13d), [`b580b04`](https://github.com/LedgerHQ/ledger-live/commit/b580b04e02392a706534c2fceba192ae3b6242ef), [`1e56618`](https://github.com/LedgerHQ/ledger-live/commit/1e56618a3c31e7980074072e0aae9422c145f4b3), [`4c6b682`](https://github.com/LedgerHQ/ledger-live/commit/4c6b682b9929334a7be13212a69f2c6a614f372c), [`bf3dec3`](https://github.com/LedgerHQ/ledger-live/commit/bf3dec3eb166f80e066f466e0e03291c9a141a81)]:
|
|
2209
|
-
- @ledgerhq/types-live@6.67.0-next.0
|
|
2210
|
-
- @ledgerhq/coin-framework@3.0.0-next.0
|
|
2211
|
-
- @ledgerhq/cryptoassets@13.15.0-next.0
|
|
2212
|
-
- @ledgerhq/types-cryptoassets@7.22.0-next.0
|
|
2213
|
-
|
|
2214
|
-
## 0.15.0
|
|
2215
|
-
|
|
2216
|
-
### Minor Changes
|
|
2217
|
-
|
|
2218
|
-
- [#9720](https://github.com/LedgerHQ/ledger-live/pull/9720) [`46a9620`](https://github.com/LedgerHQ/ledger-live/commit/46a9620b4ea6343efc28792d3b57bf84ee2a23e8) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Remove generated formatters file
|
|
2219
|
-
|
|
2220
|
-
- [#9610](https://github.com/LedgerHQ/ledger-live/pull/9610) [`e40f87b`](https://github.com/LedgerHQ/ledger-live/commit/e40f87b233c43d3ce297a6a8ee47b680174f5148) Thanks [@Wozacosta](https://github.com/Wozacosta)! - feat: handle replaced txs
|
|
2221
|
-
|
|
2222
|
-
- [#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
|
|
2223
|
-
|
|
2224
|
-
### Patch Changes
|
|
2225
|
-
|
|
2226
|
-
- 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)]:
|
|
2227
|
-
- @ledgerhq/coin-framework@2.6.0
|
|
2228
|
-
- @ledgerhq/types-live@6.66.0
|
|
2229
|
-
- @ledgerhq/live-env@2.8.0
|
|
2230
|
-
- @ledgerhq/cryptoassets@13.14.1
|
|
2231
|
-
- @ledgerhq/live-network@2.0.7
|
|
2232
|
-
|
|
2233
|
-
## 0.15.0-next.0
|
|
2234
|
-
|
|
2235
|
-
### Minor Changes
|
|
2236
|
-
|
|
2237
|
-
- [#9720](https://github.com/LedgerHQ/ledger-live/pull/9720) [`46a9620`](https://github.com/LedgerHQ/ledger-live/commit/46a9620b4ea6343efc28792d3b57bf84ee2a23e8) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Remove generated formatters file
|
|
2238
|
-
|
|
2239
|
-
- [#9610](https://github.com/LedgerHQ/ledger-live/pull/9610) [`e40f87b`](https://github.com/LedgerHQ/ledger-live/commit/e40f87b233c43d3ce297a6a8ee47b680174f5148) Thanks [@Wozacosta](https://github.com/Wozacosta)! - feat: handle replaced txs
|
|
2240
|
-
|
|
2241
|
-
- [#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
|
|
2242
|
-
|
|
2243
|
-
### Patch Changes
|
|
2244
|
-
|
|
2245
|
-
- 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)]:
|
|
2246
|
-
- @ledgerhq/coin-framework@2.6.0-next.0
|
|
2247
|
-
- @ledgerhq/types-live@6.66.0-next.0
|
|
2248
|
-
- @ledgerhq/live-env@2.8.0-next.0
|
|
2249
|
-
- @ledgerhq/cryptoassets@13.14.1-next.0
|
|
2250
|
-
- @ledgerhq/live-network@2.0.7-next.0
|
|
2251
|
-
|
|
2252
|
-
## 0.14.0
|
|
2253
|
-
|
|
2254
|
-
### Minor Changes
|
|
2255
|
-
|
|
2256
|
-
- [#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
|
|
2257
|
-
|
|
2258
|
-
### Patch Changes
|
|
2259
|
-
|
|
2260
|
-
- Updated dependencies [[`2785d49`](https://github.com/LedgerHQ/ledger-live/commit/2785d49ac320498f98ed39b4eccc48310ad35fe1), [`2effe04`](https://github.com/LedgerHQ/ledger-live/commit/2effe04d9d4b3e407ed25da3b9f11324a82126d3), [`32f2a0c`](https://github.com/LedgerHQ/ledger-live/commit/32f2a0cf073e5c1a5d65cbe44e69660f8f510dd7), [`2407a6e`](https://github.com/LedgerHQ/ledger-live/commit/2407a6e1f3153c30c52d4bac4c9334fa95c351da), [`40e98c3`](https://github.com/LedgerHQ/ledger-live/commit/40e98c392bd9192570e46c2d62cf0779bdfe01ec), [`a656e47`](https://github.com/LedgerHQ/ledger-live/commit/a656e47c1dc3ac8b578debf9cf80eab370c7086f)]:
|
|
2261
|
-
- @ledgerhq/coin-framework@2.5.0
|
|
2262
|
-
- @ledgerhq/types-live@6.65.0
|
|
2263
|
-
- @ledgerhq/live-env@2.7.0
|
|
2264
|
-
- @ledgerhq/types-cryptoassets@7.21.0
|
|
2265
|
-
- @ledgerhq/cryptoassets@13.14.0
|
|
2266
|
-
- @ledgerhq/live-network@2.0.6
|
|
2267
|
-
|
|
2268
|
-
## 0.14.0-next.0
|
|
2269
|
-
|
|
2270
|
-
### Minor Changes
|
|
2271
|
-
|
|
2272
|
-
- [#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
|
|
2273
|
-
|
|
2274
|
-
### Patch Changes
|
|
2275
|
-
|
|
2276
|
-
- Updated dependencies [[`2785d49`](https://github.com/LedgerHQ/ledger-live/commit/2785d49ac320498f98ed39b4eccc48310ad35fe1), [`2effe04`](https://github.com/LedgerHQ/ledger-live/commit/2effe04d9d4b3e407ed25da3b9f11324a82126d3), [`32f2a0c`](https://github.com/LedgerHQ/ledger-live/commit/32f2a0cf073e5c1a5d65cbe44e69660f8f510dd7), [`2407a6e`](https://github.com/LedgerHQ/ledger-live/commit/2407a6e1f3153c30c52d4bac4c9334fa95c351da), [`40e98c3`](https://github.com/LedgerHQ/ledger-live/commit/40e98c392bd9192570e46c2d62cf0779bdfe01ec), [`a656e47`](https://github.com/LedgerHQ/ledger-live/commit/a656e47c1dc3ac8b578debf9cf80eab370c7086f)]:
|
|
2277
|
-
- @ledgerhq/coin-framework@2.5.0-next.0
|
|
2278
|
-
- @ledgerhq/types-live@6.65.0-next.0
|
|
2279
|
-
- @ledgerhq/live-env@2.7.0-next.0
|
|
2280
|
-
- @ledgerhq/types-cryptoassets@7.21.0-next.0
|
|
2281
|
-
- @ledgerhq/cryptoassets@13.14.0-next.0
|
|
2282
|
-
- @ledgerhq/live-network@2.0.6-next.0
|
|
2283
|
-
|
|
2284
|
-
## 0.13.0
|
|
2285
|
-
|
|
2286
|
-
### Minor Changes
|
|
2287
|
-
|
|
2288
|
-
- [#9559](https://github.com/LedgerHQ/ledger-live/pull/9559) [`6c25bb5`](https://github.com/LedgerHQ/ledger-live/commit/6c25bb582df9d146ca7b76006f7dd7744bd6cfa1) Thanks [@Wozacosta](https://github.com/Wozacosta)! - fix: btc shouldnt use all rbf utxos when estimating max spendable
|
|
2289
|
-
|
|
2290
|
-
### Patch Changes
|
|
2291
|
-
|
|
2292
|
-
- Updated dependencies [[`5f27549`](https://github.com/LedgerHQ/ledger-live/commit/5f275498e80060f98238a54e8ae3e2c94bfd7c91), [`fa8b10c`](https://github.com/LedgerHQ/ledger-live/commit/fa8b10cac5603eedd7c2309d2bb544a7d2d1a1a8), [`e2630cb`](https://github.com/LedgerHQ/ledger-live/commit/e2630cbec8d94ae037b2bf85cfa200a277ae739f), [`c15d7ea`](https://github.com/LedgerHQ/ledger-live/commit/c15d7ea48e41168726a90a17809175aee5bfa940), [`b8fca38`](https://github.com/LedgerHQ/ledger-live/commit/b8fca386fa07cf393109a1928e92dfc790f9c286)]:
|
|
2293
|
-
- @ledgerhq/coin-framework@2.4.0
|
|
2294
|
-
- @ledgerhq/types-live@6.64.0
|
|
2295
|
-
|
|
2296
|
-
## 0.13.0-next.0
|
|
2297
|
-
|
|
2298
|
-
### Minor Changes
|
|
2299
|
-
|
|
2300
|
-
- [#9559](https://github.com/LedgerHQ/ledger-live/pull/9559) [`6c25bb5`](https://github.com/LedgerHQ/ledger-live/commit/6c25bb582df9d146ca7b76006f7dd7744bd6cfa1) Thanks [@Wozacosta](https://github.com/Wozacosta)! - fix: btc shouldnt use all rbf utxos when estimating max spendable
|
|
2301
|
-
|
|
2302
|
-
### Patch Changes
|
|
2303
|
-
|
|
2304
|
-
- Updated dependencies [[`5f27549`](https://github.com/LedgerHQ/ledger-live/commit/5f275498e80060f98238a54e8ae3e2c94bfd7c91), [`fa8b10c`](https://github.com/LedgerHQ/ledger-live/commit/fa8b10cac5603eedd7c2309d2bb544a7d2d1a1a8), [`e2630cb`](https://github.com/LedgerHQ/ledger-live/commit/e2630cbec8d94ae037b2bf85cfa200a277ae739f), [`c15d7ea`](https://github.com/LedgerHQ/ledger-live/commit/c15d7ea48e41168726a90a17809175aee5bfa940), [`b8fca38`](https://github.com/LedgerHQ/ledger-live/commit/b8fca386fa07cf393109a1928e92dfc790f9c286)]:
|
|
2305
|
-
- @ledgerhq/coin-framework@2.4.0-next.0
|
|
2306
|
-
- @ledgerhq/types-live@6.64.0-next.0
|
|
2307
|
-
|
|
2308
|
-
## 0.12.0
|
|
2309
|
-
|
|
2310
|
-
### Minor Changes
|
|
2311
|
-
|
|
2312
|
-
- [#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
|
|
2313
|
-
|
|
2314
|
-
### Patch Changes
|
|
2315
|
-
|
|
2316
|
-
- Updated dependencies [[`5abde51`](https://github.com/LedgerHQ/ledger-live/commit/5abde5192d32f493ece2f99aec0e2de0c411f9e5), [`cc00249`](https://github.com/LedgerHQ/ledger-live/commit/cc002495f3e107aba283a3aa4abca90954de6d76)]:
|
|
2317
|
-
- @ledgerhq/types-live@6.63.0
|
|
2318
|
-
- @ledgerhq/coin-framework@2.3.0
|
|
2319
|
-
|
|
2320
|
-
## 0.12.0-next.0
|
|
2321
|
-
|
|
2322
|
-
### Minor Changes
|
|
2323
|
-
|
|
2324
|
-
- [#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
|
|
2325
|
-
|
|
2326
|
-
### Patch Changes
|
|
2327
|
-
|
|
2328
|
-
- Updated dependencies [[`5abde51`](https://github.com/LedgerHQ/ledger-live/commit/5abde5192d32f493ece2f99aec0e2de0c411f9e5), [`cc00249`](https://github.com/LedgerHQ/ledger-live/commit/cc002495f3e107aba283a3aa4abca90954de6d76)]:
|
|
2329
|
-
- @ledgerhq/types-live@6.63.0-next.0
|
|
2330
|
-
- @ledgerhq/coin-framework@2.3.0-next.0
|
|
2331
|
-
|
|
2332
|
-
## 0.11.2
|
|
2333
|
-
|
|
2334
|
-
### Patch Changes
|
|
2335
|
-
|
|
2336
|
-
- Updated dependencies [[`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), [`1461449`](https://github.com/LedgerHQ/ledger-live/commit/146144941c13e60182da8d79592f706d12a6f00e), [`bdfa413`](https://github.com/LedgerHQ/ledger-live/commit/bdfa4139fcbceabfd05a57e69b05e9ccf10efbe1)]:
|
|
2337
|
-
- @ledgerhq/types-live@6.62.0
|
|
2338
|
-
- @ledgerhq/coin-framework@2.2.0
|
|
2339
|
-
- @ledgerhq/types-cryptoassets@7.20.0
|
|
2340
|
-
- @ledgerhq/cryptoassets@13.13.0
|
|
2341
|
-
- @ledgerhq/live-env@2.6.0
|
|
2342
|
-
- @ledgerhq/live-network@2.0.5
|
|
2343
|
-
|
|
2344
|
-
## 0.11.2-next.0
|
|
2345
|
-
|
|
2346
|
-
### Patch Changes
|
|
2347
|
-
|
|
2348
|
-
- Updated dependencies [[`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), [`1461449`](https://github.com/LedgerHQ/ledger-live/commit/146144941c13e60182da8d79592f706d12a6f00e), [`bdfa413`](https://github.com/LedgerHQ/ledger-live/commit/bdfa4139fcbceabfd05a57e69b05e9ccf10efbe1)]:
|
|
2349
|
-
- @ledgerhq/types-live@6.62.0-next.0
|
|
2350
|
-
- @ledgerhq/coin-framework@2.2.0-next.0
|
|
2351
|
-
- @ledgerhq/types-cryptoassets@7.20.0-next.0
|
|
2352
|
-
- @ledgerhq/cryptoassets@13.13.0-next.0
|
|
2353
|
-
- @ledgerhq/live-env@2.6.0-next.0
|
|
2354
|
-
- @ledgerhq/live-network@2.0.5-next.0
|
|
2355
|
-
|
|
2356
|
-
## 0.11.1
|
|
2357
|
-
|
|
2358
|
-
### Patch Changes
|
|
2359
|
-
|
|
2360
|
-
- Updated dependencies [[`e4d9a5c`](https://github.com/LedgerHQ/ledger-live/commit/e4d9a5ce6c3e8f2b3829f8f5772e7ba712a4a50c)]:
|
|
2361
|
-
- @ledgerhq/types-live@6.61.0
|
|
2362
|
-
- @ledgerhq/coin-framework@2.1.1
|
|
2363
|
-
|
|
2364
|
-
## 0.11.1-next.0
|
|
2365
|
-
|
|
2366
|
-
### Patch Changes
|
|
2367
|
-
|
|
2368
|
-
- Updated dependencies [[`e4d9a5c`](https://github.com/LedgerHQ/ledger-live/commit/e4d9a5ce6c3e8f2b3829f8f5772e7ba712a4a50c)]:
|
|
2369
|
-
- @ledgerhq/types-live@6.61.0-next.0
|
|
2370
|
-
- @ledgerhq/coin-framework@2.1.1-next.0
|
|
2371
|
-
|
|
2372
|
-
## 0.11.0
|
|
2373
|
-
|
|
2374
|
-
### Minor Changes
|
|
2375
|
-
|
|
2376
|
-
- [#9121](https://github.com/LedgerHQ/ledger-live/pull/9121) [`035be8c`](https://github.com/LedgerHQ/ledger-live/commit/035be8ccb81c61ee99688e0a4b078cb50d90dcf5) Thanks [@Wozacosta](https://github.com/Wozacosta)! - fix: zcash nu5/nu6
|
|
2377
|
-
|
|
2378
|
-
- [#9191](https://github.com/LedgerHQ/ledger-live/pull/9191) [`2f610d0`](https://github.com/LedgerHQ/ledger-live/commit/2f610d0a4ddafbd58cd0fb86fd989a08de5344d8) Thanks [@qperrot](https://github.com/qperrot)! - fix Send max with pending utxo
|
|
2379
|
-
|
|
2380
|
-
### Patch Changes
|
|
2381
|
-
|
|
2382
|
-
- Updated dependencies [[`da67b55`](https://github.com/LedgerHQ/ledger-live/commit/da67b5511b22553f7e3e089eca2e363a5e3cbffe), [`0a4413d`](https://github.com/LedgerHQ/ledger-live/commit/0a4413dd5cf50967c27b39bbd7dd9222e6322a60)]:
|
|
2383
|
-
- @ledgerhq/cryptoassets@13.12.0
|
|
2384
|
-
- @ledgerhq/coin-framework@2.1.0
|
|
2385
|
-
- @ledgerhq/types-live@6.60.0
|
|
2386
|
-
|
|
2387
|
-
## 0.11.0-next.0
|
|
2388
|
-
|
|
2389
|
-
### Minor Changes
|
|
2390
|
-
|
|
2391
|
-
- [#9121](https://github.com/LedgerHQ/ledger-live/pull/9121) [`035be8c`](https://github.com/LedgerHQ/ledger-live/commit/035be8ccb81c61ee99688e0a4b078cb50d90dcf5) Thanks [@Wozacosta](https://github.com/Wozacosta)! - fix: zcash nu5/nu6
|
|
2392
|
-
|
|
2393
|
-
- [#9191](https://github.com/LedgerHQ/ledger-live/pull/9191) [`2f610d0`](https://github.com/LedgerHQ/ledger-live/commit/2f610d0a4ddafbd58cd0fb86fd989a08de5344d8) Thanks [@qperrot](https://github.com/qperrot)! - fix Send max with pending utxo
|
|
2394
|
-
|
|
2395
|
-
### Patch Changes
|
|
2396
|
-
|
|
2397
|
-
- Updated dependencies [[`da67b55`](https://github.com/LedgerHQ/ledger-live/commit/da67b5511b22553f7e3e089eca2e363a5e3cbffe), [`0a4413d`](https://github.com/LedgerHQ/ledger-live/commit/0a4413dd5cf50967c27b39bbd7dd9222e6322a60)]:
|
|
2398
|
-
- @ledgerhq/cryptoassets@13.12.0-next.0
|
|
2399
|
-
- @ledgerhq/coin-framework@2.1.0-next.0
|
|
2400
|
-
- @ledgerhq/types-live@6.60.0-next.0
|
|
2401
|
-
|
|
2402
|
-
## 0.10.4
|
|
2403
|
-
|
|
2404
|
-
### Patch Changes
|
|
2405
|
-
|
|
2406
|
-
- Updated dependencies [[`58c1a9c`](https://github.com/LedgerHQ/ledger-live/commit/58c1a9c68b2ce2ebef9dbd7af00ae09efd7a29dc), [`ff40e9a`](https://github.com/LedgerHQ/ledger-live/commit/ff40e9a00d325e5b46cb069936ba2a5781c601b5)]:
|
|
2407
|
-
- @ledgerhq/coin-framework@2.0.0
|
|
2408
|
-
- @ledgerhq/cryptoassets@13.11.0
|
|
2409
|
-
|
|
2410
|
-
## 0.10.4-next.0
|
|
2411
|
-
|
|
2412
|
-
### Patch Changes
|
|
2413
|
-
|
|
2414
|
-
- Updated dependencies [[`58c1a9c`](https://github.com/LedgerHQ/ledger-live/commit/58c1a9c68b2ce2ebef9dbd7af00ae09efd7a29dc), [`ff40e9a`](https://github.com/LedgerHQ/ledger-live/commit/ff40e9a00d325e5b46cb069936ba2a5781c601b5)]:
|
|
2415
|
-
- @ledgerhq/coin-framework@2.0.0-next.0
|
|
2416
|
-
- @ledgerhq/cryptoassets@13.11.0-next.0
|
|
2417
|
-
|
|
2418
|
-
## 0.10.3
|
|
2419
|
-
|
|
2420
|
-
### Patch Changes
|
|
2421
|
-
|
|
2422
|
-
- Updated dependencies [[`5e18866`](https://github.com/LedgerHQ/ledger-live/commit/5e18866320b843632699659ee66f6c410c108c1e)]:
|
|
2423
|
-
- @ledgerhq/coin-framework@1.0.0
|
|
2424
|
-
|
|
2425
|
-
## 0.10.3-next.0
|
|
2426
|
-
|
|
2427
|
-
### Patch Changes
|
|
2428
|
-
|
|
2429
|
-
- Updated dependencies [[`5e18866`](https://github.com/LedgerHQ/ledger-live/commit/5e18866320b843632699659ee66f6c410c108c1e)]:
|
|
2430
|
-
- @ledgerhq/coin-framework@1.0.0-next.0
|
|
2431
|
-
|
|
2432
|
-
## 0.10.2
|
|
2433
|
-
|
|
2434
|
-
### Patch Changes
|
|
2435
|
-
|
|
2436
|
-
- 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), [`9534f17`](https://github.com/LedgerHQ/ledger-live/commit/9534f17247e1472b0fee8b993a83264f4e4ab363), [`1524353`](https://github.com/LedgerHQ/ledger-live/commit/152435384370b729183b7898308cbc1f8b61e451)]:
|
|
2437
|
-
- @ledgerhq/types-live@6.59.0
|
|
2438
|
-
- @ledgerhq/cryptoassets@13.10.0
|
|
2439
|
-
- @ledgerhq/coin-framework@0.25.0
|
|
2440
|
-
|
|
2441
|
-
## 0.10.2-next.0
|
|
2442
|
-
|
|
2443
|
-
### Patch Changes
|
|
2444
|
-
|
|
2445
|
-
- 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), [`9534f17`](https://github.com/LedgerHQ/ledger-live/commit/9534f17247e1472b0fee8b993a83264f4e4ab363), [`1524353`](https://github.com/LedgerHQ/ledger-live/commit/152435384370b729183b7898308cbc1f8b61e451)]:
|
|
2446
|
-
- @ledgerhq/types-live@6.59.0-next.0
|
|
2447
|
-
- @ledgerhq/cryptoassets@13.10.0-next.0
|
|
2448
|
-
- @ledgerhq/coin-framework@0.25.0-next.0
|
|
2449
|
-
|
|
2450
|
-
## 0.10.1
|
|
2451
|
-
|
|
2452
|
-
### Patch Changes
|
|
2453
|
-
|
|
2454
|
-
- Updated dependencies [[`670776e`](https://github.com/LedgerHQ/ledger-live/commit/670776e3a34859a18d6de1470de4195cf2094a81)]:
|
|
2455
|
-
- @ledgerhq/coin-framework@0.24.0
|
|
2456
|
-
|
|
2457
|
-
## 0.10.1-hotfix.0
|
|
2458
|
-
|
|
2459
|
-
### Patch Changes
|
|
2460
|
-
|
|
2461
|
-
- Updated dependencies [[`670776e`](https://github.com/LedgerHQ/ledger-live/commit/670776e3a34859a18d6de1470de4195cf2094a81)]:
|
|
2462
|
-
- @ledgerhq/coin-framework@0.23.1-hotfix.0
|
|
2463
|
-
|
|
2464
|
-
## 0.10.0
|
|
2465
|
-
|
|
2466
|
-
### Minor Changes
|
|
2467
|
-
|
|
2468
|
-
- [#8944](https://github.com/LedgerHQ/ledger-live/pull/8944) [`b8dd543`](https://github.com/LedgerHQ/ledger-live/commit/b8dd543dba50abeec088334f060f0a030e776f52) Thanks [@qperrot](https://github.com/qperrot)! - Fix bot device actions for Bitcoin Gold, bitcoin Cash and Litecoin
|
|
2469
|
-
|
|
2470
|
-
- [#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
|
|
2471
|
-
|
|
2472
|
-
### Patch Changes
|
|
2473
|
-
|
|
2474
|
-
- Updated dependencies [[`f5196c5`](https://github.com/LedgerHQ/ledger-live/commit/f5196c52453b971a3327d09966edb62bb3d6a293), [`3a65633`](https://github.com/LedgerHQ/ledger-live/commit/3a6563309c8cacbd6e9a73e3044b1ff7c3966f87), [`537141a`](https://github.com/LedgerHQ/ledger-live/commit/537141ab549b8dab57d3eb117e875faa67b54f4b)]:
|
|
2475
|
-
- @ledgerhq/types-live@6.58.0
|
|
2476
|
-
- @ledgerhq/coin-framework@0.23.0
|
|
2477
|
-
|
|
2478
|
-
## 0.10.0-next.0
|
|
2479
|
-
|
|
2480
|
-
### Minor Changes
|
|
2481
|
-
|
|
2482
|
-
- [#8944](https://github.com/LedgerHQ/ledger-live/pull/8944) [`b8dd543`](https://github.com/LedgerHQ/ledger-live/commit/b8dd543dba50abeec088334f060f0a030e776f52) Thanks [@qperrot](https://github.com/qperrot)! - Fix bot device actions for Bitcoin Gold, bitcoin Cash and Litecoin
|
|
2483
|
-
|
|
2484
|
-
- [#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
|
|
2485
|
-
|
|
2486
|
-
### Patch Changes
|
|
2487
|
-
|
|
2488
|
-
- Updated dependencies [[`f5196c5`](https://github.com/LedgerHQ/ledger-live/commit/f5196c52453b971a3327d09966edb62bb3d6a293), [`3a65633`](https://github.com/LedgerHQ/ledger-live/commit/3a6563309c8cacbd6e9a73e3044b1ff7c3966f87), [`537141a`](https://github.com/LedgerHQ/ledger-live/commit/537141ab549b8dab57d3eb117e875faa67b54f4b)]:
|
|
2489
|
-
- @ledgerhq/types-live@6.58.0-next.0
|
|
2490
|
-
- @ledgerhq/coin-framework@0.23.0-next.0
|
|
2491
|
-
|
|
2492
|
-
## 0.9.1
|
|
2493
|
-
|
|
2494
|
-
### Patch Changes
|
|
2495
|
-
|
|
2496
|
-
- 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)]:
|
|
2497
|
-
- @ledgerhq/coin-framework@0.22.0
|
|
2498
|
-
- @ledgerhq/types-cryptoassets@7.19.0
|
|
2499
|
-
- @ledgerhq/cryptoassets@13.9.0
|
|
2500
|
-
- @ledgerhq/types-live@6.57.0
|
|
2501
|
-
- @ledgerhq/live-env@2.5.0
|
|
2502
|
-
- @ledgerhq/live-network@2.0.4
|
|
2503
|
-
|
|
2504
|
-
## 0.9.1-next.0
|
|
2505
|
-
|
|
2506
|
-
### Patch Changes
|
|
2507
|
-
|
|
2508
|
-
- 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)]:
|
|
2509
|
-
- @ledgerhq/coin-framework@0.22.0-next.0
|
|
2510
|
-
- @ledgerhq/types-cryptoassets@7.19.0-next.0
|
|
2511
|
-
- @ledgerhq/cryptoassets@13.9.0-next.0
|
|
2512
|
-
- @ledgerhq/types-live@6.57.0-next.0
|
|
2513
|
-
- @ledgerhq/live-env@2.5.0-next.0
|
|
2514
|
-
- @ledgerhq/live-network@2.0.4-next.0
|
|
2515
|
-
|
|
2516
|
-
## 0.9.0
|
|
2517
|
-
|
|
2518
|
-
### Minor Changes
|
|
2519
|
-
|
|
2520
|
-
- [#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
|
|
2521
|
-
|
|
2522
|
-
- [#8733](https://github.com/LedgerHQ/ledger-live/pull/8733) [`21bb612`](https://github.com/LedgerHQ/ledger-live/commit/21bb61262e2103461c40dcf22013fc2e336735a5) Thanks [@Wozacosta](https://github.com/Wozacosta)! - chore: override buffer polyfill for bitcoin integration test
|
|
2523
|
-
|
|
2524
|
-
- [#8765](https://github.com/LedgerHQ/ledger-live/pull/8765) [`72c6f67`](https://github.com/LedgerHQ/ledger-live/commit/72c6f672f129f7cc2a1b22e54c2f037d974c707b) Thanks [@Wozacosta](https://github.com/Wozacosta)! - chore: pass minimal verbosity to bitcoin explorer calls
|
|
2525
|
-
|
|
2526
|
-
### Patch Changes
|
|
2527
|
-
|
|
2528
|
-
- 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), [`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), [`2ae713b`](https://github.com/LedgerHQ/ledger-live/commit/2ae713b20c1da18ef33beb730f41fb3ea2990e44), [`1f62290`](https://github.com/LedgerHQ/ledger-live/commit/1f622907dd108fced66a36be1d8d8738d41303c9), [`fe81150`](https://github.com/LedgerHQ/ledger-live/commit/fe811500ae626cab1995ccf8bd8cb8aa8e74bb40), [`9d8e34e`](https://github.com/LedgerHQ/ledger-live/commit/9d8e34eee5d77c6620298def250e85eda6b606b7)]:
|
|
2529
|
-
- @ledgerhq/types-live@6.56.0
|
|
2530
|
-
- @ledgerhq/coin-framework@0.21.0
|
|
2531
|
-
- @ledgerhq/cryptoassets@13.8.0
|
|
2532
|
-
- @ledgerhq/types-cryptoassets@7.18.0
|
|
2533
|
-
|
|
2534
|
-
## 0.9.0-next.1
|
|
2535
|
-
|
|
2536
|
-
### Patch Changes
|
|
2537
|
-
|
|
2538
|
-
- Updated dependencies [[`6d050fd`](https://github.com/LedgerHQ/ledger-live/commit/6d050fda707a63cff15cee797ea1167a0219aa32)]:
|
|
2539
|
-
- @ledgerhq/types-live@6.56.0-next.1
|
|
2540
|
-
- @ledgerhq/coin-framework@0.21.0-next.1
|
|
2541
|
-
|
|
2542
|
-
## 0.9.0-next.0
|
|
2543
|
-
|
|
2544
|
-
### Minor Changes
|
|
2545
|
-
|
|
2546
|
-
- [#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
|
|
2547
|
-
|
|
2548
|
-
- [#8733](https://github.com/LedgerHQ/ledger-live/pull/8733) [`21bb612`](https://github.com/LedgerHQ/ledger-live/commit/21bb61262e2103461c40dcf22013fc2e336735a5) Thanks [@Wozacosta](https://github.com/Wozacosta)! - chore: override buffer polyfill for bitcoin integration test
|
|
2549
|
-
|
|
2550
|
-
- [#8765](https://github.com/LedgerHQ/ledger-live/pull/8765) [`72c6f67`](https://github.com/LedgerHQ/ledger-live/commit/72c6f672f129f7cc2a1b22e54c2f037d974c707b) Thanks [@Wozacosta](https://github.com/Wozacosta)! - chore: pass minimal verbosity to bitcoin explorer calls
|
|
2551
|
-
|
|
2552
|
-
### Patch Changes
|
|
2553
|
-
|
|
2554
|
-
- 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), [`be4233c`](https://github.com/LedgerHQ/ledger-live/commit/be4233ce713b90dc3ad335c330ca9d6509bf23e3), [`2ae713b`](https://github.com/LedgerHQ/ledger-live/commit/2ae713b20c1da18ef33beb730f41fb3ea2990e44), [`1f62290`](https://github.com/LedgerHQ/ledger-live/commit/1f622907dd108fced66a36be1d8d8738d41303c9), [`fe81150`](https://github.com/LedgerHQ/ledger-live/commit/fe811500ae626cab1995ccf8bd8cb8aa8e74bb40), [`9d8e34e`](https://github.com/LedgerHQ/ledger-live/commit/9d8e34eee5d77c6620298def250e85eda6b606b7)]:
|
|
2555
|
-
- @ledgerhq/types-live@6.56.0-next.0
|
|
2556
|
-
- @ledgerhq/coin-framework@0.21.0-next.0
|
|
2557
|
-
- @ledgerhq/cryptoassets@13.8.0-next.0
|
|
2558
|
-
- @ledgerhq/types-cryptoassets@7.18.0-next.0
|
|
2559
|
-
|
|
2560
|
-
## 0.8.10
|
|
2561
|
-
|
|
2562
|
-
### Patch Changes
|
|
2563
|
-
|
|
2564
|
-
- 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)]:
|
|
2565
|
-
- @ledgerhq/types-live@6.55.0
|
|
2566
|
-
- @ledgerhq/coin-framework@0.20.1
|
|
2567
|
-
|
|
2568
|
-
## 0.8.10-next.1
|
|
2569
|
-
|
|
2570
|
-
### Patch Changes
|
|
2571
|
-
|
|
2572
|
-
- Updated dependencies [[`61aedb7`](https://github.com/LedgerHQ/ledger-live/commit/61aedb7bbd45e73d6bc2b53e55f562262d5c5fa7)]:
|
|
2573
|
-
- @ledgerhq/types-live@6.55.0-next.1
|
|
2574
|
-
- @ledgerhq/coin-framework@0.20.1-next.1
|
|
2575
|
-
|
|
2576
|
-
## 0.8.10-next.0
|
|
2577
|
-
|
|
2578
|
-
### Patch Changes
|
|
2579
|
-
|
|
2580
|
-
- 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)]:
|
|
2581
|
-
- @ledgerhq/types-live@6.55.0-next.0
|
|
2582
|
-
- @ledgerhq/coin-framework@0.20.1-next.0
|
|
2583
|
-
|
|
2584
|
-
## 0.8.9
|
|
2585
|
-
|
|
2586
|
-
### Patch Changes
|
|
2587
|
-
|
|
2588
|
-
- Updated dependencies [[`0b51d37`](https://github.com/LedgerHQ/ledger-live/commit/0b51d37762c73a88d7204d1fcc3bb60a110568ed), [`724fa8b`](https://github.com/LedgerHQ/ledger-live/commit/724fa8b29cbda74a729c5756f91c5c9b745fdbdb), [`daa059a`](https://github.com/LedgerHQ/ledger-live/commit/daa059a90eb4381a0936c4a3703e8061db24072a)]:
|
|
2589
|
-
- @ledgerhq/coin-framework@0.20.0
|
|
2590
|
-
- @ledgerhq/types-live@6.54.0
|
|
2591
|
-
|
|
2592
|
-
## 0.8.9-next.0
|
|
2593
|
-
|
|
2594
|
-
### Patch Changes
|
|
2595
|
-
|
|
2596
|
-
- Updated dependencies [[`0b51d37`](https://github.com/LedgerHQ/ledger-live/commit/0b51d37762c73a88d7204d1fcc3bb60a110568ed), [`724fa8b`](https://github.com/LedgerHQ/ledger-live/commit/724fa8b29cbda74a729c5756f91c5c9b745fdbdb), [`daa059a`](https://github.com/LedgerHQ/ledger-live/commit/daa059a90eb4381a0936c4a3703e8061db24072a)]:
|
|
2597
|
-
- @ledgerhq/coin-framework@0.20.0-next.0
|
|
2598
|
-
- @ledgerhq/types-live@6.54.0-next.0
|
|
2599
|
-
|
|
2600
|
-
## 0.8.8
|
|
2601
|
-
|
|
2602
|
-
### Patch Changes
|
|
2603
|
-
|
|
2604
|
-
- 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)]:
|
|
2605
|
-
- @ledgerhq/types-live@6.53.1
|
|
2606
|
-
- @ledgerhq/coin-framework@0.19.1
|
|
2607
|
-
|
|
2608
|
-
## 0.8.8-next.0
|
|
2609
|
-
|
|
2610
|
-
### Patch Changes
|
|
2611
|
-
|
|
2612
|
-
- 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)]:
|
|
2613
|
-
- @ledgerhq/types-live@6.53.1-next.0
|
|
2614
|
-
- @ledgerhq/coin-framework@0.19.1-next.0
|
|
2615
|
-
|
|
2616
|
-
## 0.8.7
|
|
2617
|
-
|
|
2618
|
-
### Patch Changes
|
|
2619
|
-
|
|
2620
|
-
- Updated dependencies [[`5c13c7b`](https://github.com/LedgerHQ/ledger-live/commit/5c13c7bf743333f09cbfee720d275dfae7e157d2), [`2013b0f`](https://github.com/LedgerHQ/ledger-live/commit/2013b0f23d7f5bccff58dfd93fd45333194b8ae0), [`2013b0f`](https://github.com/LedgerHQ/ledger-live/commit/2013b0f23d7f5bccff58dfd93fd45333194b8ae0), [`95fbec9`](https://github.com/LedgerHQ/ledger-live/commit/95fbec9fdff75cd6d4ac23e189e876efffc81906), [`63e5392`](https://github.com/LedgerHQ/ledger-live/commit/63e5392a108f1bec7cfc9c413db1550e7b5c9a25), [`87218b1`](https://github.com/LedgerHQ/ledger-live/commit/87218b17b86eaea9daa23c4c9cdf644c7ad2f65a), [`b93a421`](https://github.com/LedgerHQ/ledger-live/commit/b93a421866519b80fdd8a029caea97323eceae93), [`42e27f2`](https://github.com/LedgerHQ/ledger-live/commit/42e27f229ee2c1302258b6cc27d165c7b638cf3b), [`a40c525`](https://github.com/LedgerHQ/ledger-live/commit/a40c5256b80574aaaf17651d195832668b9796f5)]:
|
|
2621
|
-
- @ledgerhq/live-env@2.4.1
|
|
2622
|
-
- @ledgerhq/coin-framework@0.19.0
|
|
2623
|
-
- @ledgerhq/types-cryptoassets@7.17.0
|
|
2624
|
-
- @ledgerhq/cryptoassets@13.7.0
|
|
2625
|
-
- @ledgerhq/types-live@6.53.0
|
|
2626
|
-
- @ledgerhq/live-network@2.0.3
|
|
2627
|
-
|
|
2628
|
-
## 0.8.7-next.0
|
|
2629
|
-
|
|
2630
|
-
### Patch Changes
|
|
2631
|
-
|
|
2632
|
-
- Updated dependencies [[`5c13c7b`](https://github.com/LedgerHQ/ledger-live/commit/5c13c7bf743333f09cbfee720d275dfae7e157d2), [`2013b0f`](https://github.com/LedgerHQ/ledger-live/commit/2013b0f23d7f5bccff58dfd93fd45333194b8ae0), [`2013b0f`](https://github.com/LedgerHQ/ledger-live/commit/2013b0f23d7f5bccff58dfd93fd45333194b8ae0), [`35d6de2`](https://github.com/LedgerHQ/ledger-live/commit/35d6de2ace269f30fc39a3f022673a82d0c48193), [`95fbec9`](https://github.com/LedgerHQ/ledger-live/commit/95fbec9fdff75cd6d4ac23e189e876efffc81906), [`63e5392`](https://github.com/LedgerHQ/ledger-live/commit/63e5392a108f1bec7cfc9c413db1550e7b5c9a25), [`87218b1`](https://github.com/LedgerHQ/ledger-live/commit/87218b17b86eaea9daa23c4c9cdf644c7ad2f65a), [`b93a421`](https://github.com/LedgerHQ/ledger-live/commit/b93a421866519b80fdd8a029caea97323eceae93), [`42e27f2`](https://github.com/LedgerHQ/ledger-live/commit/42e27f229ee2c1302258b6cc27d165c7b638cf3b), [`a40c525`](https://github.com/LedgerHQ/ledger-live/commit/a40c5256b80574aaaf17651d195832668b9796f5)]:
|
|
2633
|
-
- @ledgerhq/live-env@2.4.1-next.0
|
|
2634
|
-
- @ledgerhq/coin-framework@0.19.0-next.0
|
|
2635
|
-
- @ledgerhq/types-cryptoassets@7.17.0-next.0
|
|
2636
|
-
- @ledgerhq/cryptoassets@13.7.0-next.0
|
|
2637
|
-
- @ledgerhq/types-live@6.53.0-next.0
|
|
2638
|
-
- @ledgerhq/live-network@2.0.3-next.0
|
|
2639
|
-
|
|
2640
|
-
## 0.8.6
|
|
2641
|
-
|
|
2642
|
-
### Patch Changes
|
|
2643
|
-
|
|
2644
|
-
- Updated dependencies [[`65c3322`](https://github.com/LedgerHQ/ledger-live/commit/65c3322bf3871659f078148ab4b5c12b0fd53dc1)]:
|
|
2645
|
-
- @ledgerhq/types-live@6.52.4
|
|
2646
|
-
- @ledgerhq/coin-framework@0.18.6
|
|
2647
|
-
|
|
2648
|
-
## 0.8.6-next.0
|
|
2649
|
-
|
|
2650
|
-
### Patch Changes
|
|
2651
|
-
|
|
2652
|
-
- Updated dependencies [[`65c3322`](https://github.com/LedgerHQ/ledger-live/commit/65c3322bf3871659f078148ab4b5c12b0fd53dc1)]:
|
|
2653
|
-
- @ledgerhq/types-live@6.52.4-next.0
|
|
2654
|
-
- @ledgerhq/coin-framework@0.18.6-next.0
|
|
2655
|
-
|
|
2656
|
-
## 0.8.5
|
|
2657
|
-
|
|
2658
|
-
### Patch Changes
|
|
2659
|
-
|
|
2660
|
-
- [#8047](https://github.com/LedgerHQ/ledger-live/pull/8047) [`d0eec9f`](https://github.com/LedgerHQ/ledger-live/commit/d0eec9f6fc61a915119f0b9bf087ff270687ff30) Thanks [@LucasWerey](https://github.com/LucasWerey)! - rework of the coin control modal ui
|
|
2661
|
-
|
|
2662
|
-
- Updated dependencies [[`81cd773`](https://github.com/LedgerHQ/ledger-live/commit/81cd7735a3c94628b6d4825b736ef12a0b74d3a3), [`f275f48`](https://github.com/LedgerHQ/ledger-live/commit/f275f48a17eeba2bdd3119e478975c8d4c7183be), [`1a0fa20`](https://github.com/LedgerHQ/ledger-live/commit/1a0fa20da7509cdde1141002a2be8e9d8458b27d)]:
|
|
2663
|
-
- @ledgerhq/types-live@6.52.3
|
|
2664
|
-
- @ledgerhq/cryptoassets@13.6.2
|
|
2665
|
-
- @ledgerhq/coin-framework@0.18.5
|
|
2666
|
-
|
|
2667
|
-
## 0.8.5-next.0
|
|
2668
|
-
|
|
2669
|
-
### Patch Changes
|
|
2670
|
-
|
|
2671
|
-
- [#8047](https://github.com/LedgerHQ/ledger-live/pull/8047) [`d0eec9f`](https://github.com/LedgerHQ/ledger-live/commit/d0eec9f6fc61a915119f0b9bf087ff270687ff30) Thanks [@LucasWerey](https://github.com/LucasWerey)! - rework of the coin control modal ui
|
|
2672
|
-
|
|
2673
|
-
- Updated dependencies [[`81cd773`](https://github.com/LedgerHQ/ledger-live/commit/81cd7735a3c94628b6d4825b736ef12a0b74d3a3), [`f275f48`](https://github.com/LedgerHQ/ledger-live/commit/f275f48a17eeba2bdd3119e478975c8d4c7183be), [`1a0fa20`](https://github.com/LedgerHQ/ledger-live/commit/1a0fa20da7509cdde1141002a2be8e9d8458b27d)]:
|
|
2674
|
-
- @ledgerhq/types-live@6.52.3-next.0
|
|
2675
|
-
- @ledgerhq/cryptoassets@13.6.2-next.0
|
|
2676
|
-
- @ledgerhq/coin-framework@0.18.5-next.0
|
|
2677
|
-
|
|
2678
|
-
## 0.8.4
|
|
2679
|
-
|
|
2680
|
-
### Patch Changes
|
|
2681
|
-
|
|
2682
|
-
- Updated dependencies [[`80e333c`](https://github.com/LedgerHQ/ledger-live/commit/80e333c30afdc7d14f1b5fd3e92c9fb10372e2c1), [`d8c171a`](https://github.com/LedgerHQ/ledger-live/commit/d8c171a6ed32012733786bde29b5493b1106cf56)]:
|
|
2683
|
-
- @ledgerhq/types-live@6.52.2
|
|
2684
|
-
- @ledgerhq/coin-framework@0.18.4
|
|
2685
|
-
|
|
2686
|
-
## 0.8.4-hotfix.0
|
|
2687
|
-
|
|
2688
|
-
### Patch Changes
|
|
2689
|
-
|
|
2690
|
-
- Updated dependencies [[`80e333c`](https://github.com/LedgerHQ/ledger-live/commit/80e333c30afdc7d14f1b5fd3e92c9fb10372e2c1), [`d8c171a`](https://github.com/LedgerHQ/ledger-live/commit/d8c171a6ed32012733786bde29b5493b1106cf56)]:
|
|
2691
|
-
- @ledgerhq/types-live@6.52.2-hotfix.0
|
|
2692
|
-
- @ledgerhq/coin-framework@0.18.4-hotfix.0
|
|
2693
|
-
|
|
2694
|
-
## 0.8.3
|
|
2695
|
-
|
|
2696
|
-
### Patch Changes
|
|
2697
|
-
|
|
2698
|
-
- [#7971](https://github.com/LedgerHQ/ledger-live/pull/7971) [`3824e06`](https://github.com/LedgerHQ/ledger-live/commit/3824e06ba2c94bc0697d2a40d865efe766d1f102) Thanks [@lpaquet-ledger](https://github.com/lpaquet-ledger)! - Add thorswap swap
|
|
2699
|
-
|
|
2700
|
-
- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f), [`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)]:
|
|
2701
|
-
- @ledgerhq/types-live@6.52.1
|
|
2702
|
-
- @ledgerhq/live-env@2.4.0
|
|
2703
|
-
- @ledgerhq/coin-framework@0.18.3
|
|
2704
|
-
- @ledgerhq/cryptoassets@13.6.1
|
|
2705
|
-
- @ledgerhq/live-network@2.0.2
|
|
2706
|
-
|
|
2707
|
-
## 0.8.3-next.0
|
|
2708
|
-
|
|
2709
|
-
### Patch Changes
|
|
2710
|
-
|
|
2711
|
-
- [#7971](https://github.com/LedgerHQ/ledger-live/pull/7971) [`3824e06`](https://github.com/LedgerHQ/ledger-live/commit/3824e06ba2c94bc0697d2a40d865efe766d1f102) Thanks [@lpaquet-ledger](https://github.com/lpaquet-ledger)! - Add thorswap swap
|
|
2712
|
-
|
|
2713
|
-
- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f), [`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)]:
|
|
2714
|
-
- @ledgerhq/types-live@6.52.1-next.0
|
|
2715
|
-
- @ledgerhq/live-env@2.4.0-next.0
|
|
2716
|
-
- @ledgerhq/coin-framework@0.18.3-next.0
|
|
2717
|
-
- @ledgerhq/cryptoassets@13.6.1-next.0
|
|
2718
|
-
- @ledgerhq/live-network@2.0.2-next.0
|
|
2719
|
-
|
|
2720
|
-
## 0.8.2
|
|
2721
|
-
|
|
2722
|
-
### Patch Changes
|
|
2723
|
-
|
|
2724
|
-
- Updated dependencies [[`c83af75`](https://github.com/LedgerHQ/ledger-live/commit/c83af756fb388043c9f5a3862cae1231ec99a02c)]:
|
|
2725
|
-
- @ledgerhq/types-cryptoassets@7.16.0
|
|
2726
|
-
- @ledgerhq/cryptoassets@13.6.0
|
|
2727
|
-
- @ledgerhq/types-live@6.52.0
|
|
2728
|
-
- @ledgerhq/coin-framework@0.18.2
|
|
2729
|
-
|
|
2730
|
-
## 0.8.2-next.0
|
|
2731
|
-
|
|
2732
|
-
### Patch Changes
|
|
2733
|
-
|
|
2734
|
-
- Updated dependencies [[`c83af75`](https://github.com/LedgerHQ/ledger-live/commit/c83af756fb388043c9f5a3862cae1231ec99a02c)]:
|
|
2735
|
-
- @ledgerhq/types-cryptoassets@7.16.0-next.0
|
|
2736
|
-
- @ledgerhq/cryptoassets@13.6.0-next.0
|
|
2737
|
-
- @ledgerhq/types-live@6.52.0-next.0
|
|
2738
|
-
- @ledgerhq/coin-framework@0.18.2-next.0
|
|
2739
|
-
|
|
2740
|
-
## 0.8.1
|
|
2741
|
-
|
|
2742
|
-
### Patch Changes
|
|
2743
|
-
|
|
2744
|
-
- [#7883](https://github.com/LedgerHQ/ledger-live/pull/7883) [`f805d14`](https://github.com/LedgerHQ/ledger-live/commit/f805d1470f927824233f94eaba065b00d7af18cf) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update Axios to 1.7.7 following CVE: https://github.com/advisories/GHSA-8hc4-vh64-cxmj
|
|
2745
|
-
|
|
2746
|
-
- Updated dependencies [[`1605678`](https://github.com/LedgerHQ/ledger-live/commit/1605678a4c43ce85b19bd549b295f3c67ff1dcb9), [`1605678`](https://github.com/LedgerHQ/ledger-live/commit/1605678a4c43ce85b19bd549b295f3c67ff1dcb9), [`f805d14`](https://github.com/LedgerHQ/ledger-live/commit/f805d1470f927824233f94eaba065b00d7af18cf), [`461ddc5`](https://github.com/LedgerHQ/ledger-live/commit/461ddc56fbbe862789fe9a06db8a7e7a894e4bdd), [`672875f`](https://github.com/LedgerHQ/ledger-live/commit/672875feb9876edacf06aaea6c7bb47f4bb7d993), [`0a71c43`](https://github.com/LedgerHQ/ledger-live/commit/0a71c4344b7bb2c6640f3e5dda152ae815573330), [`7865dcb`](https://github.com/LedgerHQ/ledger-live/commit/7865dcb1891b89a0d9fe28efeea3a6284f3d87c5), [`1605678`](https://github.com/LedgerHQ/ledger-live/commit/1605678a4c43ce85b19bd549b295f3c67ff1dcb9)]:
|
|
2747
|
-
- @ledgerhq/cryptoassets@13.5.0
|
|
2748
|
-
- @ledgerhq/types-cryptoassets@7.15.2
|
|
2749
|
-
- @ledgerhq/live-network@2.0.1
|
|
2750
|
-
- @ledgerhq/types-live@6.51.1
|
|
2751
|
-
- @ledgerhq/errors@6.19.1
|
|
2752
|
-
- @ledgerhq/coin-framework@0.18.1
|
|
2753
|
-
- @ledgerhq/devices@8.4.4
|
|
2754
|
-
|
|
2755
|
-
## 0.8.1-next.1
|
|
2756
|
-
|
|
2757
|
-
### Patch Changes
|
|
2758
|
-
|
|
2759
|
-
- [#7883](https://github.com/LedgerHQ/ledger-live/pull/7883) [`f805d14`](https://github.com/LedgerHQ/ledger-live/commit/f805d1470f927824233f94eaba065b00d7af18cf) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update Axios to 1.7.7 following CVE: https://github.com/advisories/GHSA-8hc4-vh64-cxmj
|
|
2760
|
-
|
|
2761
|
-
- Updated dependencies [[`f805d14`](https://github.com/LedgerHQ/ledger-live/commit/f805d1470f927824233f94eaba065b00d7af18cf)]:
|
|
2762
|
-
- @ledgerhq/cryptoassets@13.5.0-next.1
|
|
2763
|
-
- @ledgerhq/live-network@2.0.1-next.1
|
|
2764
|
-
- @ledgerhq/coin-framework@0.18.1-next.1
|
|
2765
|
-
|
|
2766
|
-
## 0.8.1-next.0
|
|
2767
|
-
|
|
2768
|
-
### Patch Changes
|
|
2769
|
-
|
|
2770
|
-
- Updated dependencies [[`1605678`](https://github.com/LedgerHQ/ledger-live/commit/1605678a4c43ce85b19bd549b295f3c67ff1dcb9), [`1605678`](https://github.com/LedgerHQ/ledger-live/commit/1605678a4c43ce85b19bd549b295f3c67ff1dcb9), [`461ddc5`](https://github.com/LedgerHQ/ledger-live/commit/461ddc56fbbe862789fe9a06db8a7e7a894e4bdd), [`672875f`](https://github.com/LedgerHQ/ledger-live/commit/672875feb9876edacf06aaea6c7bb47f4bb7d993), [`0a71c43`](https://github.com/LedgerHQ/ledger-live/commit/0a71c4344b7bb2c6640f3e5dda152ae815573330), [`7865dcb`](https://github.com/LedgerHQ/ledger-live/commit/7865dcb1891b89a0d9fe28efeea3a6284f3d87c5), [`1605678`](https://github.com/LedgerHQ/ledger-live/commit/1605678a4c43ce85b19bd549b295f3c67ff1dcb9)]:
|
|
2771
|
-
- @ledgerhq/cryptoassets@13.5.0-next.0
|
|
2772
|
-
- @ledgerhq/types-cryptoassets@7.15.2-next.0
|
|
2773
|
-
- @ledgerhq/types-live@6.51.1-next.0
|
|
2774
|
-
- @ledgerhq/errors@6.19.1-next.0
|
|
2775
|
-
- @ledgerhq/coin-framework@0.18.1-next.0
|
|
2776
|
-
- @ledgerhq/devices@8.4.4-next.0
|
|
2777
|
-
- @ledgerhq/live-network@2.0.1-next.0
|
|
2778
|
-
|
|
2779
|
-
## 0.8.0
|
|
2780
|
-
|
|
2781
|
-
### Minor Changes
|
|
2782
|
-
|
|
2783
|
-
- [#7742](https://github.com/LedgerHQ/ledger-live/pull/7742) [`e6b8cea`](https://github.com/LedgerHQ/ledger-live/commit/e6b8ceac486147f4000aab7f0ae7f89d2ac205b1) Thanks [@CremaFR](https://github.com/CremaFR)! - fix: some issue with btc custom fees when reopening drawer
|
|
2784
|
-
|
|
2785
|
-
### Patch Changes
|
|
2786
|
-
|
|
2787
|
-
- [#7593](https://github.com/LedgerHQ/ledger-live/pull/7593) [`187293c`](https://github.com/LedgerHQ/ledger-live/commit/187293c6cf6093f15f07d5effc1ded0843a9e6ab) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update `axios` to fixed version `1.7.3`
|
|
2788
|
-
|
|
2789
|
-
- [#7536](https://github.com/LedgerHQ/ledger-live/pull/7536) [`d2f7d9b`](https://github.com/LedgerHQ/ledger-live/commit/d2f7d9b418c374bd6b87927c1f67d58c118b556d) Thanks [@Wozacosta](https://github.com/Wozacosta)! - adds some unit tests in coin-bitcoin coin-module
|
|
2790
|
-
|
|
2791
|
-
- [#7563](https://github.com/LedgerHQ/ledger-live/pull/7563) [`ef82161`](https://github.com/LedgerHQ/ledger-live/commit/ef82161688fc49bf32cbc88f1837b15490e5d2b4) Thanks [@Wozacosta](https://github.com/Wozacosta)! - remove pivx code
|
|
2792
|
-
|
|
2793
|
-
- Updated dependencies [[`5c738cb`](https://github.com/LedgerHQ/ledger-live/commit/5c738cbd35ce5d0ca39ad3b86a61cc6234d1bdf7), [`9c55e81`](https://github.com/LedgerHQ/ledger-live/commit/9c55e81c84d3372f2a7fd36248f970376aec905a), [`187293c`](https://github.com/LedgerHQ/ledger-live/commit/187293c6cf6093f15f07d5effc1ded0843a9e6ab), [`187293c`](https://github.com/LedgerHQ/ledger-live/commit/187293c6cf6093f15f07d5effc1ded0843a9e6ab), [`cc291f5`](https://github.com/LedgerHQ/ledger-live/commit/cc291f5466d80a2b7e9394338ab588ecd3db4623), [`fb9466a`](https://github.com/LedgerHQ/ledger-live/commit/fb9466a4d7827fd4759c726ad3ae0b43dddcacd3), [`5758950`](https://github.com/LedgerHQ/ledger-live/commit/5758950841fbf8018dd848e745017484aec67333), [`0c80144`](https://github.com/LedgerHQ/ledger-live/commit/0c80144b8c16fc3729baa6503875d21af87b2752), [`4799d5d`](https://github.com/LedgerHQ/ledger-live/commit/4799d5de3fb1dcef2b01de31fe29b59e76922576), [`ef82161`](https://github.com/LedgerHQ/ledger-live/commit/ef82161688fc49bf32cbc88f1837b15490e5d2b4), [`d13e7b9`](https://github.com/LedgerHQ/ledger-live/commit/d13e7b9f55d92098cacc9384fd7fab24033c040f), [`a3fd728`](https://github.com/LedgerHQ/ledger-live/commit/a3fd72861f2a7df676bd793062b3816fdb9d1f57), [`a0bb74b`](https://github.com/LedgerHQ/ledger-live/commit/a0bb74b8f3704ab9d5567c9d14c16cab9e0872f7), [`eb9a36f`](https://github.com/LedgerHQ/ledger-live/commit/eb9a36f6ee8487c9ffbb841c3e6c0ca84f68bb0a), [`6815f6f`](https://github.com/LedgerHQ/ledger-live/commit/6815f6fccb9bca627a2e51ab954dc3f9b8f7c710), [`9c2f1b3`](https://github.com/LedgerHQ/ledger-live/commit/9c2f1b3b6e11a37a6b5ecf02d1e1ae7f0258e3ae), [`9a650da`](https://github.com/LedgerHQ/ledger-live/commit/9a650da9a147d6881f7082278d2bf764c37e1451)]:
|
|
2794
|
-
- @ledgerhq/errors@6.19.0
|
|
2795
|
-
- @ledgerhq/cryptoassets@13.4.0
|
|
2796
|
-
- @ledgerhq/live-network@2.0.0
|
|
2797
|
-
- @ledgerhq/coin-framework@0.18.0
|
|
2798
|
-
- @ledgerhq/types-live@6.51.0
|
|
2799
|
-
- @ledgerhq/live-env@2.3.0
|
|
2800
|
-
- @ledgerhq/types-cryptoassets@7.15.1
|
|
2801
|
-
- @ledgerhq/devices@8.4.3
|
|
2802
|
-
|
|
2803
|
-
## 0.8.0-next.0
|
|
2804
|
-
|
|
2805
|
-
### Minor Changes
|
|
2806
|
-
|
|
2807
|
-
- [#7742](https://github.com/LedgerHQ/ledger-live/pull/7742) [`e6b8cea`](https://github.com/LedgerHQ/ledger-live/commit/e6b8ceac486147f4000aab7f0ae7f89d2ac205b1) Thanks [@CremaFR](https://github.com/CremaFR)! - fix: some issue with btc custom fees when reopening drawer
|
|
2808
|
-
|
|
2809
|
-
### Patch Changes
|
|
2810
|
-
|
|
2811
|
-
- [#7593](https://github.com/LedgerHQ/ledger-live/pull/7593) [`187293c`](https://github.com/LedgerHQ/ledger-live/commit/187293c6cf6093f15f07d5effc1ded0843a9e6ab) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update `axios` to fixed version `1.7.3`
|
|
2812
|
-
|
|
2813
|
-
- [#7536](https://github.com/LedgerHQ/ledger-live/pull/7536) [`d2f7d9b`](https://github.com/LedgerHQ/ledger-live/commit/d2f7d9b418c374bd6b87927c1f67d58c118b556d) Thanks [@Wozacosta](https://github.com/Wozacosta)! - adds some unit tests in coin-bitcoin coin-module
|
|
2814
|
-
|
|
2815
|
-
- [#7563](https://github.com/LedgerHQ/ledger-live/pull/7563) [`ef82161`](https://github.com/LedgerHQ/ledger-live/commit/ef82161688fc49bf32cbc88f1837b15490e5d2b4) Thanks [@Wozacosta](https://github.com/Wozacosta)! - remove pivx code
|
|
2816
|
-
|
|
2817
|
-
- Updated dependencies [[`5c738cb`](https://github.com/LedgerHQ/ledger-live/commit/5c738cbd35ce5d0ca39ad3b86a61cc6234d1bdf7), [`9c55e81`](https://github.com/LedgerHQ/ledger-live/commit/9c55e81c84d3372f2a7fd36248f970376aec905a), [`187293c`](https://github.com/LedgerHQ/ledger-live/commit/187293c6cf6093f15f07d5effc1ded0843a9e6ab), [`187293c`](https://github.com/LedgerHQ/ledger-live/commit/187293c6cf6093f15f07d5effc1ded0843a9e6ab), [`cc291f5`](https://github.com/LedgerHQ/ledger-live/commit/cc291f5466d80a2b7e9394338ab588ecd3db4623), [`fb9466a`](https://github.com/LedgerHQ/ledger-live/commit/fb9466a4d7827fd4759c726ad3ae0b43dddcacd3), [`5758950`](https://github.com/LedgerHQ/ledger-live/commit/5758950841fbf8018dd848e745017484aec67333), [`0c80144`](https://github.com/LedgerHQ/ledger-live/commit/0c80144b8c16fc3729baa6503875d21af87b2752), [`4799d5d`](https://github.com/LedgerHQ/ledger-live/commit/4799d5de3fb1dcef2b01de31fe29b59e76922576), [`ef82161`](https://github.com/LedgerHQ/ledger-live/commit/ef82161688fc49bf32cbc88f1837b15490e5d2b4), [`d13e7b9`](https://github.com/LedgerHQ/ledger-live/commit/d13e7b9f55d92098cacc9384fd7fab24033c040f), [`a3fd728`](https://github.com/LedgerHQ/ledger-live/commit/a3fd72861f2a7df676bd793062b3816fdb9d1f57), [`a0bb74b`](https://github.com/LedgerHQ/ledger-live/commit/a0bb74b8f3704ab9d5567c9d14c16cab9e0872f7), [`eb9a36f`](https://github.com/LedgerHQ/ledger-live/commit/eb9a36f6ee8487c9ffbb841c3e6c0ca84f68bb0a), [`6815f6f`](https://github.com/LedgerHQ/ledger-live/commit/6815f6fccb9bca627a2e51ab954dc3f9b8f7c710), [`9c2f1b3`](https://github.com/LedgerHQ/ledger-live/commit/9c2f1b3b6e11a37a6b5ecf02d1e1ae7f0258e3ae), [`9a650da`](https://github.com/LedgerHQ/ledger-live/commit/9a650da9a147d6881f7082278d2bf764c37e1451)]:
|
|
2818
|
-
- @ledgerhq/errors@6.19.0-next.0
|
|
2819
|
-
- @ledgerhq/cryptoassets@13.4.0-next.0
|
|
2820
|
-
- @ledgerhq/live-network@2.0.0-next.0
|
|
2821
|
-
- @ledgerhq/coin-framework@0.18.0-next.0
|
|
2822
|
-
- @ledgerhq/types-live@6.51.0-next.0
|
|
2823
|
-
- @ledgerhq/live-env@2.3.0-next.0
|
|
2824
|
-
- @ledgerhq/types-cryptoassets@7.15.1-next.0
|
|
2825
|
-
- @ledgerhq/devices@8.4.3-next.0
|
|
2826
|
-
|
|
2827
|
-
## 0.7.3
|
|
2828
|
-
|
|
2829
|
-
### Patch Changes
|
|
2830
|
-
|
|
2831
|
-
- [#7642](https://github.com/LedgerHQ/ledger-live/pull/7642) [`22ff55b`](https://github.com/LedgerHQ/ledger-live/commit/22ff55bf74a27fa22701c8b20424732a189ca017) Thanks [@ofreyssinet-ledger](https://github.com/ofreyssinet-ledger)! - Sentry: disable capture of "performance spans", which were not actually in use, but still causing a stop of the internal process on LLD Windows
|
|
2832
|
-
|
|
2833
|
-
## 0.7.2
|
|
2834
|
-
|
|
2835
|
-
### Patch Changes
|
|
2836
|
-
|
|
2837
|
-
- Updated dependencies [[`afa03ae`](https://github.com/LedgerHQ/ledger-live/commit/afa03ae921ad1ca7df83dc0ba717c1cc27cb08cd), [`df9b4b7`](https://github.com/LedgerHQ/ledger-live/commit/df9b4b7b699503bb3aab1dc791b28e11ef0d51b9), [`db9c2d7`](https://github.com/LedgerHQ/ledger-live/commit/db9c2d78fb74df586c3ea1b9fb75ce3b014a0f4b), [`87d6bb2`](https://github.com/LedgerHQ/ledger-live/commit/87d6bb2501eac654dc10f45a0f591b28569b3d9f), [`4bd91de`](https://github.com/LedgerHQ/ledger-live/commit/4bd91de13442d12acce3ee83d5f2fd5f087570cf), [`53ff78c`](https://github.com/LedgerHQ/ledger-live/commit/53ff78c541d3ed69a3e74854d77f58a7e0d93978), [`8553b3e`](https://github.com/LedgerHQ/ledger-live/commit/8553b3eef10132396ec580a2d5f20b616f5b18a0), [`52daa39`](https://github.com/LedgerHQ/ledger-live/commit/52daa3998709ac3538afd447fe771faa3e3441be), [`60f1b5c`](https://github.com/LedgerHQ/ledger-live/commit/60f1b5c6cab125f5281468bb3e36f1abfae2d70c), [`60f1b5c`](https://github.com/LedgerHQ/ledger-live/commit/60f1b5c6cab125f5281468bb3e36f1abfae2d70c), [`50b6db6`](https://github.com/LedgerHQ/ledger-live/commit/50b6db67d374a23ba040043aa93e7fbc52685297)]:
|
|
2838
|
-
- @ledgerhq/coin-framework@0.17.0
|
|
2839
|
-
- @ledgerhq/types-live@6.50.0
|
|
2840
|
-
- @ledgerhq/cryptoassets@13.3.0
|
|
2841
|
-
- @ledgerhq/types-cryptoassets@7.15.0
|
|
2842
|
-
- @ledgerhq/live-env@2.2.0
|
|
2843
|
-
- @ledgerhq/live-network@1.4.0
|
|
2844
|
-
|
|
2845
|
-
## 0.7.2-next.1
|
|
2846
|
-
|
|
2847
|
-
### Patch Changes
|
|
2848
|
-
|
|
2849
|
-
- Updated dependencies [[`50b6db6`](https://github.com/LedgerHQ/ledger-live/commit/50b6db67d374a23ba040043aa93e7fbc52685297)]:
|
|
2850
|
-
- @ledgerhq/cryptoassets@13.3.0-next.1
|
|
2851
|
-
- @ledgerhq/coin-framework@0.17.0-next.1
|
|
2852
|
-
|
|
2853
|
-
## 0.7.2-next.0
|
|
2854
|
-
|
|
2855
|
-
### Patch Changes
|
|
2856
|
-
|
|
2857
|
-
- Updated dependencies [[`afa03ae`](https://github.com/LedgerHQ/ledger-live/commit/afa03ae921ad1ca7df83dc0ba717c1cc27cb08cd), [`df9b4b7`](https://github.com/LedgerHQ/ledger-live/commit/df9b4b7b699503bb3aab1dc791b28e11ef0d51b9), [`db9c2d7`](https://github.com/LedgerHQ/ledger-live/commit/db9c2d78fb74df586c3ea1b9fb75ce3b014a0f4b), [`87d6bb2`](https://github.com/LedgerHQ/ledger-live/commit/87d6bb2501eac654dc10f45a0f591b28569b3d9f), [`4bd91de`](https://github.com/LedgerHQ/ledger-live/commit/4bd91de13442d12acce3ee83d5f2fd5f087570cf), [`53ff78c`](https://github.com/LedgerHQ/ledger-live/commit/53ff78c541d3ed69a3e74854d77f58a7e0d93978), [`8553b3e`](https://github.com/LedgerHQ/ledger-live/commit/8553b3eef10132396ec580a2d5f20b616f5b18a0), [`52daa39`](https://github.com/LedgerHQ/ledger-live/commit/52daa3998709ac3538afd447fe771faa3e3441be), [`60f1b5c`](https://github.com/LedgerHQ/ledger-live/commit/60f1b5c6cab125f5281468bb3e36f1abfae2d70c), [`60f1b5c`](https://github.com/LedgerHQ/ledger-live/commit/60f1b5c6cab125f5281468bb3e36f1abfae2d70c)]:
|
|
2858
|
-
- @ledgerhq/coin-framework@0.17.0-next.0
|
|
2859
|
-
- @ledgerhq/types-live@6.50.0-next.0
|
|
2860
|
-
- @ledgerhq/cryptoassets@13.3.0-next.0
|
|
2861
|
-
- @ledgerhq/types-cryptoassets@7.15.0-next.0
|
|
2862
|
-
- @ledgerhq/live-env@2.2.0-next.0
|
|
2863
|
-
- @ledgerhq/live-network@1.4.0-next.0
|
|
2864
|
-
|
|
2865
|
-
## 0.7.1
|
|
2866
|
-
|
|
2867
|
-
### Patch Changes
|
|
2868
|
-
|
|
2869
|
-
- Updated dependencies [[`0b12c90`](https://github.com/LedgerHQ/ledger-live/commit/0b12c9040d6ee0a326b1d5effd261ddee2db452f)]:
|
|
2870
|
-
- @ledgerhq/devices@8.4.2
|
|
2871
|
-
- @ledgerhq/coin-framework@0.16.1
|
|
2872
|
-
- @ledgerhq/types-live@6.49.0
|
|
2873
|
-
|
|
2874
|
-
## 0.7.1-hotfix.0
|
|
2875
|
-
|
|
2876
|
-
### Patch Changes
|
|
2877
|
-
|
|
2878
|
-
- Updated dependencies [[`5d508e5`](https://github.com/LedgerHQ/ledger-live/commit/5d508e5cfd296e458746adf176dd292aa884f7ea)]:
|
|
2879
|
-
- @ledgerhq/devices@8.4.2-hotfix.0
|
|
2880
|
-
- @ledgerhq/coin-framework@0.16.1-hotfix.0
|
|
2881
|
-
|
|
2882
|
-
## 0.7.0
|
|
2883
|
-
|
|
2884
|
-
### Minor Changes
|
|
2885
|
-
|
|
2886
|
-
- [#7138](https://github.com/LedgerHQ/ledger-live/pull/7138) [`ef2d53d`](https://github.com/LedgerHQ/ledger-live/commit/ef2d53d514f1f4e6f18fc79fa3423bd9b0208a04) Thanks [@lvndry](https://github.com/lvndry)! - removes via, vtc and ppc support
|
|
2887
|
-
|
|
2888
|
-
### Patch Changes
|
|
2889
|
-
|
|
2890
|
-
- [#7132](https://github.com/LedgerHQ/ledger-live/pull/7132) [`4d567da`](https://github.com/LedgerHQ/ledger-live/commit/4d567da94cde447400328b1dabe129fbf8b917cd) Thanks [@hzheng-ledger](https://github.com/hzheng-ledger)! - fix btc transaction pagination
|
|
2891
|
-
|
|
2892
|
-
- [#7237](https://github.com/LedgerHQ/ledger-live/pull/7237) [`201cf62`](https://github.com/LedgerHQ/ledger-live/commit/201cf622ee3994a4a0c65672183d469a0d1b52fe) Thanks [@lvndry](https://github.com/lvndry)! - Better error message if cardinality is not 3
|
|
2893
|
-
|
|
2894
|
-
- Updated dependencies [[`ef2d53d`](https://github.com/LedgerHQ/ledger-live/commit/ef2d53d514f1f4e6f18fc79fa3423bd9b0208a04), [`b77ab8e`](https://github.com/LedgerHQ/ledger-live/commit/b77ab8e718ee8e10b74dc15370e8a19d2597d39e), [`52db252`](https://github.com/LedgerHQ/ledger-live/commit/52db252757870398cba5366d595b4d5fe8099b90), [`f819703`](https://github.com/LedgerHQ/ledger-live/commit/f81970347d139e63a547ab809be425d6f4d464a4), [`fe8a26b`](https://github.com/LedgerHQ/ledger-live/commit/fe8a26b04206df64e50220c3e9249c9a1bd057a6), [`1cbf767`](https://github.com/LedgerHQ/ledger-live/commit/1cbf767465d9e1f7bed5de79c5b5a0a5ca06e1b5), [`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)]:
|
|
2895
|
-
- @ledgerhq/types-cryptoassets@7.14.0
|
|
2896
|
-
- @ledgerhq/cryptoassets@13.2.0
|
|
2897
|
-
- @ledgerhq/types-live@6.49.0
|
|
2898
|
-
- @ledgerhq/coin-framework@0.16.0
|
|
2899
|
-
- @ledgerhq/errors@6.18.0
|
|
2900
|
-
- @ledgerhq/devices@8.4.1
|
|
2901
|
-
- @ledgerhq/live-network@1.3.1
|
|
2902
|
-
|
|
2903
|
-
## 0.7.0-next.0
|
|
2904
|
-
|
|
2905
|
-
### Minor Changes
|
|
2906
|
-
|
|
2907
|
-
- [#7138](https://github.com/LedgerHQ/ledger-live/pull/7138) [`ef2d53d`](https://github.com/LedgerHQ/ledger-live/commit/ef2d53d514f1f4e6f18fc79fa3423bd9b0208a04) Thanks [@lvndry](https://github.com/lvndry)! - removes via, vtc and ppc support
|
|
2908
|
-
|
|
2909
|
-
### Patch Changes
|
|
2910
|
-
|
|
2911
|
-
- [#7132](https://github.com/LedgerHQ/ledger-live/pull/7132) [`4d567da`](https://github.com/LedgerHQ/ledger-live/commit/4d567da94cde447400328b1dabe129fbf8b917cd) Thanks [@hzheng-ledger](https://github.com/hzheng-ledger)! - fix btc transaction pagination
|
|
2912
|
-
|
|
2913
|
-
- [#7237](https://github.com/LedgerHQ/ledger-live/pull/7237) [`201cf62`](https://github.com/LedgerHQ/ledger-live/commit/201cf622ee3994a4a0c65672183d469a0d1b52fe) Thanks [@lvndry](https://github.com/lvndry)! - Better error message if cardinality is not 3
|
|
2914
|
-
|
|
2915
|
-
- Updated dependencies [[`ef2d53d`](https://github.com/LedgerHQ/ledger-live/commit/ef2d53d514f1f4e6f18fc79fa3423bd9b0208a04), [`b77ab8e`](https://github.com/LedgerHQ/ledger-live/commit/b77ab8e718ee8e10b74dc15370e8a19d2597d39e), [`52db252`](https://github.com/LedgerHQ/ledger-live/commit/52db252757870398cba5366d595b4d5fe8099b90), [`f819703`](https://github.com/LedgerHQ/ledger-live/commit/f81970347d139e63a547ab809be425d6f4d464a4), [`fe8a26b`](https://github.com/LedgerHQ/ledger-live/commit/fe8a26b04206df64e50220c3e9249c9a1bd057a6), [`1cbf767`](https://github.com/LedgerHQ/ledger-live/commit/1cbf767465d9e1f7bed5de79c5b5a0a5ca06e1b5), [`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)]:
|
|
2916
|
-
- @ledgerhq/types-cryptoassets@7.14.0-next.0
|
|
2917
|
-
- @ledgerhq/cryptoassets@13.2.0-next.0
|
|
2918
|
-
- @ledgerhq/types-live@6.49.0-next.0
|
|
2919
|
-
- @ledgerhq/coin-framework@0.16.0-next.0
|
|
2920
|
-
- @ledgerhq/errors@6.18.0-next.0
|
|
2921
|
-
- @ledgerhq/devices@8.4.1-next.0
|
|
2922
|
-
- @ledgerhq/live-network@1.3.1-next.0
|
|
2923
|
-
|
|
2924
|
-
## 0.6.1
|
|
2925
|
-
|
|
2926
|
-
### Patch Changes
|
|
2927
|
-
|
|
2928
|
-
- [#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
|
|
2929
|
-
|
|
2930
|
-
- Updated dependencies [[`9551536`](https://github.com/LedgerHQ/ledger-live/commit/955153681ebc19344ed5becfbf7b131224b2ebd0), [`cde94b9`](https://github.com/LedgerHQ/ledger-live/commit/cde94b9584d6889849fb097813a5fc11ea19d069), [`785c618`](https://github.com/LedgerHQ/ledger-live/commit/785c6180c2212ca879c2fddb8302f0bab5686761), [`b478096`](https://github.com/LedgerHQ/ledger-live/commit/b478096537a0f86a9e39acc8c6cf17b1184e0849), [`81e5b8b`](https://github.com/LedgerHQ/ledger-live/commit/81e5b8bf4830dcb9d666436f2cc4367d92e93e78)]:
|
|
2931
|
-
- @ledgerhq/types-live@6.48.1
|
|
2932
|
-
- @ledgerhq/coin-framework@0.15.0
|
|
2933
|
-
- @ledgerhq/cryptoassets@13.1.1
|
|
2934
|
-
|
|
2935
|
-
## 0.6.1-next.2
|
|
2936
|
-
|
|
2937
|
-
### Patch Changes
|
|
2938
|
-
|
|
2939
|
-
- [#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
|
|
2940
|
-
|
|
2941
|
-
- Updated dependencies [[`81e5b8b`](https://github.com/LedgerHQ/ledger-live/commit/81e5b8bf4830dcb9d666436f2cc4367d92e93e78)]:
|
|
2942
|
-
- @ledgerhq/cryptoassets@13.1.1-next.1
|
|
2943
|
-
- @ledgerhq/types-live@6.48.1-next.1
|
|
2944
|
-
- @ledgerhq/coin-framework@0.15.0-next.2
|
|
2945
|
-
|
|
2946
|
-
## 0.6.1-next.1
|
|
2947
|
-
|
|
2948
|
-
### Patch Changes
|
|
2949
|
-
|
|
2950
|
-
- Updated dependencies [[`b478096`](https://github.com/LedgerHQ/ledger-live/commit/b478096537a0f86a9e39acc8c6cf17b1184e0849)]:
|
|
2951
|
-
- @ledgerhq/cryptoassets@13.1.1-next.0
|
|
2952
|
-
- @ledgerhq/coin-framework@0.15.0-next.1
|
|
2953
|
-
|
|
2954
|
-
## 0.6.1-next.0
|
|
2955
|
-
|
|
2956
|
-
### Patch Changes
|
|
2957
|
-
|
|
2958
|
-
- Updated dependencies [[`9551536`](https://github.com/LedgerHQ/ledger-live/commit/955153681ebc19344ed5becfbf7b131224b2ebd0), [`cde94b9`](https://github.com/LedgerHQ/ledger-live/commit/cde94b9584d6889849fb097813a5fc11ea19d069), [`785c618`](https://github.com/LedgerHQ/ledger-live/commit/785c6180c2212ca879c2fddb8302f0bab5686761)]:
|
|
2959
|
-
- @ledgerhq/types-live@6.48.1-next.0
|
|
2960
|
-
- @ledgerhq/coin-framework@0.15.0-next.0
|
|
2961
|
-
|
|
2962
|
-
## 0.6.0
|
|
2963
|
-
|
|
2964
|
-
### Minor Changes
|
|
2965
|
-
|
|
2966
|
-
- [#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
|
|
2967
|
-
|
|
2968
|
-
- [#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
|
|
2969
|
-
|
|
2970
|
-
### Patch Changes
|
|
2971
|
-
|
|
2972
|
-
- [#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
|
|
2973
|
-
|
|
2974
|
-
- [#6818](https://github.com/LedgerHQ/ledger-live/pull/6818) [`a18c28e`](https://github.com/LedgerHQ/ledger-live/commit/a18c28e3f6a6132bd5e53d5b61721084b3aa19e8) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Split account utils between coin-fmk and LLC
|
|
2975
|
-
|
|
2976
|
-
- [#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.
|
|
2977
|
-
|
|
2978
|
-
- [#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
|
|
2979
|
-
|
|
2980
|
-
- 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), [`6eec3f9`](https://github.com/LedgerHQ/ledger-live/commit/6eec3f973ecea36bafc7ebc8b88526399048cdc4), [`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), [`1a5b277`](https://github.com/LedgerHQ/ledger-live/commit/1a5b2777b7b71aa4c4e353010eeb9e3dab432bca), [`a115d6c`](https://github.com/LedgerHQ/ledger-live/commit/a115d6cd5dcbcc753d02dedb80f5eb1693d1a249), [`a2505de`](https://github.com/LedgerHQ/ledger-live/commit/a2505deb93dd0722981a90e12082ff1dbefc29b1), [`f17a3cb`](https://github.com/LedgerHQ/ledger-live/commit/f17a3cbc16abf7fadf686025a5ca56ec1a1e7bb6), [`60cd799`](https://github.com/LedgerHQ/ledger-live/commit/60cd799e693e3ae0712a5a9e88206b5304bbc214), [`84274a6`](https://github.com/LedgerHQ/ledger-live/commit/84274a6e764a385f707bc811ead7a7e92a02ed6a)]:
|
|
2981
|
-
- @ledgerhq/types-cryptoassets@7.13.0
|
|
2982
|
-
- @ledgerhq/cryptoassets@13.1.0
|
|
2983
|
-
- @ledgerhq/types-live@6.48.0
|
|
2984
|
-
- @ledgerhq/devices@8.4.0
|
|
2985
|
-
- @ledgerhq/errors@6.17.0
|
|
2986
|
-
- @ledgerhq/coin-framework@0.14.0
|
|
2987
|
-
- @ledgerhq/live-network@1.3.0
|
|
2988
|
-
- @ledgerhq/live-env@2.1.0
|
|
2989
|
-
|
|
2990
|
-
## 0.6.0-next.2
|
|
2991
|
-
|
|
2992
|
-
### Patch Changes
|
|
2993
|
-
|
|
2994
|
-
- Updated dependencies [[`d5a1300`](https://github.com/LedgerHQ/ledger-live/commit/d5a130034c18c7ac8b1fd3d4c5271423b4f7639d)]:
|
|
2995
|
-
- @ledgerhq/cryptoassets@13.1.0-next.2
|
|
2996
|
-
- @ledgerhq/coin-framework@0.14.0-next.2
|
|
2997
|
-
|
|
2998
|
-
## 0.6.0-next.1
|
|
2999
|
-
|
|
3000
|
-
### Patch Changes
|
|
3001
|
-
|
|
3002
|
-
- Updated dependencies [[`f7e7881`](https://github.com/LedgerHQ/ledger-live/commit/f7e7881a820880143c2b011d6a92b5a36156b2c1)]:
|
|
3003
|
-
- @ledgerhq/cryptoassets@13.1.0-next.1
|
|
3004
|
-
- @ledgerhq/coin-framework@0.14.0-next.1
|
|
3005
|
-
|
|
3006
|
-
## 0.6.0-next.0
|
|
3007
|
-
|
|
3008
|
-
### Minor Changes
|
|
3009
|
-
|
|
3010
|
-
- [#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
|
|
3011
|
-
|
|
3012
|
-
- [#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
|
|
3013
|
-
|
|
3014
|
-
### Patch Changes
|
|
3015
|
-
|
|
3016
|
-
- [#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
|
|
3017
|
-
|
|
3018
|
-
- [#6818](https://github.com/LedgerHQ/ledger-live/pull/6818) [`a18c28e`](https://github.com/LedgerHQ/ledger-live/commit/a18c28e3f6a6132bd5e53d5b61721084b3aa19e8) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Split account utils between coin-fmk and LLC
|
|
3019
|
-
|
|
3020
|
-
- [#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.
|
|
3021
|
-
|
|
3022
|
-
- [#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
|
|
3023
|
-
|
|
3024
|
-
- 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), [`6eec3f9`](https://github.com/LedgerHQ/ledger-live/commit/6eec3f973ecea36bafc7ebc8b88526399048cdc4), [`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), [`1a5b277`](https://github.com/LedgerHQ/ledger-live/commit/1a5b2777b7b71aa4c4e353010eeb9e3dab432bca), [`a115d6c`](https://github.com/LedgerHQ/ledger-live/commit/a115d6cd5dcbcc753d02dedb80f5eb1693d1a249), [`a2505de`](https://github.com/LedgerHQ/ledger-live/commit/a2505deb93dd0722981a90e12082ff1dbefc29b1), [`f17a3cb`](https://github.com/LedgerHQ/ledger-live/commit/f17a3cbc16abf7fadf686025a5ca56ec1a1e7bb6), [`60cd799`](https://github.com/LedgerHQ/ledger-live/commit/60cd799e693e3ae0712a5a9e88206b5304bbc214), [`84274a6`](https://github.com/LedgerHQ/ledger-live/commit/84274a6e764a385f707bc811ead7a7e92a02ed6a)]:
|
|
3025
|
-
- @ledgerhq/types-cryptoassets@7.13.0-next.0
|
|
3026
|
-
- @ledgerhq/cryptoassets@13.1.0-next.0
|
|
3027
|
-
- @ledgerhq/types-live@6.48.0-next.0
|
|
3028
|
-
- @ledgerhq/devices@8.4.0-next.0
|
|
3029
|
-
- @ledgerhq/errors@6.17.0-next.0
|
|
3030
|
-
- @ledgerhq/coin-framework@0.14.0-next.0
|
|
3031
|
-
- @ledgerhq/live-network@1.3.0-next.0
|
|
3032
|
-
- @ledgerhq/live-env@2.1.0-next.0
|
|
3033
|
-
|
|
3034
|
-
## 0.5.0
|
|
3035
|
-
|
|
3036
|
-
### Minor Changes
|
|
3037
|
-
|
|
3038
|
-
- [#6642](https://github.com/LedgerHQ/ledger-live/pull/6642) [`0db1bf8`](https://github.com/LedgerHQ/ledger-live/commit/0db1bf8cd57d6a38e1f2b3fe56183fb1fc59a9ca) Thanks [@hzheng-ledger](https://github.com/hzheng-ledger)! - fix bitcoin signmessage return from base64 to hex
|
|
3039
|
-
|
|
3040
|
-
### Patch Changes
|
|
3041
|
-
|
|
3042
|
-
- [#6692](https://github.com/LedgerHQ/ledger-live/pull/6692) [`3896648`](https://github.com/LedgerHQ/ledger-live/commit/389664874b98074905a7f8f8e5a845bb76908f13) Thanks [@lvndry](https://github.com/lvndry)! - Add support for coin config in bitcoin family
|
|
3043
|
-
|
|
3044
|
-
- Updated dependencies [[`b0ebe3a`](https://github.com/LedgerHQ/ledger-live/commit/b0ebe3acea586afbdeddb5877c15bcfc28f43016), [`fdb76a7`](https://github.com/LedgerHQ/ledger-live/commit/fdb76a7c3a8459a50b22b3e5a5a3002932805bcd), [`bbe790e`](https://github.com/LedgerHQ/ledger-live/commit/bbe790ef2efdb0d8bdd57829b6543c3baab5dfb9), [`d37d8df`](https://github.com/LedgerHQ/ledger-live/commit/d37d8df2482d1c7494401201c215b0a941bdb9f1), [`df1dcbf`](https://github.com/LedgerHQ/ledger-live/commit/df1dcbffe901d7c4baddb46a06b08a4ed5b7a17e), [`33c4239`](https://github.com/LedgerHQ/ledger-live/commit/33c42392386e5e8ebf9f3251ccf1ade3af11644d), [`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), [`c930c6e`](https://github.com/LedgerHQ/ledger-live/commit/c930c6e833bb29456e543b47e83de425ae6eeefa), [`0dae8e5`](https://github.com/LedgerHQ/ledger-live/commit/0dae8e5a33704eaee5976e8ae2cbe29c6f458167), [`cfb97f7`](https://github.com/LedgerHQ/ledger-live/commit/cfb97f7d5c81824815522e8699b7469047b1513a), [`0dae8e5`](https://github.com/LedgerHQ/ledger-live/commit/0dae8e5a33704eaee5976e8ae2cbe29c6f458167), [`2f2ef00`](https://github.com/LedgerHQ/ledger-live/commit/2f2ef001145469870ac703b6af28fdf8f0d70945)]:
|
|
3045
|
-
- @ledgerhq/types-live@6.47.0
|
|
3046
|
-
- @ledgerhq/types-cryptoassets@7.12.0
|
|
3047
|
-
- @ledgerhq/coin-framework@0.13.0
|
|
3048
|
-
- @ledgerhq/live-env@2.0.2
|
|
3049
|
-
- @ledgerhq/cryptoassets@13.0.0
|
|
3050
|
-
- @ledgerhq/live-network@1.2.2
|
|
3051
|
-
|
|
3052
|
-
## 0.5.0-next.1
|
|
3053
|
-
|
|
3054
|
-
### Patch Changes
|
|
3055
|
-
|
|
3056
|
-
- Updated dependencies []:
|
|
3057
|
-
- @ledgerhq/live-network@1.2.2-next.1
|
|
3058
|
-
|
|
3059
|
-
## 0.5.0-next.0
|
|
3060
|
-
|
|
3061
|
-
### Minor Changes
|
|
3062
|
-
|
|
3063
|
-
- [#6642](https://github.com/LedgerHQ/ledger-live/pull/6642) [`0db1bf8`](https://github.com/LedgerHQ/ledger-live/commit/0db1bf8cd57d6a38e1f2b3fe56183fb1fc59a9ca) Thanks [@hzheng-ledger](https://github.com/hzheng-ledger)! - fix bitcoin signmessage return from base64 to hex
|
|
3064
|
-
|
|
3065
|
-
### Patch Changes
|
|
3066
|
-
|
|
3067
|
-
- [#6692](https://github.com/LedgerHQ/ledger-live/pull/6692) [`3896648`](https://github.com/LedgerHQ/ledger-live/commit/389664874b98074905a7f8f8e5a845bb76908f13) Thanks [@lvndry](https://github.com/lvndry)! - Add support for coin config in bitcoin family
|
|
3068
|
-
|
|
3069
|
-
- Updated dependencies [[`b0ebe3a`](https://github.com/LedgerHQ/ledger-live/commit/b0ebe3acea586afbdeddb5877c15bcfc28f43016), [`fdb76a7`](https://github.com/LedgerHQ/ledger-live/commit/fdb76a7c3a8459a50b22b3e5a5a3002932805bcd), [`bbe790e`](https://github.com/LedgerHQ/ledger-live/commit/bbe790ef2efdb0d8bdd57829b6543c3baab5dfb9), [`d37d8df`](https://github.com/LedgerHQ/ledger-live/commit/d37d8df2482d1c7494401201c215b0a941bdb9f1), [`df1dcbf`](https://github.com/LedgerHQ/ledger-live/commit/df1dcbffe901d7c4baddb46a06b08a4ed5b7a17e), [`33c4239`](https://github.com/LedgerHQ/ledger-live/commit/33c42392386e5e8ebf9f3251ccf1ade3af11644d), [`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), [`c930c6e`](https://github.com/LedgerHQ/ledger-live/commit/c930c6e833bb29456e543b47e83de425ae6eeefa), [`0dae8e5`](https://github.com/LedgerHQ/ledger-live/commit/0dae8e5a33704eaee5976e8ae2cbe29c6f458167), [`cfb97f7`](https://github.com/LedgerHQ/ledger-live/commit/cfb97f7d5c81824815522e8699b7469047b1513a), [`0dae8e5`](https://github.com/LedgerHQ/ledger-live/commit/0dae8e5a33704eaee5976e8ae2cbe29c6f458167), [`2f2ef00`](https://github.com/LedgerHQ/ledger-live/commit/2f2ef001145469870ac703b6af28fdf8f0d70945)]:
|
|
3070
|
-
- @ledgerhq/types-live@6.47.0-next.0
|
|
3071
|
-
- @ledgerhq/types-cryptoassets@7.12.0-next.0
|
|
3072
|
-
- @ledgerhq/coin-framework@0.13.0-next.0
|
|
3073
|
-
- @ledgerhq/live-env@2.0.2-next.0
|
|
3074
|
-
- @ledgerhq/cryptoassets@13.0.0-next.0
|
|
3075
|
-
- @ledgerhq/live-network@1.2.2-next.0
|
|
3076
|
-
|
|
3077
|
-
## 0.4.0
|
|
3078
|
-
|
|
3079
|
-
### Minor Changes
|
|
3080
|
-
|
|
3081
|
-
- [#6045](https://github.com/LedgerHQ/ledger-live/pull/6045) [`1aa8ef4`](https://github.com/LedgerHQ/ledger-live/commit/1aa8ef404411c31f6ac4cf09fba453042db8b955) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Extract bitcoin as a separate package
|
|
3082
|
-
|
|
3083
|
-
### Patch Changes
|
|
3084
|
-
|
|
3085
|
-
- Updated dependencies [[`7d5a724`](https://github.com/LedgerHQ/ledger-live/commit/7d5a724f40079a233b159b5231d69f318327e175), [`b3dfed5`](https://github.com/LedgerHQ/ledger-live/commit/b3dfed54bd8d54e62530cb2db92c3c108b43e0d7), [`7887ad9`](https://github.com/LedgerHQ/ledger-live/commit/7887ad9842e59f6fc567f118f06b3e12bdb9073b), [`5ae6d8f`](https://github.com/LedgerHQ/ledger-live/commit/5ae6d8fb9b868dc01724e84ede2708e7a717c3f2), [`21f5c44`](https://github.com/LedgerHQ/ledger-live/commit/21f5c4438bb542a3891f692f4274ee4c28aa76cd), [`a780777`](https://github.com/LedgerHQ/ledger-live/commit/a780777c13e08c1c3cd66ef5f6deac0fe928a894), [`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), [`13bea7c`](https://github.com/LedgerHQ/ledger-live/commit/13bea7ced4b8a7ad40fbc5205e3b58ed8a217982), [`d2f8b26`](https://github.com/LedgerHQ/ledger-live/commit/d2f8b26c99551cba902c07e9c544f3c84d74686c), [`dd1d17f`](https://github.com/LedgerHQ/ledger-live/commit/dd1d17fd3ce7ed42558204b2f93707fb9b1599de), [`5ca7923`](https://github.com/LedgerHQ/ledger-live/commit/5ca79234ccbe66ce22f998fe3ebd2cdec681499a), [`26b3a5d`](https://github.com/LedgerHQ/ledger-live/commit/26b3a5d7d6e11efc226403707d683f3d0098a1c1), [`9ada63a`](https://github.com/LedgerHQ/ledger-live/commit/9ada63a05b2d2518af09a9c07937cf94b5b2ea67), [`5848f9e`](https://github.com/LedgerHQ/ledger-live/commit/5848f9e247f169eb7a4aff322253937214b9efdd), [`c7f072f`](https://github.com/LedgerHQ/ledger-live/commit/c7f072f833a950e230137499d4908b792f6b615f), [`a8138f9`](https://github.com/LedgerHQ/ledger-live/commit/a8138f9ec0cff714d9745012eb91a09713ffbbd2), [`2331bae`](https://github.com/LedgerHQ/ledger-live/commit/2331bae7393f822aa64e5d0ab8f51622b6363b33), [`b72c52b`](https://github.com/LedgerHQ/ledger-live/commit/b72c52b3e4ebbb7aaf2142afbf6a9b9172e7ee04), [`ebb45be`](https://github.com/LedgerHQ/ledger-live/commit/ebb45be56c6b1fdb3c36a8c20a16b41600baa264), [`e1df8bc`](https://github.com/LedgerHQ/ledger-live/commit/e1df8bca348287e94970de90c51e98fa277c5364), [`53da330`](https://github.com/LedgerHQ/ledger-live/commit/53da3301aaceeb16e6b1f96b1ea44428fbeb4483), [`52d5703`](https://github.com/LedgerHQ/ledger-live/commit/52d57039bb015af2616670db480364a2e5fc9966), [`abb1bbb`](https://github.com/LedgerHQ/ledger-live/commit/abb1bbb09c52a3d08577ba622c6cb0f44aab36c1), [`ba5c49b`](https://github.com/LedgerHQ/ledger-live/commit/ba5c49b82af70a2e459720b9cb124546c406b88b)]:
|
|
3086
|
-
- @ledgerhq/types-live@6.46.0
|
|
3087
|
-
- @ledgerhq/coin-framework@0.12.0
|
|
3088
|
-
- @ledgerhq/types-cryptoassets@7.11.0
|
|
3089
|
-
- @ledgerhq/cryptoassets@12.1.0
|
|
3090
|
-
- @ledgerhq/live-env@2.0.1
|
|
3091
|
-
- @ledgerhq/errors@6.16.4
|
|
3092
|
-
- @ledgerhq/devices@8.3.0
|
|
3093
|
-
- @ledgerhq/live-network@1.2.1
|
|
3094
|
-
|
|
3095
|
-
## 0.4.0-next.1
|
|
3096
|
-
|
|
3097
|
-
### Patch Changes
|
|
3098
|
-
|
|
3099
|
-
- Updated dependencies [[`762dea1`](https://github.com/LedgerHQ/ledger-live/commit/762dea1c52ef0537961d058f7ba81fa399663ac1)]:
|
|
3100
|
-
- @ledgerhq/live-env@2.0.1-next.0
|
|
3101
|
-
- @ledgerhq/coin-framework@0.12.0-next.1
|
|
3102
|
-
- @ledgerhq/live-network@1.2.1-next.1
|
|
3103
|
-
|
|
3104
|
-
## 0.4.0-next.0
|
|
3105
|
-
|
|
3106
|
-
### Minor Changes
|
|
3107
|
-
|
|
3108
|
-
- [#6045](https://github.com/LedgerHQ/ledger-live/pull/6045) [`1aa8ef4`](https://github.com/LedgerHQ/ledger-live/commit/1aa8ef404411c31f6ac4cf09fba453042db8b955) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Extract bitcoin as a separate package
|
|
3109
|
-
|
|
3110
|
-
### Patch Changes
|
|
3111
|
-
|
|
3112
|
-
- Updated dependencies [[`7d5a724`](https://github.com/LedgerHQ/ledger-live/commit/7d5a724f40079a233b159b5231d69f318327e175), [`b3dfed5`](https://github.com/LedgerHQ/ledger-live/commit/b3dfed54bd8d54e62530cb2db92c3c108b43e0d7), [`7887ad9`](https://github.com/LedgerHQ/ledger-live/commit/7887ad9842e59f6fc567f118f06b3e12bdb9073b), [`5ae6d8f`](https://github.com/LedgerHQ/ledger-live/commit/5ae6d8fb9b868dc01724e84ede2708e7a717c3f2), [`21f5c44`](https://github.com/LedgerHQ/ledger-live/commit/21f5c4438bb542a3891f692f4274ee4c28aa76cd), [`a780777`](https://github.com/LedgerHQ/ledger-live/commit/a780777c13e08c1c3cd66ef5f6deac0fe928a894), [`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), [`13bea7c`](https://github.com/LedgerHQ/ledger-live/commit/13bea7ced4b8a7ad40fbc5205e3b58ed8a217982), [`d2f8b26`](https://github.com/LedgerHQ/ledger-live/commit/d2f8b26c99551cba902c07e9c544f3c84d74686c), [`dd1d17f`](https://github.com/LedgerHQ/ledger-live/commit/dd1d17fd3ce7ed42558204b2f93707fb9b1599de), [`5ca7923`](https://github.com/LedgerHQ/ledger-live/commit/5ca79234ccbe66ce22f998fe3ebd2cdec681499a), [`26b3a5d`](https://github.com/LedgerHQ/ledger-live/commit/26b3a5d7d6e11efc226403707d683f3d0098a1c1), [`9ada63a`](https://github.com/LedgerHQ/ledger-live/commit/9ada63a05b2d2518af09a9c07937cf94b5b2ea67), [`5848f9e`](https://github.com/LedgerHQ/ledger-live/commit/5848f9e247f169eb7a4aff322253937214b9efdd), [`c7f072f`](https://github.com/LedgerHQ/ledger-live/commit/c7f072f833a950e230137499d4908b792f6b615f), [`a8138f9`](https://github.com/LedgerHQ/ledger-live/commit/a8138f9ec0cff714d9745012eb91a09713ffbbd2), [`2331bae`](https://github.com/LedgerHQ/ledger-live/commit/2331bae7393f822aa64e5d0ab8f51622b6363b33), [`b72c52b`](https://github.com/LedgerHQ/ledger-live/commit/b72c52b3e4ebbb7aaf2142afbf6a9b9172e7ee04), [`ebb45be`](https://github.com/LedgerHQ/ledger-live/commit/ebb45be56c6b1fdb3c36a8c20a16b41600baa264), [`e1df8bc`](https://github.com/LedgerHQ/ledger-live/commit/e1df8bca348287e94970de90c51e98fa277c5364), [`53da330`](https://github.com/LedgerHQ/ledger-live/commit/53da3301aaceeb16e6b1f96b1ea44428fbeb4483), [`52d5703`](https://github.com/LedgerHQ/ledger-live/commit/52d57039bb015af2616670db480364a2e5fc9966), [`abb1bbb`](https://github.com/LedgerHQ/ledger-live/commit/abb1bbb09c52a3d08577ba622c6cb0f44aab36c1), [`ba5c49b`](https://github.com/LedgerHQ/ledger-live/commit/ba5c49b82af70a2e459720b9cb124546c406b88b)]:
|
|
3113
|
-
- @ledgerhq/types-live@6.46.0-next.0
|
|
3114
|
-
- @ledgerhq/coin-framework@0.12.0-next.0
|
|
3115
|
-
- @ledgerhq/types-cryptoassets@7.11.0-next.0
|
|
3116
|
-
- @ledgerhq/cryptoassets@12.1.0-next.0
|
|
3117
|
-
- @ledgerhq/errors@6.16.4-next.0
|
|
3118
|
-
- @ledgerhq/devices@8.3.0-next.0
|
|
3119
|
-
- @ledgerhq/live-network@1.2.1-next.0
|
|
518
|
+
<!-- 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. -->
|