@ledgerhq/coin-evm 0.7.0-nightly.3 → 0.8.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-evm@0.7.0-nightly.2 build /home/runner/work/ledger-live/ledger-live/libs/coin-evm
2
+ > @ledgerhq/coin-evm@0.8.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-evm
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,37 +1,13 @@
1
1
  # @ledgerhq/coin-evm
2
2
 
3
- ## 0.7.0-nightly.3
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies [[`304bb461ec`](https://github.com/LedgerHQ/ledger-live/commit/304bb461ec3a2786c8309ecc15334367b8d163ff)]:
8
- - @ledgerhq/types-live@6.40.0-nightly.1
9
- - @ledgerhq/coin-framework@0.6.0-nightly.3
10
- - @ledgerhq/domain-service@1.1.11-nightly.3
11
- - @ledgerhq/evm-tools@1.0.7-nightly.2
12
- - @ledgerhq/hw-app-eth@6.34.6-nightly.3
13
-
14
- ## 0.7.0-nightly.2
15
-
16
- ### Patch Changes
17
-
18
- - Updated dependencies [[`9e2d32aec4`](https://github.com/LedgerHQ/ledger-live/commit/9e2d32aec4ebd8774880f94e3ef0e805ebb172ac), [`9e2d32aec4`](https://github.com/LedgerHQ/ledger-live/commit/9e2d32aec4ebd8774880f94e3ef0e805ebb172ac)]:
19
- - @ledgerhq/logs@6.11.0-nightly.0
20
- - @ledgerhq/live-env@0.6.0-nightly.1
21
- - @ledgerhq/coin-framework@0.6.0-nightly.2
22
- - @ledgerhq/domain-service@1.1.11-nightly.2
23
- - @ledgerhq/devices@8.0.8-nightly.0
24
- - @ledgerhq/hw-app-eth@6.34.6-nightly.2
25
- - @ledgerhq/live-network@1.1.7-nightly.1
26
- - @ledgerhq/live-promise@0.0.2-nightly.0
27
- - @ledgerhq/evm-tools@1.0.7-nightly.2
28
-
29
- ## 0.7.0-nightly.1
3
+ ## 0.8.0
30
4
 
31
5
  ### Minor Changes
32
6
 
33
7
  - [#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
34
8
 
9
+ - [#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)
10
+
35
11
  - [#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
36
12
 
37
13
  Replace the legcay Ethereum familly implementation that was present in ledger-live-common by the coin-evm lib implementation.
@@ -39,27 +15,31 @@
39
15
 
40
16
  ### Patch Changes
41
17
 
42
- - Updated dependencies [[`c86637f6e5`](https://github.com/LedgerHQ/ledger-live/commit/c86637f6e57845716a791854dd8f686807152e73), [`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)]:
43
- - @ledgerhq/hw-app-eth@6.34.6-nightly.1
44
- - @ledgerhq/types-cryptoassets@7.5.0-nightly.0
45
- - @ledgerhq/cryptoassets@10.0.0-nightly.1
46
- - @ledgerhq/types-live@6.40.0-nightly.0
47
- - @ledgerhq/coin-framework@0.6.0-nightly.1
48
- - @ledgerhq/live-env@0.6.0-nightly.0
49
- - @ledgerhq/domain-service@1.1.11-nightly.1
50
- - @ledgerhq/evm-tools@1.0.7-nightly.1
51
- - @ledgerhq/live-network@1.1.7-nightly.0
18
+ - [#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
19
+
20
+ - 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)]:
21
+ - @ledgerhq/hw-app-eth@6.34.7
22
+ - @ledgerhq/cryptoassets@11.0.0
23
+ - @ledgerhq/types-cryptoassets@7.6.0
24
+ - @ledgerhq/types-live@6.41.0
25
+ - @ledgerhq/coin-framework@0.7.0
26
+ - @ledgerhq/live-env@0.6.0
27
+ - @ledgerhq/domain-service@1.1.12
28
+ - @ledgerhq/evm-tools@1.0.8
29
+ - @ledgerhq/live-network@1.1.7
52
30
 
53
- ## 0.6.2-nightly.0
31
+ ## 0.6.2
54
32
 
55
33
  ### Patch Changes
56
34
 
57
- - Updated dependencies [[`72288402ec`](https://github.com/LedgerHQ/ledger-live/commit/72288402ec70f9159022505cb3187e63b24df450)]:
58
- - @ledgerhq/cryptoassets@9.13.0-nightly.0
59
- - @ledgerhq/coin-framework@0.5.4-nightly.0
60
- - @ledgerhq/domain-service@1.1.11-nightly.0
61
- - @ledgerhq/evm-tools@1.0.7-nightly.0
62
- - @ledgerhq/hw-app-eth@6.34.6-nightly.0
35
+ - Updated dependencies [[`6c83521fee`](https://github.com/LedgerHQ/ledger-live/commit/6c83521fee8da656858630c1cb37a5af95df3362)]:
36
+ - @ledgerhq/types-cryptoassets@7.5.0
37
+ - @ledgerhq/cryptoassets@9.13.0
38
+ - @ledgerhq/types-live@6.40.0
39
+ - @ledgerhq/coin-framework@0.5.4
40
+ - @ledgerhq/domain-service@1.1.11
41
+ - @ledgerhq/evm-tools@1.0.7
42
+ - @ledgerhq/hw-app-eth@6.34.6
63
43
 
64
44
  ## 0.6.1
65
45