@ledgerhq/hw-app-eth 6.30.0-nightly.2 → 6.30.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/hw-app-eth@6.30.0-nightly.1 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-eth
2
+ > @ledgerhq/hw-app-eth@6.30.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-eth
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,44 +1,52 @@
1
1
  # @ledgerhq/hw-app-eth
2
2
 
3
- ## 6.30.0-nightly.2
3
+ ## 6.30.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1211](https://github.com/LedgerHQ/ledger-live/pull/1211) [`32c8df8f47`](https://github.com/LedgerHQ/ledger-live/commit/32c8df8f47644278ee44e9db623af864d57ad61c) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add dynamic CAL support for EIP712
8
+
9
+ * [#1618](https://github.com/LedgerHQ/ledger-live/pull/1618) [`8bf7626bbe`](https://github.com/LedgerHQ/ledger-live/commit/8bf7626bbeb4f766868ab37b7fc943bb7e84e2ca) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add the NFT endpoint to the default loadConfig
10
+
11
+ - [#1288](https://github.com/LedgerHQ/ledger-live/pull/1288) [`f5f4db47d2`](https://github.com/LedgerHQ/ledger-live/commit/f5f4db47d214bc30390b7be91d3bab4814c5fb45) Thanks [@henrily-ledger](https://github.com/henrily-ledger)! - Dynamic cal for erc20
12
+
13
+ * [#1211](https://github.com/LedgerHQ/ledger-live/pull/1211) [`32c8df8f47`](https://github.com/LedgerHQ/ledger-live/commit/32c8df8f47644278ee44e9db623af864d57ad61c) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add filtering to EIP712 message signing
4
14
 
5
15
  ### Patch Changes
6
16
 
7
17
  - [#1773](https://github.com/LedgerHQ/ledger-live/pull/1773) [`00e8b9e435`](https://github.com/LedgerHQ/ledger-live/commit/00e8b9e435fc5f13c56206102619eb1f97c62546) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Fix transaction resolutions through ledger services not being all activable at the same time
8
18
 
9
- - Updated dependencies [[`0308e8c6ae`](https://github.com/LedgerHQ/ledger-live/commit/0308e8c6ae721a99bc50f5dc60db0d11ea8ea1ff), [`bef0a76d27`](https://github.com/LedgerHQ/ledger-live/commit/bef0a76d276f6a8d322e890ceaedc266a710b06a)]:
10
- - @ledgerhq/errors@6.12.0-nightly.3
11
- - @ledgerhq/cryptoassets@6.37.0-nightly.2
12
- - @ledgerhq/hw-transport@6.27.7-nightly.3
13
- - @ledgerhq/hw-transport-mocker@6.27.7-nightly.3
19
+ * [#1141](https://github.com/LedgerHQ/ledger-live/pull/1141) [`24ea9cd15f`](https://github.com/LedgerHQ/ledger-live/commit/24ea9cd15f92d5a2c74c4b936bacb89d5d4d36fd) Thanks [@valpinkman](https://github.com/valpinkman)! - Collateral changes due to solving all LLM typescript/eslint issues/warnings.
14
20
 
15
- ## 6.30.0-nightly.1
21
+ * Updated dependencies [[`4ad6155953`](https://github.com/LedgerHQ/ledger-live/commit/4ad615595392f5ef806cbd21f0be1b30d3ae73c6), [`0308e8c6ae`](https://github.com/LedgerHQ/ledger-live/commit/0308e8c6ae721a99bc50f5dc60db0d11ea8ea1ff), [`32c8df8f47`](https://github.com/LedgerHQ/ledger-live/commit/32c8df8f47644278ee44e9db623af864d57ad61c), [`d3c91a53e0`](https://github.com/LedgerHQ/ledger-live/commit/d3c91a53e06f9f47817e96c452f69e2d9f71d80f), [`df8cbb8dd1`](https://github.com/LedgerHQ/ledger-live/commit/df8cbb8dd166a66325eb96d8192f3f985b71df60), [`5b8315df30`](https://github.com/LedgerHQ/ledger-live/commit/5b8315df306d72e8b0191aa5136760142f9d3447), [`4ad6155953`](https://github.com/LedgerHQ/ledger-live/commit/4ad615595392f5ef806cbd21f0be1b30d3ae73c6), [`bef0a76d27`](https://github.com/LedgerHQ/ledger-live/commit/bef0a76d276f6a8d322e890ceaedc266a710b06a), [`24ea9cd15f`](https://github.com/LedgerHQ/ledger-live/commit/24ea9cd15f92d5a2c74c4b936bacb89d5d4d36fd), [`ab40db1288`](https://github.com/LedgerHQ/ledger-live/commit/ab40db1288bf4a795819a8a636821dbccf33073a)]:
22
+ - @ledgerhq/cryptoassets@6.37.0
23
+ - @ledgerhq/errors@6.12.0
24
+ - @ledgerhq/hw-transport@6.27.7
25
+ - @ledgerhq/hw-transport-mocker@6.27.7
26
+
27
+ ## 6.30.0-next.0
16
28
 
17
29
  ### Minor Changes
18
30
 
19
31
  - [#1211](https://github.com/LedgerHQ/ledger-live/pull/1211) [`32c8df8f47`](https://github.com/LedgerHQ/ledger-live/commit/32c8df8f47644278ee44e9db623af864d57ad61c) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add dynamic CAL support for EIP712
20
32
 
21
- * [#1211](https://github.com/LedgerHQ/ledger-live/pull/1211) [`32c8df8f47`](https://github.com/LedgerHQ/ledger-live/commit/32c8df8f47644278ee44e9db623af864d57ad61c) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add filtering to EIP712 message signing
22
-
23
- ### Patch Changes
33
+ * [#1618](https://github.com/LedgerHQ/ledger-live/pull/1618) [`8bf7626bbe`](https://github.com/LedgerHQ/ledger-live/commit/8bf7626bbeb4f766868ab37b7fc943bb7e84e2ca) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add the NFT endpoint to the default loadConfig
24
34
 
25
- - Updated dependencies [[`4ad6155953`](https://github.com/LedgerHQ/ledger-live/commit/4ad615595392f5ef806cbd21f0be1b30d3ae73c6), [`32c8df8f47`](https://github.com/LedgerHQ/ledger-live/commit/32c8df8f47644278ee44e9db623af864d57ad61c), [`4ad6155953`](https://github.com/LedgerHQ/ledger-live/commit/4ad615595392f5ef806cbd21f0be1b30d3ae73c6)]:
26
- - @ledgerhq/cryptoassets@6.37.0-nightly.1
27
- - @ledgerhq/errors@6.12.0-nightly.2
28
- - @ledgerhq/hw-transport@6.27.7-nightly.2
29
- - @ledgerhq/hw-transport-mocker@6.27.7-nightly.2
35
+ - [#1288](https://github.com/LedgerHQ/ledger-live/pull/1288) [`f5f4db47d2`](https://github.com/LedgerHQ/ledger-live/commit/f5f4db47d214bc30390b7be91d3bab4814c5fb45) Thanks [@henrily-ledger](https://github.com/henrily-ledger)! - Dynamic cal for erc20
30
36
 
31
- ## 6.29.12-nightly.0
37
+ * [#1211](https://github.com/LedgerHQ/ledger-live/pull/1211) [`32c8df8f47`](https://github.com/LedgerHQ/ledger-live/commit/32c8df8f47644278ee44e9db623af864d57ad61c) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add filtering to EIP712 message signing
32
38
 
33
39
  ### Patch Changes
34
40
 
35
- - [#1141](https://github.com/LedgerHQ/ledger-live/pull/1141) [`24ea9cd15f`](https://github.com/LedgerHQ/ledger-live/commit/24ea9cd15f92d5a2c74c4b936bacb89d5d4d36fd) Thanks [@valpinkman](https://github.com/valpinkman)! - Collateral changes due to solving all LLM typescript/eslint issues/warnings.
41
+ - [#1773](https://github.com/LedgerHQ/ledger-live/pull/1773) [`00e8b9e435`](https://github.com/LedgerHQ/ledger-live/commit/00e8b9e435fc5f13c56206102619eb1f97c62546) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Fix transaction resolutions through ledger services not being all activable at the same time
42
+
43
+ * [#1141](https://github.com/LedgerHQ/ledger-live/pull/1141) [`24ea9cd15f`](https://github.com/LedgerHQ/ledger-live/commit/24ea9cd15f92d5a2c74c4b936bacb89d5d4d36fd) Thanks [@valpinkman](https://github.com/valpinkman)! - Collateral changes due to solving all LLM typescript/eslint issues/warnings.
36
44
 
37
- - Updated dependencies [[`d3c91a53e0`](https://github.com/LedgerHQ/ledger-live/commit/d3c91a53e06f9f47817e96c452f69e2d9f71d80f), [`24ea9cd15f`](https://github.com/LedgerHQ/ledger-live/commit/24ea9cd15f92d5a2c74c4b936bacb89d5d4d36fd)]:
38
- - @ledgerhq/hw-transport@6.27.7-nightly.1
39
- - @ledgerhq/cryptoassets@6.36.2-nightly.0
40
- - @ledgerhq/errors@6.11.2-nightly.1
41
- - @ledgerhq/hw-transport-mocker@6.27.7-nightly.1
45
+ * Updated dependencies [[`4ad6155953`](https://github.com/LedgerHQ/ledger-live/commit/4ad615595392f5ef806cbd21f0be1b30d3ae73c6), [`0308e8c6ae`](https://github.com/LedgerHQ/ledger-live/commit/0308e8c6ae721a99bc50f5dc60db0d11ea8ea1ff), [`32c8df8f47`](https://github.com/LedgerHQ/ledger-live/commit/32c8df8f47644278ee44e9db623af864d57ad61c), [`d3c91a53e0`](https://github.com/LedgerHQ/ledger-live/commit/d3c91a53e06f9f47817e96c452f69e2d9f71d80f), [`df8cbb8dd1`](https://github.com/LedgerHQ/ledger-live/commit/df8cbb8dd166a66325eb96d8192f3f985b71df60), [`5b8315df30`](https://github.com/LedgerHQ/ledger-live/commit/5b8315df306d72e8b0191aa5136760142f9d3447), [`4ad6155953`](https://github.com/LedgerHQ/ledger-live/commit/4ad615595392f5ef806cbd21f0be1b30d3ae73c6), [`bef0a76d27`](https://github.com/LedgerHQ/ledger-live/commit/bef0a76d276f6a8d322e890ceaedc266a710b06a), [`24ea9cd15f`](https://github.com/LedgerHQ/ledger-live/commit/24ea9cd15f92d5a2c74c4b936bacb89d5d4d36fd), [`ab40db1288`](https://github.com/LedgerHQ/ledger-live/commit/ab40db1288bf4a795819a8a636821dbccf33073a)]:
46
+ - @ledgerhq/cryptoassets@6.37.0-next.0
47
+ - @ledgerhq/errors@6.12.0-next.0
48
+ - @ledgerhq/hw-transport@6.27.7-next.0
49
+ - @ledgerhq/hw-transport-mocker@6.27.7-next.0
42
50
 
43
51
  ## 6.29.11
44
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-eth",
3
- "version": "6.30.0-nightly.2",
3
+ "version": "6.30.0",
4
4
  "description": "Ledger Hardware Wallet Ethereum Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -29,10 +29,10 @@
29
29
  "dependencies": {
30
30
  "@ethersproject/abi": "^5.5.0",
31
31
  "@ethersproject/rlp": "^5.5.0",
32
- "@ledgerhq/cryptoassets": "^6.37.0-nightly.2",
33
- "@ledgerhq/errors": "^6.12.0-nightly.3",
34
- "@ledgerhq/hw-transport": "^6.27.7-nightly.3",
35
- "@ledgerhq/hw-transport-mocker": "^6.27.7-nightly.3",
32
+ "@ledgerhq/cryptoassets": "^6.37.0",
33
+ "@ledgerhq/errors": "^6.12.0",
34
+ "@ledgerhq/hw-transport": "^6.27.7",
35
+ "@ledgerhq/hw-transport-mocker": "^6.27.7",
36
36
  "@ledgerhq/logs": "^6.10.1",
37
37
  "axios": "^0.26.1",
38
38
  "bignumber.js": "^9.1.0",