@ledgerhq/coin-evm 0.7.0 → 0.8.1-hotfix.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 +39 -0
- package/package.json +10 -10
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,44 @@
|
|
|
1
1
|
# @ledgerhq/coin-evm
|
|
2
2
|
|
|
3
|
+
## 0.8.1-hotfix.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`ce18546c0a`](https://github.com/LedgerHQ/ledger-live/commit/ce18546c0a0b9dd5ed78b1745cac19b7eef7b5eb)]:
|
|
8
|
+
- @ledgerhq/types-live@6.41.1-hotfix.0
|
|
9
|
+
- @ledgerhq/coin-framework@0.7.1-hotfix.0
|
|
10
|
+
- @ledgerhq/domain-service@1.1.13-hotfix.0
|
|
11
|
+
- @ledgerhq/evm-tools@1.0.8
|
|
12
|
+
- @ledgerhq/hw-app-eth@6.34.8-hotfix.0
|
|
13
|
+
|
|
14
|
+
## 0.8.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- [#4741](https://github.com/LedgerHQ/ledger-live/pull/4741) [`a134f28e9d`](https://github.com/LedgerHQ/ledger-live/commit/a134f28e9d220d172148619ed281d4ca897d5532) Thanks [@chabroA](https://github.com/chabroA)! - Add gasOption serialisation and deserialisation to evm transactions
|
|
19
|
+
|
|
20
|
+
- [#4791](https://github.com/LedgerHQ/ledger-live/pull/4791) [`b779f6c964`](https://github.com/LedgerHQ/ledger-live/commit/b779f6c964079b9cd9a4ee985cd5cdbb8c49406e) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update `getDeviceTransactionConfig` to return correctly nano fields when the transaction has been crafted by a third party (like the Wallet API)
|
|
21
|
+
|
|
22
|
+
- [#4285](https://github.com/LedgerHQ/ledger-live/pull/4285) [`533278e2c4`](https://github.com/LedgerHQ/ledger-live/commit/533278e2c40ee764ecb87d4430fa6650f251ff0c) Thanks [@chabroA](https://github.com/chabroA)! - Migrate Ethereum family implementation to EVM family
|
|
23
|
+
|
|
24
|
+
Replace the legcay Ethereum familly implementation that was present in ledger-live-common by the coin-evm lib implementation.
|
|
25
|
+
This change was made in order to improve scalabillity and maintainability of the evm coins, as well as more easilly integrate new evm based chains in the future.
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- [#4804](https://github.com/LedgerHQ/ledger-live/pull/4804) [`4cb507a52b`](https://github.com/LedgerHQ/ledger-live/commit/4cb507a52bf336d395b08b4c1a429bd4956ab22d) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add cache to CDN requests during preload
|
|
30
|
+
|
|
31
|
+
- Updated dependencies [[`c86637f6e5`](https://github.com/LedgerHQ/ledger-live/commit/c86637f6e57845716a791854dd8f686807152e73), [`72288402ec`](https://github.com/LedgerHQ/ledger-live/commit/72288402ec70f9159022505cb3187e63b24df450), [`f527d1bb5a`](https://github.com/LedgerHQ/ledger-live/commit/f527d1bb5a2888a916f761d43d2ba5093eaa3e3f), [`a134f28e9d`](https://github.com/LedgerHQ/ledger-live/commit/a134f28e9d220d172148619ed281d4ca897d5532), [`49ea3fd98b`](https://github.com/LedgerHQ/ledger-live/commit/49ea3fd98ba1e1e0ed54d29ab5fdc71c4918183f), [`533278e2c4`](https://github.com/LedgerHQ/ledger-live/commit/533278e2c40ee764ecb87d4430fa6650f251ff0c), [`70e4277bc9`](https://github.com/LedgerHQ/ledger-live/commit/70e4277bc9dda253b894bdae5f2c8a5f43a9a64e)]:
|
|
32
|
+
- @ledgerhq/hw-app-eth@6.34.7
|
|
33
|
+
- @ledgerhq/cryptoassets@11.0.0
|
|
34
|
+
- @ledgerhq/types-cryptoassets@7.6.0
|
|
35
|
+
- @ledgerhq/types-live@6.41.0
|
|
36
|
+
- @ledgerhq/coin-framework@0.7.0
|
|
37
|
+
- @ledgerhq/live-env@0.6.0
|
|
38
|
+
- @ledgerhq/domain-service@1.1.12
|
|
39
|
+
- @ledgerhq/evm-tools@1.0.8
|
|
40
|
+
- @ledgerhq/live-network@1.1.7
|
|
41
|
+
|
|
3
42
|
## 0.6.2
|
|
4
43
|
|
|
5
44
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-evm",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.1-hotfix.0",
|
|
4
4
|
"description": "Ledger EVM Coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -54,19 +54,19 @@
|
|
|
54
54
|
"lodash": "^4.17.21",
|
|
55
55
|
"react-native-get-random-values": "^1.8.0",
|
|
56
56
|
"rxjs": "^6.6.7",
|
|
57
|
-
"@ledgerhq/coin-framework": "^0.
|
|
58
|
-
"@ledgerhq/cryptoassets": "^
|
|
57
|
+
"@ledgerhq/coin-framework": "^0.7.1-hotfix.0",
|
|
58
|
+
"@ledgerhq/cryptoassets": "^11.0.0",
|
|
59
59
|
"@ledgerhq/devices": "^8.0.7",
|
|
60
|
-
"@ledgerhq/domain-service": "^1.1.
|
|
60
|
+
"@ledgerhq/domain-service": "^1.1.13-hotfix.0",
|
|
61
61
|
"@ledgerhq/errors": "^6.14.0",
|
|
62
|
-
"@ledgerhq/evm-tools": "^1.0.
|
|
63
|
-
"@ledgerhq/hw-app-eth": "^6.34.
|
|
64
|
-
"@ledgerhq/live-env": "^0.6.0
|
|
65
|
-
"@ledgerhq/live-network": "^1.1.7
|
|
62
|
+
"@ledgerhq/evm-tools": "^1.0.8",
|
|
63
|
+
"@ledgerhq/hw-app-eth": "^6.34.8-hotfix.0",
|
|
64
|
+
"@ledgerhq/live-env": "^0.6.0",
|
|
65
|
+
"@ledgerhq/live-network": "^1.1.7",
|
|
66
66
|
"@ledgerhq/live-promise": "^0.0.1",
|
|
67
67
|
"@ledgerhq/logs": "^6.10.1",
|
|
68
|
-
"@ledgerhq/types-cryptoassets": "^7.
|
|
69
|
-
"@ledgerhq/types-live": "^6.
|
|
68
|
+
"@ledgerhq/types-cryptoassets": "^7.6.0",
|
|
69
|
+
"@ledgerhq/types-live": "^6.41.1-hotfix.0"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@types/invariant": "^2.2.2",
|