@ledgerhq/coin-hedera 1.11.0-nightly.2 → 1.11.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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/coin-hedera@1.11.0-nightly.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-hedera
2
+ > @ledgerhq/coin-hedera@1.11.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-hedera
3
3
  > tsc --outDir lib --module commonjs --moduleResolution node10 && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,18 +1,35 @@
1
1
  # @ledgerhq/coin-hedera
2
2
 
3
- ## 1.11.0-nightly.2
3
+ ## 1.11.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#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
8
+
9
+ - [#10672](https://github.com/LedgerHQ/ledger-live/pull/10672) [`8936f39`](https://github.com/LedgerHQ/ledger-live/commit/8936f390edbe9cbc36ac6590b01562daf5c580e1) Thanks [@may01](https://github.com/may01)! - added Hedera tokens to CAL
10
+ added send/receive support to Hedera in LLD & LLM
11
+ added support for HTS token association flow to LLD & LLM
12
+ added support for "Associate token" transaction type to Hedera
13
+ added test fixtures to coin-hedera
4
14
 
5
15
  ### Patch Changes
6
16
 
7
- - Updated dependencies [[`acdc089`](https://github.com/LedgerHQ/ledger-live/commit/acdc089f934461dd2fdfdfd61aa907f1520a5d7b), [`e9fa7aa`](https://github.com/LedgerHQ/ledger-live/commit/e9fa7aa8c8d0414416ec7c12acf30b7623b2eda3), [`516176d`](https://github.com/LedgerHQ/ledger-live/commit/516176d18c7f53961799e92e8804c4a756684266)]:
8
- - @ledgerhq/coin-framework@6.2.0-nightly.2
9
- - @ledgerhq/types-live@6.82.0-nightly.2
10
- - @ledgerhq/live-countervalues@0.7.0-nightly.2
17
+ - 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)]:
18
+ - @ledgerhq/cryptoassets@13.27.0
19
+ - @ledgerhq/coin-framework@6.3.0
20
+ - @ledgerhq/live-env@2.15.0
21
+ - @ledgerhq/types-live@6.83.0
22
+ - @ledgerhq/live-countervalues@0.7.0
23
+ - @ledgerhq/errors@6.25.0
24
+ - @ledgerhq/live-network@2.0.16
25
+ - @ledgerhq/devices@8.5.1
11
26
 
12
- ## 1.11.0-nightly.1
27
+ ## 1.11.0-next.0
13
28
 
14
29
  ### Minor Changes
15
30
 
31
+ - [#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
32
+
16
33
  - [#10672](https://github.com/LedgerHQ/ledger-live/pull/10672) [`8936f39`](https://github.com/LedgerHQ/ledger-live/commit/8936f390edbe9cbc36ac6590b01562daf5c580e1) Thanks [@may01](https://github.com/may01)! - added Hedera tokens to CAL
17
34
  added send/receive support to Hedera in LLD & LLM
18
35
  added support for HTS token association flow to LLD & LLM
@@ -21,29 +38,35 @@
21
38
 
22
39
  ### Patch Changes
23
40
 
24
- - [#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
41
+ - 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)]:
42
+ - @ledgerhq/cryptoassets@13.27.0-next.0
43
+ - @ledgerhq/coin-framework@6.3.0-next.0
44
+ - @ledgerhq/live-env@2.15.0-next.0
45
+ - @ledgerhq/types-live@6.83.0-next.0
46
+ - @ledgerhq/live-countervalues@0.7.0-next.0
47
+ - @ledgerhq/errors@6.25.0-next.0
48
+ - @ledgerhq/live-network@2.0.16-next.0
49
+ - @ledgerhq/devices@8.5.1-next.0
50
+
51
+ ## 1.10.1
52
+
53
+ ### Patch Changes
25
54
 
26
- - Updated dependencies [[`9fcc4eb`](https://github.com/LedgerHQ/ledger-live/commit/9fcc4eb5cd6e96e772daa154bd87ae374f925ddc), [`8936f39`](https://github.com/LedgerHQ/ledger-live/commit/8936f390edbe9cbc36ac6590b01562daf5c580e1), [`0356d19`](https://github.com/LedgerHQ/ledger-live/commit/0356d1904dbb5e856970fa7e7ebb206eed7b4c5d)]:
27
- - @ledgerhq/coin-framework@6.2.0-nightly.1
28
- - @ledgerhq/cryptoassets@13.26.0-nightly.1
29
- - @ledgerhq/types-live@6.82.0-nightly.1
30
- - @ledgerhq/errors@6.25.0-nightly.0
31
- - @ledgerhq/live-env@2.15.0-nightly.1
32
- - @ledgerhq/live-countervalues@0.7.0-nightly.1
33
- - @ledgerhq/devices@8.5.1-nightly.0
34
- - @ledgerhq/live-network@2.0.16-nightly.1
55
+ - 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)]:
56
+ - @ledgerhq/cryptoassets@13.26.0
57
+ - @ledgerhq/coin-framework@6.2.0
58
+ - @ledgerhq/types-live@6.82.0
59
+ - @ledgerhq/live-countervalues@0.6.2
35
60
 
36
- ## 1.10.1-nightly.0
61
+ ## 1.10.1-next.0
37
62
 
38
63
  ### Patch Changes
39
64
 
40
- - Updated dependencies [[`87617a9`](https://github.com/LedgerHQ/ledger-live/commit/87617a9930be43a6cdbc5cc5711cc24b00309184), [`d6a6a94`](https://github.com/LedgerHQ/ledger-live/commit/d6a6a949d45fdd2f97f15842c808bf6d1058403f)]:
41
- - @ledgerhq/live-env@2.15.0-nightly.0
42
- - @ledgerhq/types-live@6.82.0-nightly.0
43
- - @ledgerhq/live-countervalues@0.7.0-nightly.0
44
- - @ledgerhq/coin-framework@6.2.0-nightly.0
45
- - @ledgerhq/cryptoassets@13.25.1-nightly.0
46
- - @ledgerhq/live-network@2.0.16-nightly.0
65
+ - 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)]:
66
+ - @ledgerhq/cryptoassets@13.26.0-next.0
67
+ - @ledgerhq/coin-framework@6.2.0-next.0
68
+ - @ledgerhq/types-live@6.82.0-next.0
69
+ - @ledgerhq/live-countervalues@0.6.2-next.0
47
70
 
48
71
  ## 1.10.0
49
72
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-hedera",
3
- "version": "1.11.0-nightly.2",
3
+ "version": "1.11.0",
4
4
  "description": "Ledger Hedera Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -82,14 +82,14 @@
82
82
  "invariant": "^2.2.2",
83
83
  "lodash": "^4.17.21",
84
84
  "rxjs": "^7.8.1",
85
- "@ledgerhq/coin-framework": "^6.2.0-nightly.2",
86
- "@ledgerhq/cryptoassets": "^13.26.0-nightly.1",
87
- "@ledgerhq/devices": "8.5.1-nightly.0",
88
- "@ledgerhq/errors": "^6.25.0-nightly.0",
89
- "@ledgerhq/live-countervalues": "^0.7.0-nightly.2",
90
- "@ledgerhq/live-env": "^2.15.0-nightly.1",
91
- "@ledgerhq/live-network": "^2.0.16-nightly.1",
92
- "@ledgerhq/types-live": "^6.82.0-nightly.2"
85
+ "@ledgerhq/coin-framework": "^6.3.0",
86
+ "@ledgerhq/cryptoassets": "^13.27.0",
87
+ "@ledgerhq/devices": "8.5.1",
88
+ "@ledgerhq/errors": "^6.25.0",
89
+ "@ledgerhq/live-countervalues": "^0.7.0",
90
+ "@ledgerhq/live-env": "^2.15.0",
91
+ "@ledgerhq/live-network": "^2.0.16",
92
+ "@ledgerhq/types-live": "^6.83.0"
93
93
  },
94
94
  "devDependencies": {
95
95
  "@types/imurmurhash": "^0.1.4",
@@ -100,7 +100,7 @@
100
100
  "jest": "^29.7.0",
101
101
  "ts-jest": "^29.1.1",
102
102
  "@ledgerhq/disable-network-setup": "^0.0.0",
103
- "@ledgerhq/types-cryptoassets": "^7.26.0-nightly.0"
103
+ "@ledgerhq/types-cryptoassets": "^7.26.0"
104
104
  },
105
105
  "scripts": {
106
106
  "clean": "rimraf lib lib-es",