@ledgerhq/coin-evm 2.0.0-nightly.6 → 2.0.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 +89 -47
- package/lib/__tests__/integration/bridge.integration.test.d.ts.map +1 -1
- package/lib/__tests__/integration/bridge.integration.test.js +1 -0
- package/lib/__tests__/integration/bridge.integration.test.js.map +1 -1
- package/lib-es/__tests__/integration/bridge.integration.test.d.ts.map +1 -1
- package/lib-es/__tests__/integration/bridge.integration.test.js +1 -0
- package/lib-es/__tests__/integration/bridge.integration.test.js.map +1 -1
- package/package.json +13 -13
- package/src/__tests__/integration/bridge.integration.test.ts +1 -0
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,42 +1,41 @@
|
|
|
1
1
|
# @ledgerhq/coin-evm
|
|
2
2
|
|
|
3
|
-
## 2.0.0
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- Updated dependencies []:
|
|
8
|
-
- @ledgerhq/coin-framework@0.12.0-nightly.6
|
|
9
|
-
- @ledgerhq/domain-service@1.1.20-nightly.4
|
|
10
|
-
- @ledgerhq/evm-tools@1.0.18-nightly.3
|
|
11
|
-
|
|
12
|
-
## 2.0.0-nightly.5
|
|
3
|
+
## 2.0.0
|
|
13
4
|
|
|
14
5
|
### Major Changes
|
|
15
6
|
|
|
16
7
|
- [#6669](https://github.com/LedgerHQ/ledger-live/pull/6669) [`fdb76a7`](https://github.com/LedgerHQ/ledger-live/commit/fdb76a7c3a8459a50b22b3e5a5a3002932805bcd) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Removing support for Goerli & Ropsten networks and their Layer 2 variants (Linea Goerli & Optimism Goerli) and replace them by Linea Sepolia & Optimism Sepolia
|
|
17
8
|
|
|
9
|
+
### Minor Changes
|
|
10
|
+
|
|
11
|
+
- [#6567](https://github.com/LedgerHQ/ledger-live/pull/6567) [`0dae8e5`](https://github.com/LedgerHQ/ledger-live/commit/0dae8e5a33704eaee5976e8ae2cbe29c6f458167) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update `getSyncHash` method to use new hash files provided by token importers instead of manually serializing each token. This greatly improve performances of that method.
|
|
12
|
+
|
|
18
13
|
### Patch Changes
|
|
19
14
|
|
|
20
15
|
- [#6684](https://github.com/LedgerHQ/ledger-live/pull/6684) [`96029e1`](https://github.com/LedgerHQ/ledger-live/commit/96029e1396be2f283f0345a59e08009b0a6a96db) Thanks [@CremaFR](https://github.com/CremaFR)! - Allow additional fees when using maxButton
|
|
21
16
|
|
|
22
|
-
- Updated dependencies [[`fdb76a7`](https://github.com/LedgerHQ/ledger-live/commit/fdb76a7c3a8459a50b22b3e5a5a3002932805bcd), [`fdb76a7`](https://github.com/LedgerHQ/ledger-live/commit/fdb76a7c3a8459a50b22b3e5a5a3002932805bcd), [`cfb97f7`](https://github.com/LedgerHQ/ledger-live/commit/cfb97f7d5c81824815522e8699b7469047b1513a)]:
|
|
23
|
-
- @ledgerhq/
|
|
24
|
-
- @ledgerhq/
|
|
25
|
-
- @ledgerhq/live-
|
|
26
|
-
- @ledgerhq/
|
|
27
|
-
- @ledgerhq/
|
|
28
|
-
- @ledgerhq/
|
|
17
|
+
- Updated dependencies [[`5552ca0`](https://github.com/LedgerHQ/ledger-live/commit/5552ca0542d5734b845ed23dae2f02c6d1b8ba2d), [`fdb76a7`](https://github.com/LedgerHQ/ledger-live/commit/fdb76a7c3a8459a50b22b3e5a5a3002932805bcd), [`df1dcbf`](https://github.com/LedgerHQ/ledger-live/commit/df1dcbffe901d7c4baddb46a06b08a4ed5b7a17e), [`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), [`0dae8e5`](https://github.com/LedgerHQ/ledger-live/commit/0dae8e5a33704eaee5976e8ae2cbe29c6f458167), [`cfb97f7`](https://github.com/LedgerHQ/ledger-live/commit/cfb97f7d5c81824815522e8699b7469047b1513a), [`2f2ef00`](https://github.com/LedgerHQ/ledger-live/commit/2f2ef001145469870ac703b6af28fdf8f0d70945)]:
|
|
18
|
+
- @ledgerhq/live-promise@0.0.4
|
|
19
|
+
- @ledgerhq/coin-framework@0.13.0
|
|
20
|
+
- @ledgerhq/live-env@2.0.2
|
|
21
|
+
- @ledgerhq/cryptoassets@13.0.0
|
|
22
|
+
- @ledgerhq/live-network@1.2.2
|
|
23
|
+
- @ledgerhq/domain-service@1.1.21
|
|
24
|
+
- @ledgerhq/evm-tools@1.0.19
|
|
29
25
|
|
|
30
|
-
##
|
|
26
|
+
## 2.0.0-next.1
|
|
31
27
|
|
|
32
28
|
### Patch Changes
|
|
33
29
|
|
|
34
|
-
- Updated dependencies [[`
|
|
35
|
-
- @ledgerhq/
|
|
36
|
-
- @ledgerhq/
|
|
37
|
-
- @ledgerhq/evm-tools@1.0.18-nightly.2
|
|
30
|
+
- Updated dependencies [[`5552ca0`](https://github.com/LedgerHQ/ledger-live/commit/5552ca0542d5734b845ed23dae2f02c6d1b8ba2d)]:
|
|
31
|
+
- @ledgerhq/live-promise@0.0.4-next.1
|
|
32
|
+
- @ledgerhq/live-network@1.2.2-next.1
|
|
38
33
|
|
|
39
|
-
##
|
|
34
|
+
## 2.0.0-next.0
|
|
35
|
+
|
|
36
|
+
### Major Changes
|
|
37
|
+
|
|
38
|
+
- [#6669](https://github.com/LedgerHQ/ledger-live/pull/6669) [`fdb76a7`](https://github.com/LedgerHQ/ledger-live/commit/fdb76a7c3a8459a50b22b3e5a5a3002932805bcd) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Removing support for Goerli & Ropsten networks and their Layer 2 variants (Linea Goerli & Optimism Goerli) and replace them by Linea Sepolia & Optimism Sepolia
|
|
40
39
|
|
|
41
40
|
### Minor Changes
|
|
42
41
|
|
|
@@ -44,42 +43,85 @@
|
|
|
44
43
|
|
|
45
44
|
### Patch Changes
|
|
46
45
|
|
|
47
|
-
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
- @ledgerhq/
|
|
51
|
-
- @ledgerhq/
|
|
46
|
+
- [#6684](https://github.com/LedgerHQ/ledger-live/pull/6684) [`96029e1`](https://github.com/LedgerHQ/ledger-live/commit/96029e1396be2f283f0345a59e08009b0a6a96db) Thanks [@CremaFR](https://github.com/CremaFR)! - Allow additional fees when using maxButton
|
|
47
|
+
|
|
48
|
+
- Updated dependencies [[`fdb76a7`](https://github.com/LedgerHQ/ledger-live/commit/fdb76a7c3a8459a50b22b3e5a5a3002932805bcd), [`df1dcbf`](https://github.com/LedgerHQ/ledger-live/commit/df1dcbffe901d7c4baddb46a06b08a4ed5b7a17e), [`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), [`0dae8e5`](https://github.com/LedgerHQ/ledger-live/commit/0dae8e5a33704eaee5976e8ae2cbe29c6f458167), [`cfb97f7`](https://github.com/LedgerHQ/ledger-live/commit/cfb97f7d5c81824815522e8699b7469047b1513a), [`2f2ef00`](https://github.com/LedgerHQ/ledger-live/commit/2f2ef001145469870ac703b6af28fdf8f0d70945)]:
|
|
49
|
+
- @ledgerhq/coin-framework@0.13.0-next.0
|
|
50
|
+
- @ledgerhq/live-env@2.0.2-next.0
|
|
51
|
+
- @ledgerhq/cryptoassets@13.0.0-next.0
|
|
52
|
+
- @ledgerhq/live-network@1.2.2-next.0
|
|
53
|
+
- @ledgerhq/live-promise@0.0.4-next.0
|
|
54
|
+
- @ledgerhq/domain-service@1.1.21-next.0
|
|
55
|
+
- @ledgerhq/evm-tools@1.0.19-next.0
|
|
56
|
+
|
|
57
|
+
## 1.1.0
|
|
58
|
+
|
|
59
|
+
### Minor Changes
|
|
52
60
|
|
|
53
|
-
|
|
61
|
+
- [#6309](https://github.com/LedgerHQ/ledger-live/pull/6309) [`5848f9e`](https://github.com/LedgerHQ/ledger-live/commit/5848f9e247f169eb7a4aff322253937214b9efdd) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Removes never publicly exposed Evmos & Kava currencies. Also fixes multiple Etherscan based explorers URI (Lukso, RSK, Astar & Boba).
|
|
62
|
+
|
|
63
|
+
- [#6290](https://github.com/LedgerHQ/ledger-live/pull/6290) [`08c9779`](https://github.com/LedgerHQ/ledger-live/commit/08c9779659628e4e22ac99a152049ac3fa2745fa) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add `chainId` while using the `hw-getAddress` method to display the network name and logo on a Stax device
|
|
64
|
+
|
|
65
|
+
- [#6422](https://github.com/LedgerHQ/ledger-live/pull/6422) [`381023d`](https://github.com/LedgerHQ/ledger-live/commit/381023de2617aa09829a8b5dad7b0ba2c846328e) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Fix Operations' amount depending if failure and remove internal operations from a failed coin operation
|
|
66
|
+
|
|
67
|
+
- [#6482](https://github.com/LedgerHQ/ledger-live/pull/6482) [`83d0bc6`](https://github.com/LedgerHQ/ledger-live/commit/83d0bc67979159044a7785b5cb4cbda8ed78ebf4) Thanks [@vbergeron-ledger](https://github.com/vbergeron-ledger)! - EVM coin synchronozation is now optimized to start from the latest sync rather than from the latest operation
|
|
54
68
|
|
|
55
69
|
### Patch Changes
|
|
56
70
|
|
|
57
|
-
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
- @ledgerhq/evm-tools@1.0.18-nightly.0
|
|
71
|
+
- [#6501](https://github.com/LedgerHQ/ledger-live/pull/6501) [`5e939e0`](https://github.com/LedgerHQ/ledger-live/commit/5e939e0540cabb8d9931794b79909fe0a353a179) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add missing index to Ledger ERC20 operations' ids, leading to missing token ops in history
|
|
72
|
+
|
|
73
|
+
- [#6341](https://github.com/LedgerHQ/ledger-live/pull/6341) [`92e9d19`](https://github.com/LedgerHQ/ledger-live/commit/92e9d194313ffd1542b676c59ae2d34e861f698f) Thanks [@sarneijim](https://github.com/sarneijim)! - Fix swap history
|
|
61
74
|
|
|
62
|
-
|
|
75
|
+
- [#6370](https://github.com/LedgerHQ/ledger-live/pull/6370) [`3c15515`](https://github.com/LedgerHQ/ledger-live/commit/3c155155f2d45fb85f8900e7e77c1b5ab1c7ad67) Thanks [@lvndry](https://github.com/lvndry)! - Get evm node, explorer and gasTracker information from liveconfig
|
|
76
|
+
|
|
77
|
+
- Updated dependencies [[`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), [`dd1d17f`](https://github.com/LedgerHQ/ledger-live/commit/dd1d17fd3ce7ed42558204b2f93707fb9b1599de), [`26b3a5d`](https://github.com/LedgerHQ/ledger-live/commit/26b3a5d7d6e11efc226403707d683f3d0098a1c1), [`5848f9e`](https://github.com/LedgerHQ/ledger-live/commit/5848f9e247f169eb7a4aff322253937214b9efdd), [`a8138f9`](https://github.com/LedgerHQ/ledger-live/commit/a8138f9ec0cff714d9745012eb91a09713ffbbd2), [`ebb45be`](https://github.com/LedgerHQ/ledger-live/commit/ebb45be56c6b1fdb3c36a8c20a16b41600baa264), [`53da330`](https://github.com/LedgerHQ/ledger-live/commit/53da3301aaceeb16e6b1f96b1ea44428fbeb4483), [`abb1bbb`](https://github.com/LedgerHQ/ledger-live/commit/abb1bbb09c52a3d08577ba622c6cb0f44aab36c1)]:
|
|
78
|
+
- @ledgerhq/coin-framework@0.12.0
|
|
79
|
+
- @ledgerhq/cryptoassets@12.1.0
|
|
80
|
+
- @ledgerhq/live-env@2.0.1
|
|
81
|
+
- @ledgerhq/errors@6.16.4
|
|
82
|
+
- @ledgerhq/devices@8.3.0
|
|
83
|
+
- @ledgerhq/domain-service@1.1.20
|
|
84
|
+
- @ledgerhq/evm-tools@1.0.18
|
|
85
|
+
- @ledgerhq/live-network@1.2.1
|
|
86
|
+
|
|
87
|
+
## 1.1.0-next.1
|
|
63
88
|
|
|
64
89
|
### Patch Changes
|
|
65
90
|
|
|
66
|
-
- Updated dependencies [[`
|
|
67
|
-
- @ledgerhq/live-env@2.0.1-
|
|
68
|
-
- @ledgerhq/coin-framework@0.
|
|
69
|
-
- @ledgerhq/evm-tools@1.0.18-
|
|
70
|
-
- @ledgerhq/live-network@1.2.1-
|
|
91
|
+
- Updated dependencies [[`762dea1`](https://github.com/LedgerHQ/ledger-live/commit/762dea1c52ef0537961d058f7ba81fa399663ac1)]:
|
|
92
|
+
- @ledgerhq/live-env@2.0.1-next.0
|
|
93
|
+
- @ledgerhq/coin-framework@0.12.0-next.1
|
|
94
|
+
- @ledgerhq/evm-tools@1.0.18-next.1
|
|
95
|
+
- @ledgerhq/live-network@1.2.1-next.1
|
|
71
96
|
|
|
72
|
-
## 1.0
|
|
97
|
+
## 1.1.0-next.0
|
|
98
|
+
|
|
99
|
+
### Minor Changes
|
|
100
|
+
|
|
101
|
+
- [#6309](https://github.com/LedgerHQ/ledger-live/pull/6309) [`5848f9e`](https://github.com/LedgerHQ/ledger-live/commit/5848f9e247f169eb7a4aff322253937214b9efdd) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Removes never publicly exposed Evmos & Kava currencies. Also fixes multiple Etherscan based explorers URI (Lukso, RSK, Astar & Boba).
|
|
102
|
+
|
|
103
|
+
- [#6290](https://github.com/LedgerHQ/ledger-live/pull/6290) [`08c9779`](https://github.com/LedgerHQ/ledger-live/commit/08c9779659628e4e22ac99a152049ac3fa2745fa) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add `chainId` while using the `hw-getAddress` method to display the network name and logo on a Stax device
|
|
104
|
+
|
|
105
|
+
- [#6422](https://github.com/LedgerHQ/ledger-live/pull/6422) [`381023d`](https://github.com/LedgerHQ/ledger-live/commit/381023de2617aa09829a8b5dad7b0ba2c846328e) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Fix Operations' amount depending if failure and remove internal operations from a failed coin operation
|
|
106
|
+
|
|
107
|
+
- [#6482](https://github.com/LedgerHQ/ledger-live/pull/6482) [`83d0bc6`](https://github.com/LedgerHQ/ledger-live/commit/83d0bc67979159044a7785b5cb4cbda8ed78ebf4) Thanks [@vbergeron-ledger](https://github.com/vbergeron-ledger)! - EVM coin synchronozation is now optimized to start from the latest sync rather than from the latest operation
|
|
73
108
|
|
|
74
109
|
### Patch Changes
|
|
75
110
|
|
|
76
|
-
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
111
|
+
- [#6501](https://github.com/LedgerHQ/ledger-live/pull/6501) [`5e939e0`](https://github.com/LedgerHQ/ledger-live/commit/5e939e0540cabb8d9931794b79909fe0a353a179) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add missing index to Ledger ERC20 operations' ids, leading to missing token ops in history
|
|
112
|
+
|
|
113
|
+
- [#6341](https://github.com/LedgerHQ/ledger-live/pull/6341) [`92e9d19`](https://github.com/LedgerHQ/ledger-live/commit/92e9d194313ffd1542b676c59ae2d34e861f698f) Thanks [@sarneijim](https://github.com/sarneijim)! - Fix swap history
|
|
114
|
+
|
|
115
|
+
- [#6370](https://github.com/LedgerHQ/ledger-live/pull/6370) [`3c15515`](https://github.com/LedgerHQ/ledger-live/commit/3c155155f2d45fb85f8900e7e77c1b5ab1c7ad67) Thanks [@lvndry](https://github.com/lvndry)! - Get evm node, explorer and gasTracker information from liveconfig
|
|
116
|
+
|
|
117
|
+
- Updated dependencies [[`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), [`dd1d17f`](https://github.com/LedgerHQ/ledger-live/commit/dd1d17fd3ce7ed42558204b2f93707fb9b1599de), [`26b3a5d`](https://github.com/LedgerHQ/ledger-live/commit/26b3a5d7d6e11efc226403707d683f3d0098a1c1), [`5848f9e`](https://github.com/LedgerHQ/ledger-live/commit/5848f9e247f169eb7a4aff322253937214b9efdd), [`a8138f9`](https://github.com/LedgerHQ/ledger-live/commit/a8138f9ec0cff714d9745012eb91a09713ffbbd2), [`ebb45be`](https://github.com/LedgerHQ/ledger-live/commit/ebb45be56c6b1fdb3c36a8c20a16b41600baa264), [`53da330`](https://github.com/LedgerHQ/ledger-live/commit/53da3301aaceeb16e6b1f96b1ea44428fbeb4483), [`abb1bbb`](https://github.com/LedgerHQ/ledger-live/commit/abb1bbb09c52a3d08577ba622c6cb0f44aab36c1)]:
|
|
118
|
+
- @ledgerhq/coin-framework@0.12.0-next.0
|
|
119
|
+
- @ledgerhq/cryptoassets@12.1.0-next.0
|
|
120
|
+
- @ledgerhq/errors@6.16.4-next.0
|
|
121
|
+
- @ledgerhq/devices@8.3.0-next.0
|
|
122
|
+
- @ledgerhq/domain-service@1.1.20-next.0
|
|
123
|
+
- @ledgerhq/evm-tools@1.0.18-next.0
|
|
124
|
+
- @ledgerhq/live-network@1.2.1-next.0
|
|
83
125
|
|
|
84
126
|
## 1.0.0
|
|
85
127
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bridge.integration.test.d.ts","sourceRoot":"","sources":["../../../src/__tests__/integration/bridge.integration.test.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAc,WAAW,EAA2B,MAAM,sBAAsB,CAAC;AAI7F,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE/C,eAAO,MAAM,OAAO,EAAE,WAAW,CAAC,WAAW,
|
|
1
|
+
{"version":3,"file":"bridge.integration.test.d.ts","sourceRoot":"","sources":["../../../src/__tests__/integration/bridge.integration.test.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAc,WAAW,EAA2B,MAAM,sBAAsB,CAAC;AAI7F,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE/C,eAAO,MAAM,OAAO,EAAE,WAAW,CAAC,WAAW,CAgE5C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bridge.integration.test.js","sourceRoot":"","sources":["../../../src/__tests__/integration/bridge.integration.test.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAEH,6CAAkE;AAElE,+CAAyC;AACzC,wDAAqD;AACrD,mDAAuD;AAG1C,QAAA,OAAO,GAA6B;IAC/C,eAAe,EAAE,CAAC,MAAM,EAAE,IAAI,CAAC;IAC/B,UAAU,EAAE;QACV,QAAQ,EAAE;YACR,8BAA8B,EAAE,CAAC,cAAc,EAAE,sBAAsB,CAAC;YACxE,QAAQ,EAAE;gBACR;oBACE,WAAW,EAAE,CAAC,uBAAuB,CAAC;oBACtC,eAAe,EAAE,CAAC,IAAI,CAAC;oBACvB,GAAG,EAAE,qBAAuB;oBAC5B,YAAY,EAAE;wBACZ;4BACE,IAAI,EAAE,MAAM;4BACZ,WAAW,EAAE,IAAA,gCAAkB,EAAC;gCAC9B,MAAM,EAAE,KAAK;gCACb,IAAI,EAAE,MAAM;gCACZ,SAAS,EAAE,4CAA4C;gCACvD,MAAM,EAAE,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE;gCACzB,QAAQ,EAAE,GAAG;gCACb,QAAQ,EAAE,OAAO;gCACjB,OAAO,EAAE,CAAC;gCACV,KAAK,EAAE,CAAC;6BACT,CAAC;4BACF,cAAc,EAAE,CAAC,QAAQ,EAAE,WAAW,EAAoC,EAAE;gCAC1E,MAAM,aAAa,GAAG,WAAW,CAAC,QAAQ,CAAC,KAAK,CAAC,WAAW,CAAC,YAAY,IAAI,CAAC,CAAC,CAAC;gCAChF,OAAO;oCACL,MAAM,EAAE,IAAI,wBAAS,CAAC,IAAI,CAAC;oCAC3B,aAAa;oCACb,UAAU,EAAE,IAAI,wBAAS,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;oCACnD,MAAM,EAAE;wCACN,MAAM,EAAE,IAAI,yBAAgB,EAAE;wCAC9B,QAAQ,EAAE,IAAI,qBAAY,EAAE,EAAE,2GAA2G;qCAC1I;oCACD,QAAQ,EAAE,EAAE;iCACb,CAAC;4BACJ,CAAC;yBACF;wBACD;4BACE,IAAI,EAAE,UAAU;4BAChB,WAAW,EAAE,IAAA,gCAAkB,EAAC;gCAC9B,MAAM,EAAE,KAAK;gCACb,IAAI,EAAE,MAAM;gCACZ,SAAS,EAAE,4CAA4C;gCACvD,MAAM,EAAE,GAAG;gCACX,QAAQ,EAAE,WAAW;gCACrB,QAAQ,EAAE,OAAO;gCACjB,OAAO,EAAE,CAAC;gCACV,KAAK,EAAE,CAAC;gCACR,YAAY,EAAE,IAAI;6BACnB,CAAC;4BACF,cAAc,EAAE,CAAC,OAAO,EAAE,CAAC,EAAE,MAAM,EAAoC,EAAE;gCACvE,OAAO;oCACL,MAAM,EAAE,wBAAS,CAAC,GAAG,CAAC,OAAO,CAAC,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,aAAa,CAAC,EAAE,CAAC,CAAC;oCACrE,MAAM,EAAE,EAAE;oCACV,QAAQ,EAAE,EAAE;iCACb,CAAC;4BACJ,CAAC;yBACF;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC"}
|
|
1
|
+
{"version":3,"file":"bridge.integration.test.js","sourceRoot":"","sources":["../../../src/__tests__/integration/bridge.integration.test.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAEH,6CAAkE;AAElE,+CAAyC;AACzC,wDAAqD;AACrD,mDAAuD;AAG1C,QAAA,OAAO,GAA6B;IAC/C,eAAe,EAAE,CAAC,MAAM,EAAE,IAAI,CAAC;IAC/B,UAAU,EAAE;QACV,QAAQ,EAAE;YACR,yBAAyB,EAAE,IAAI;YAC/B,8BAA8B,EAAE,CAAC,cAAc,EAAE,sBAAsB,CAAC;YACxE,QAAQ,EAAE;gBACR;oBACE,WAAW,EAAE,CAAC,uBAAuB,CAAC;oBACtC,eAAe,EAAE,CAAC,IAAI,CAAC;oBACvB,GAAG,EAAE,qBAAuB;oBAC5B,YAAY,EAAE;wBACZ;4BACE,IAAI,EAAE,MAAM;4BACZ,WAAW,EAAE,IAAA,gCAAkB,EAAC;gCAC9B,MAAM,EAAE,KAAK;gCACb,IAAI,EAAE,MAAM;gCACZ,SAAS,EAAE,4CAA4C;gCACvD,MAAM,EAAE,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE;gCACzB,QAAQ,EAAE,GAAG;gCACb,QAAQ,EAAE,OAAO;gCACjB,OAAO,EAAE,CAAC;gCACV,KAAK,EAAE,CAAC;6BACT,CAAC;4BACF,cAAc,EAAE,CAAC,QAAQ,EAAE,WAAW,EAAoC,EAAE;gCAC1E,MAAM,aAAa,GAAG,WAAW,CAAC,QAAQ,CAAC,KAAK,CAAC,WAAW,CAAC,YAAY,IAAI,CAAC,CAAC,CAAC;gCAChF,OAAO;oCACL,MAAM,EAAE,IAAI,wBAAS,CAAC,IAAI,CAAC;oCAC3B,aAAa;oCACb,UAAU,EAAE,IAAI,wBAAS,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;oCACnD,MAAM,EAAE;wCACN,MAAM,EAAE,IAAI,yBAAgB,EAAE;wCAC9B,QAAQ,EAAE,IAAI,qBAAY,EAAE,EAAE,2GAA2G;qCAC1I;oCACD,QAAQ,EAAE,EAAE;iCACb,CAAC;4BACJ,CAAC;yBACF;wBACD;4BACE,IAAI,EAAE,UAAU;4BAChB,WAAW,EAAE,IAAA,gCAAkB,EAAC;gCAC9B,MAAM,EAAE,KAAK;gCACb,IAAI,EAAE,MAAM;gCACZ,SAAS,EAAE,4CAA4C;gCACvD,MAAM,EAAE,GAAG;gCACX,QAAQ,EAAE,WAAW;gCACrB,QAAQ,EAAE,OAAO;gCACjB,OAAO,EAAE,CAAC;gCACV,KAAK,EAAE,CAAC;gCACR,YAAY,EAAE,IAAI;6BACnB,CAAC;4BACF,cAAc,EAAE,CAAC,OAAO,EAAE,CAAC,EAAE,MAAM,EAAoC,EAAE;gCACvE,OAAO;oCACL,MAAM,EAAE,wBAAS,CAAC,GAAG,CAAC,OAAO,CAAC,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,aAAa,CAAC,EAAE,CAAC,CAAC;oCACrE,MAAM,EAAE,EAAE;oCACV,QAAQ,EAAE,EAAE;iCACb,CAAC;4BACJ,CAAC;yBACF;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bridge.integration.test.d.ts","sourceRoot":"","sources":["../../../src/__tests__/integration/bridge.integration.test.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAc,WAAW,EAA2B,MAAM,sBAAsB,CAAC;AAI7F,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE/C,eAAO,MAAM,OAAO,EAAE,WAAW,CAAC,WAAW,
|
|
1
|
+
{"version":3,"file":"bridge.integration.test.d.ts","sourceRoot":"","sources":["../../../src/__tests__/integration/bridge.integration.test.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAc,WAAW,EAA2B,MAAM,sBAAsB,CAAC;AAI7F,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE/C,eAAO,MAAM,OAAO,EAAE,WAAW,CAAC,WAAW,CAgE5C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bridge.integration.test.js","sourceRoot":"","sources":["../../../src/__tests__/integration/bridge.integration.test.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAElE,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAGvD,MAAM,CAAC,MAAM,OAAO,GAA6B;IAC/C,eAAe,EAAE,CAAC,MAAM,EAAE,IAAI,CAAC;IAC/B,UAAU,EAAE;QACV,QAAQ,EAAE;YACR,8BAA8B,EAAE,CAAC,cAAc,EAAE,sBAAsB,CAAC;YACxE,QAAQ,EAAE;gBACR;oBACE,WAAW,EAAE,CAAC,uBAAuB,CAAC;oBACtC,eAAe,EAAE,CAAC,IAAI,CAAC;oBACvB,GAAG,EAAE,SAAuB;oBAC5B,YAAY,EAAE;wBACZ;4BACE,IAAI,EAAE,MAAM;4BACZ,WAAW,EAAE,kBAAkB,CAAC;gCAC9B,MAAM,EAAE,KAAK;gCACb,IAAI,EAAE,MAAM;gCACZ,SAAS,EAAE,4CAA4C;gCACvD,MAAM,EAAE,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE;gCACzB,QAAQ,EAAE,GAAG;gCACb,QAAQ,EAAE,OAAO;gCACjB,OAAO,EAAE,CAAC;gCACV,KAAK,EAAE,CAAC;6BACT,CAAC;4BACF,cAAc,EAAE,CAAC,QAAQ,EAAE,WAAW,EAAoC,EAAE;gCAC1E,MAAM,aAAa,GAAG,WAAW,CAAC,QAAQ,CAAC,KAAK,CAAC,WAAW,CAAC,YAAY,IAAI,CAAC,CAAC,CAAC;gCAChF,OAAO;oCACL,MAAM,EAAE,IAAI,SAAS,CAAC,IAAI,CAAC;oCAC3B,aAAa;oCACb,UAAU,EAAE,IAAI,SAAS,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;oCACnD,MAAM,EAAE;wCACN,MAAM,EAAE,IAAI,gBAAgB,EAAE;wCAC9B,QAAQ,EAAE,IAAI,YAAY,EAAE,EAAE,2GAA2G;qCAC1I;oCACD,QAAQ,EAAE,EAAE;iCACb,CAAC;4BACJ,CAAC;yBACF;wBACD;4BACE,IAAI,EAAE,UAAU;4BAChB,WAAW,EAAE,kBAAkB,CAAC;gCAC9B,MAAM,EAAE,KAAK;gCACb,IAAI,EAAE,MAAM;gCACZ,SAAS,EAAE,4CAA4C;gCACvD,MAAM,EAAE,GAAG;gCACX,QAAQ,EAAE,WAAW;gCACrB,QAAQ,EAAE,OAAO;gCACjB,OAAO,EAAE,CAAC;gCACV,KAAK,EAAE,CAAC;gCACR,YAAY,EAAE,IAAI;6BACnB,CAAC;4BACF,cAAc,EAAE,CAAC,OAAO,EAAE,CAAC,EAAE,MAAM,EAAoC,EAAE;gCACvE,OAAO;oCACL,MAAM,EAAE,SAAS,CAAC,GAAG,CAAC,OAAO,CAAC,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,aAAa,CAAC,EAAE,CAAC,CAAC;oCACrE,MAAM,EAAE,EAAE;oCACV,QAAQ,EAAE,EAAE;iCACb,CAAC;4BACJ,CAAC;yBACF;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC"}
|
|
1
|
+
{"version":3,"file":"bridge.integration.test.js","sourceRoot":"","sources":["../../../src/__tests__/integration/bridge.integration.test.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAElE,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAGvD,MAAM,CAAC,MAAM,OAAO,GAA6B;IAC/C,eAAe,EAAE,CAAC,MAAM,EAAE,IAAI,CAAC;IAC/B,UAAU,EAAE;QACV,QAAQ,EAAE;YACR,yBAAyB,EAAE,IAAI;YAC/B,8BAA8B,EAAE,CAAC,cAAc,EAAE,sBAAsB,CAAC;YACxE,QAAQ,EAAE;gBACR;oBACE,WAAW,EAAE,CAAC,uBAAuB,CAAC;oBACtC,eAAe,EAAE,CAAC,IAAI,CAAC;oBACvB,GAAG,EAAE,SAAuB;oBAC5B,YAAY,EAAE;wBACZ;4BACE,IAAI,EAAE,MAAM;4BACZ,WAAW,EAAE,kBAAkB,CAAC;gCAC9B,MAAM,EAAE,KAAK;gCACb,IAAI,EAAE,MAAM;gCACZ,SAAS,EAAE,4CAA4C;gCACvD,MAAM,EAAE,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE;gCACzB,QAAQ,EAAE,GAAG;gCACb,QAAQ,EAAE,OAAO;gCACjB,OAAO,EAAE,CAAC;gCACV,KAAK,EAAE,CAAC;6BACT,CAAC;4BACF,cAAc,EAAE,CAAC,QAAQ,EAAE,WAAW,EAAoC,EAAE;gCAC1E,MAAM,aAAa,GAAG,WAAW,CAAC,QAAQ,CAAC,KAAK,CAAC,WAAW,CAAC,YAAY,IAAI,CAAC,CAAC,CAAC;gCAChF,OAAO;oCACL,MAAM,EAAE,IAAI,SAAS,CAAC,IAAI,CAAC;oCAC3B,aAAa;oCACb,UAAU,EAAE,IAAI,SAAS,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;oCACnD,MAAM,EAAE;wCACN,MAAM,EAAE,IAAI,gBAAgB,EAAE;wCAC9B,QAAQ,EAAE,IAAI,YAAY,EAAE,EAAE,2GAA2G;qCAC1I;oCACD,QAAQ,EAAE,EAAE;iCACb,CAAC;4BACJ,CAAC;yBACF;wBACD;4BACE,IAAI,EAAE,UAAU;4BAChB,WAAW,EAAE,kBAAkB,CAAC;gCAC9B,MAAM,EAAE,KAAK;gCACb,IAAI,EAAE,MAAM;gCACZ,SAAS,EAAE,4CAA4C;gCACvD,MAAM,EAAE,GAAG;gCACX,QAAQ,EAAE,WAAW;gCACrB,QAAQ,EAAE,OAAO;gCACjB,OAAO,EAAE,CAAC;gCACV,KAAK,EAAE,CAAC;gCACR,YAAY,EAAE,IAAI;6BACnB,CAAC;4BACF,cAAc,EAAE,CAAC,OAAO,EAAE,CAAC,EAAE,MAAM,EAAoC,EAAE;gCACvE,OAAO;oCACL,MAAM,EAAE,SAAS,CAAC,GAAG,CAAC,OAAO,CAAC,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,aAAa,CAAC,EAAE,CAAC,CAAC;oCACrE,MAAM,EAAE,EAAE;oCACV,QAAQ,EAAE,EAAE;iCACb,CAAC;4BACJ,CAAC;yBACF;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-evm",
|
|
3
|
-
"version": "2.0.0
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Ledger EVM Coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -55,15 +55,15 @@
|
|
|
55
55
|
"lodash": "^4.17.21",
|
|
56
56
|
"react-native-get-random-values": "^1.8.0",
|
|
57
57
|
"rxjs": "^7.8.1",
|
|
58
|
-
"@ledgerhq/coin-framework": "^0.
|
|
59
|
-
"@ledgerhq/cryptoassets": "^13.0.0
|
|
60
|
-
"@ledgerhq/devices": "^8.
|
|
61
|
-
"@ledgerhq/domain-service": "^1.1.
|
|
62
|
-
"@ledgerhq/errors": "^6.16.4
|
|
63
|
-
"@ledgerhq/evm-tools": "^1.0.
|
|
64
|
-
"@ledgerhq/live-env": "^2.0.
|
|
65
|
-
"@ledgerhq/live-network": "^1.2.
|
|
66
|
-
"@ledgerhq/live-promise": "^0.0.4
|
|
58
|
+
"@ledgerhq/coin-framework": "^0.13.0",
|
|
59
|
+
"@ledgerhq/cryptoassets": "^13.0.0",
|
|
60
|
+
"@ledgerhq/devices": "^8.3.0",
|
|
61
|
+
"@ledgerhq/domain-service": "^1.1.21",
|
|
62
|
+
"@ledgerhq/errors": "^6.16.4",
|
|
63
|
+
"@ledgerhq/evm-tools": "^1.0.19",
|
|
64
|
+
"@ledgerhq/live-env": "^2.0.2",
|
|
65
|
+
"@ledgerhq/live-network": "^1.2.2",
|
|
66
|
+
"@ledgerhq/live-promise": "^0.0.4",
|
|
67
67
|
"@ledgerhq/logs": "^6.12.0"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
@@ -77,9 +77,9 @@
|
|
|
77
77
|
"jest-expect-message": "^1.1.3",
|
|
78
78
|
"prando": "^6.0.1",
|
|
79
79
|
"ts-jest": "^29.1.1",
|
|
80
|
-
"@ledgerhq/hw-app-eth": "^6.
|
|
81
|
-
"@ledgerhq/types-cryptoassets": "^7.
|
|
82
|
-
"@ledgerhq/types-live": "^6.
|
|
80
|
+
"@ledgerhq/hw-app-eth": "^6.36.1",
|
|
81
|
+
"@ledgerhq/types-cryptoassets": "^7.12.0",
|
|
82
|
+
"@ledgerhq/types-live": "^6.47.0"
|
|
83
83
|
},
|
|
84
84
|
"scripts": {
|
|
85
85
|
"clean": "rimraf lib lib-es",
|
|
@@ -13,6 +13,7 @@ export const dataset: DatasetTest<Transaction> = {
|
|
|
13
13
|
implementations: ["mock", "js"],
|
|
14
14
|
currencies: {
|
|
15
15
|
ethereum: {
|
|
16
|
+
FIXME_ignorePreloadFields: true, // FIXME LIVE-12356 : preload data seems instable between two calls
|
|
16
17
|
IgnorePrepareTransactionFields: ["maxFeePerGas", "maxPriorityFeePerGas"],
|
|
17
18
|
accounts: [
|
|
18
19
|
{
|