@ledgerhq/coin-cardano 0.2.0-nightly.7 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +43 -45
- package/package.json +9 -9
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-cardano@0.2.0
|
|
2
|
+
> @ledgerhq/coin-cardano@0.2.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-cardano
|
|
3
3
|
> tsc && tsc -m ES6 --outDir lib-es
|
|
4
4
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,22 +1,24 @@
|
|
|
1
1
|
# @ledgerhq/coin-cardano
|
|
2
2
|
|
|
3
|
-
## 0.2.0
|
|
3
|
+
## 0.2.0
|
|
4
4
|
|
|
5
|
-
###
|
|
6
|
-
|
|
7
|
-
- Updated dependencies [[`0c80144`](https://github.com/LedgerHQ/ledger-live/commit/0c80144b8c16fc3729baa6503875d21af87b2752)]:
|
|
8
|
-
- @ledgerhq/types-live@6.50.0-nightly.5
|
|
9
|
-
- @ledgerhq/coin-framework@0.17.0-nightly.6
|
|
5
|
+
### Minor Changes
|
|
10
6
|
|
|
11
|
-
|
|
7
|
+
- [#7213](https://github.com/LedgerHQ/ledger-live/pull/7213) [`354d913`](https://github.com/LedgerHQ/ledger-live/commit/354d9138a4bd9b54001ff1330a8000ee94aea008) Thanks [@pavanvora](https://github.com/pavanvora)! - Add babbage support to Cardano with typhonjs v2
|
|
12
8
|
|
|
13
9
|
### Patch Changes
|
|
14
10
|
|
|
15
|
-
- Updated dependencies [[`9c2f1b3`](https://github.com/LedgerHQ/ledger-live/commit/9c2f1b3b6e11a37a6b5ecf02d1e1ae7f0258e3ae), [`9a650da`](https://github.com/LedgerHQ/ledger-live/commit/9a650da9a147d6881f7082278d2bf764c37e1451)]:
|
|
16
|
-
- @ledgerhq/
|
|
17
|
-
- @ledgerhq/
|
|
11
|
+
- 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)]:
|
|
12
|
+
- @ledgerhq/errors@6.19.0
|
|
13
|
+
- @ledgerhq/cryptoassets@13.4.0
|
|
14
|
+
- @ledgerhq/live-network@2.0.0
|
|
15
|
+
- @ledgerhq/coin-framework@0.18.0
|
|
16
|
+
- @ledgerhq/types-live@6.51.0
|
|
17
|
+
- @ledgerhq/live-env@2.3.0
|
|
18
|
+
- @ledgerhq/types-cryptoassets@7.15.1
|
|
19
|
+
- @ledgerhq/devices@8.4.3
|
|
18
20
|
|
|
19
|
-
## 0.2.0-
|
|
21
|
+
## 0.2.0-next.0
|
|
20
22
|
|
|
21
23
|
### Minor Changes
|
|
22
24
|
|
|
@@ -24,55 +26,51 @@
|
|
|
24
26
|
|
|
25
27
|
### Patch Changes
|
|
26
28
|
|
|
27
|
-
- Updated dependencies [[`4799d5d`](https://github.com/LedgerHQ/ledger-live/commit/4799d5de3fb1dcef2b01de31fe29b59e76922576)]:
|
|
28
|
-
- @ledgerhq/
|
|
29
|
-
- @ledgerhq/
|
|
30
|
-
- @ledgerhq/live-network@
|
|
29
|
+
- 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)]:
|
|
30
|
+
- @ledgerhq/errors@6.19.0-next.0
|
|
31
|
+
- @ledgerhq/cryptoassets@13.4.0-next.0
|
|
32
|
+
- @ledgerhq/live-network@2.0.0-next.0
|
|
33
|
+
- @ledgerhq/coin-framework@0.18.0-next.0
|
|
34
|
+
- @ledgerhq/types-live@6.51.0-next.0
|
|
35
|
+
- @ledgerhq/live-env@2.3.0-next.0
|
|
36
|
+
- @ledgerhq/types-cryptoassets@7.15.1-next.0
|
|
37
|
+
- @ledgerhq/devices@8.4.3-next.0
|
|
31
38
|
|
|
32
|
-
## 0.1.4
|
|
39
|
+
## 0.1.4
|
|
33
40
|
|
|
34
41
|
### Patch Changes
|
|
35
42
|
|
|
36
|
-
-
|
|
37
|
-
- @ledgerhq/cryptoassets@13.3.0-nightly.3
|
|
38
|
-
- @ledgerhq/coin-framework@0.17.0-nightly.3
|
|
39
|
-
|
|
40
|
-
## 0.1.4-nightly.3
|
|
41
|
-
|
|
42
|
-
### Patch Changes
|
|
43
|
+
- [#7445](https://github.com/LedgerHQ/ledger-live/pull/7445) [`555d61f`](https://github.com/LedgerHQ/ledger-live/commit/555d61fae0faa823fcbb210e7ea2c69818d849fd) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Update cardano ledger pool
|
|
43
44
|
|
|
44
|
-
- Updated dependencies [[`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)]:
|
|
45
|
-
- @ledgerhq/
|
|
46
|
-
- @ledgerhq/live
|
|
47
|
-
- @ledgerhq/cryptoassets@13.3.0
|
|
48
|
-
- @ledgerhq/
|
|
49
|
-
- @ledgerhq/live-
|
|
45
|
+
- 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)]:
|
|
46
|
+
- @ledgerhq/coin-framework@0.17.0
|
|
47
|
+
- @ledgerhq/types-live@6.50.0
|
|
48
|
+
- @ledgerhq/cryptoassets@13.3.0
|
|
49
|
+
- @ledgerhq/types-cryptoassets@7.15.0
|
|
50
|
+
- @ledgerhq/live-env@2.2.0
|
|
51
|
+
- @ledgerhq/live-network@1.4.0
|
|
50
52
|
|
|
51
|
-
## 0.1.4-
|
|
53
|
+
## 0.1.4-next.1
|
|
52
54
|
|
|
53
55
|
### Patch Changes
|
|
54
56
|
|
|
55
|
-
- Updated dependencies [[`
|
|
56
|
-
- @ledgerhq/
|
|
57
|
-
- @ledgerhq/coin-framework@0.17.0-
|
|
57
|
+
- Updated dependencies [[`50b6db6`](https://github.com/LedgerHQ/ledger-live/commit/50b6db67d374a23ba040043aa93e7fbc52685297)]:
|
|
58
|
+
- @ledgerhq/cryptoassets@13.3.0-next.1
|
|
59
|
+
- @ledgerhq/coin-framework@0.17.0-next.1
|
|
58
60
|
|
|
59
|
-
## 0.1.4-
|
|
61
|
+
## 0.1.4-next.0
|
|
60
62
|
|
|
61
63
|
### Patch Changes
|
|
62
64
|
|
|
63
65
|
- [#7445](https://github.com/LedgerHQ/ledger-live/pull/7445) [`555d61f`](https://github.com/LedgerHQ/ledger-live/commit/555d61fae0faa823fcbb210e7ea2c69818d849fd) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Update cardano ledger pool
|
|
64
66
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
-
|
|
70
|
-
- @ledgerhq/
|
|
71
|
-
- @ledgerhq/
|
|
72
|
-
- @ledgerhq/types-live@6.50.0-nightly.1
|
|
73
|
-
- @ledgerhq/coin-framework@0.17.0-nightly.0
|
|
74
|
-
- @ledgerhq/live-env@2.2.0-nightly.0
|
|
75
|
-
- @ledgerhq/live-network@1.3.2-nightly.0
|
|
67
|
+
- 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)]:
|
|
68
|
+
- @ledgerhq/coin-framework@0.17.0-next.0
|
|
69
|
+
- @ledgerhq/types-live@6.50.0-next.0
|
|
70
|
+
- @ledgerhq/cryptoassets@13.3.0-next.0
|
|
71
|
+
- @ledgerhq/types-cryptoassets@7.15.0-next.0
|
|
72
|
+
- @ledgerhq/live-env@2.2.0-next.0
|
|
73
|
+
- @ledgerhq/live-network@1.4.0-next.0
|
|
76
74
|
|
|
77
75
|
## 0.1.3
|
|
78
76
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-cardano",
|
|
3
|
-
"version": "0.2.0
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Ledger Cardano Coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -59,15 +59,15 @@
|
|
|
59
59
|
"invariant": "^2.2.2",
|
|
60
60
|
"lodash": "^4.17.21",
|
|
61
61
|
"rxjs": "^7.8.1",
|
|
62
|
-
"@ledgerhq/coin-framework": "^0.
|
|
63
|
-
"@ledgerhq/cryptoassets": "^13.
|
|
64
|
-
"@ledgerhq/devices": "^8.4.
|
|
65
|
-
"@ledgerhq/errors": "^6.
|
|
66
|
-
"@ledgerhq/live-env": "^2.
|
|
67
|
-
"@ledgerhq/live-network": "^
|
|
62
|
+
"@ledgerhq/coin-framework": "^0.18.0",
|
|
63
|
+
"@ledgerhq/cryptoassets": "^13.4.0",
|
|
64
|
+
"@ledgerhq/devices": "^8.4.3",
|
|
65
|
+
"@ledgerhq/errors": "^6.19.0",
|
|
66
|
+
"@ledgerhq/live-env": "^2.3.0",
|
|
67
|
+
"@ledgerhq/live-network": "^2.0.0",
|
|
68
68
|
"@ledgerhq/logs": "^6.12.0",
|
|
69
|
-
"@ledgerhq/types-cryptoassets": "^7.15.
|
|
70
|
-
"@ledgerhq/types-live": "^6.
|
|
69
|
+
"@ledgerhq/types-cryptoassets": "^7.15.1",
|
|
70
|
+
"@ledgerhq/types-live": "^6.51.0"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@types/invariant": "^2.2.2",
|