@ledgerhq/coin-evm 2.4.0-nightly.1 → 2.4.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 +44 -12
- package/package.json +10 -10
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @ledgerhq/coin-evm
|
|
2
2
|
|
|
3
|
-
## 2.4.0
|
|
3
|
+
## 2.4.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -11,22 +11,54 @@
|
|
|
11
11
|
- [#7874](https://github.com/LedgerHQ/ledger-live/pull/7874) [`9c6e2c4`](https://github.com/LedgerHQ/ledger-live/commit/9c6e2c4969832d9d55188ed03bbdfd79b43b7e63) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add support for Uniswap plugin resolution in `signOperation`
|
|
12
12
|
|
|
13
13
|
- Updated dependencies [[`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f)]:
|
|
14
|
-
- @ledgerhq/live-env@2.4.0
|
|
15
|
-
- @ledgerhq/coin-framework@0.18.
|
|
16
|
-
- @ledgerhq/domain-service@1.2.
|
|
17
|
-
- @ledgerhq/evm-tools@1.2.
|
|
18
|
-
- @ledgerhq/cryptoassets@13.6.
|
|
19
|
-
- @ledgerhq/live-network@2.0.2
|
|
14
|
+
- @ledgerhq/live-env@2.4.0
|
|
15
|
+
- @ledgerhq/coin-framework@0.18.3
|
|
16
|
+
- @ledgerhq/domain-service@1.2.7
|
|
17
|
+
- @ledgerhq/evm-tools@1.2.4
|
|
18
|
+
- @ledgerhq/cryptoassets@13.6.1
|
|
19
|
+
- @ledgerhq/live-network@2.0.2
|
|
20
20
|
|
|
21
|
-
## 2.
|
|
21
|
+
## 2.4.0-next.0
|
|
22
|
+
|
|
23
|
+
### Minor Changes
|
|
24
|
+
|
|
25
|
+
- [#7991](https://github.com/LedgerHQ/ledger-live/pull/7991) [`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Decreasing the base fee multiplier to 27% for the EIP1559 fee system. Based on the spec of EIP1559, it should allow to create blocks which could be included in the next 3 blocks even in awful network situations.
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- [#7874](https://github.com/LedgerHQ/ledger-live/pull/7874) [`9c6e2c4`](https://github.com/LedgerHQ/ledger-live/commit/9c6e2c4969832d9d55188ed03bbdfd79b43b7e63) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add support for Uniswap plugin resolution in `signOperation`
|
|
30
|
+
|
|
31
|
+
- Updated dependencies [[`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f)]:
|
|
32
|
+
- @ledgerhq/live-env@2.4.0-next.0
|
|
33
|
+
- @ledgerhq/coin-framework@0.18.3-next.0
|
|
34
|
+
- @ledgerhq/domain-service@1.2.7-next.0
|
|
35
|
+
- @ledgerhq/evm-tools@1.2.4-next.0
|
|
36
|
+
- @ledgerhq/cryptoassets@13.6.1-next.0
|
|
37
|
+
- @ledgerhq/live-network@2.0.2-next.0
|
|
38
|
+
|
|
39
|
+
## 2.3.1
|
|
22
40
|
|
|
23
41
|
### Patch Changes
|
|
24
42
|
|
|
43
|
+
- [#7817](https://github.com/LedgerHQ/ledger-live/pull/7817) [`2f71fec`](https://github.com/LedgerHQ/ledger-live/commit/2f71fecc0e4bd2692277386931978242a25a364c) Thanks [@Wozacosta](https://github.com/Wozacosta)! - chore: update default explorer for local base & zkevm config, update evm bridge test
|
|
44
|
+
|
|
45
|
+
- Updated dependencies [[`c83af75`](https://github.com/LedgerHQ/ledger-live/commit/c83af756fb388043c9f5a3862cae1231ec99a02c)]:
|
|
46
|
+
- @ledgerhq/cryptoassets@13.6.0
|
|
47
|
+
- @ledgerhq/coin-framework@0.18.2
|
|
48
|
+
- @ledgerhq/domain-service@1.2.6
|
|
49
|
+
- @ledgerhq/evm-tools@1.2.3
|
|
50
|
+
|
|
51
|
+
## 2.3.1-next.0
|
|
52
|
+
|
|
53
|
+
### Patch Changes
|
|
54
|
+
|
|
55
|
+
- [#7817](https://github.com/LedgerHQ/ledger-live/pull/7817) [`2f71fec`](https://github.com/LedgerHQ/ledger-live/commit/2f71fecc0e4bd2692277386931978242a25a364c) Thanks [@Wozacosta](https://github.com/Wozacosta)! - chore: update default explorer for local base & zkevm config, update evm bridge test
|
|
56
|
+
|
|
25
57
|
- Updated dependencies [[`c83af75`](https://github.com/LedgerHQ/ledger-live/commit/c83af756fb388043c9f5a3862cae1231ec99a02c)]:
|
|
26
|
-
- @ledgerhq/cryptoassets@13.6.0-
|
|
27
|
-
- @ledgerhq/coin-framework@0.18.2-
|
|
28
|
-
- @ledgerhq/domain-service@1.2.6-
|
|
29
|
-
- @ledgerhq/evm-tools@1.2.3-
|
|
58
|
+
- @ledgerhq/cryptoassets@13.6.0-next.0
|
|
59
|
+
- @ledgerhq/coin-framework@0.18.2-next.0
|
|
60
|
+
- @ledgerhq/domain-service@1.2.6-next.0
|
|
61
|
+
- @ledgerhq/evm-tools@1.2.3-next.0
|
|
30
62
|
|
|
31
63
|
## 2.3.0
|
|
32
64
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-evm",
|
|
3
|
-
"version": "2.4.0
|
|
3
|
+
"version": "2.4.0",
|
|
4
4
|
"description": "Ledger EVM Coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -55,14 +55,14 @@
|
|
|
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.18.
|
|
59
|
-
"@ledgerhq/cryptoassets": "^13.6.
|
|
58
|
+
"@ledgerhq/coin-framework": "^0.18.3",
|
|
59
|
+
"@ledgerhq/cryptoassets": "^13.6.1",
|
|
60
60
|
"@ledgerhq/devices": "^8.4.4",
|
|
61
|
-
"@ledgerhq/domain-service": "^1.2.
|
|
61
|
+
"@ledgerhq/domain-service": "^1.2.7",
|
|
62
62
|
"@ledgerhq/errors": "^6.19.1",
|
|
63
|
-
"@ledgerhq/evm-tools": "^1.2.
|
|
64
|
-
"@ledgerhq/live-env": "^2.4.0
|
|
65
|
-
"@ledgerhq/live-network": "^2.0.2
|
|
63
|
+
"@ledgerhq/evm-tools": "^1.2.4",
|
|
64
|
+
"@ledgerhq/live-env": "^2.4.0",
|
|
65
|
+
"@ledgerhq/live-network": "^2.0.2",
|
|
66
66
|
"@ledgerhq/live-promise": "^0.1.0",
|
|
67
67
|
"@ledgerhq/logs": "^6.12.0"
|
|
68
68
|
},
|
|
@@ -84,9 +84,9 @@
|
|
|
84
84
|
"prando": "^6.0.1",
|
|
85
85
|
"ts-jest": "^29.1.1",
|
|
86
86
|
"@ledgerhq/coin-tester": "^0.2.4",
|
|
87
|
-
"@ledgerhq/hw-app-eth": "^
|
|
88
|
-
"@ledgerhq/types-cryptoassets": "^7.16.0
|
|
89
|
-
"@ledgerhq/types-live": "^6.52.
|
|
87
|
+
"@ledgerhq/hw-app-eth": "^6.40.0",
|
|
88
|
+
"@ledgerhq/types-cryptoassets": "^7.16.0",
|
|
89
|
+
"@ledgerhq/types-live": "^6.52.1"
|
|
90
90
|
},
|
|
91
91
|
"scripts": {
|
|
92
92
|
"clean": "rimraf lib lib-es",
|