@ledgerhq/coin-evm 0.7.0-nightly.3 → 0.7.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.7.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,65 +1,17 @@
1
1
  # @ledgerhq/coin-evm
2
2
 
3
- ## 0.7.0-nightly.3
3
+ ## 0.6.2
4
4
 
5
5
  ### Patch Changes
6
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
30
-
31
- ### Minor Changes
32
-
33
- - [#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
-
35
- - [#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
-
37
- Replace the legcay Ethereum familly implementation that was present in ledger-live-common by the coin-evm lib implementation.
38
- 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.
39
-
40
- ### Patch Changes
41
-
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
52
-
53
- ## 0.6.2-nightly.0
54
-
55
- ### Patch Changes
56
-
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
7
+ - Updated dependencies [[`6c83521fee`](https://github.com/LedgerHQ/ledger-live/commit/6c83521fee8da656858630c1cb37a5af95df3362)]:
8
+ - @ledgerhq/types-cryptoassets@7.5.0
9
+ - @ledgerhq/cryptoassets@9.13.0
10
+ - @ledgerhq/types-live@6.40.0
11
+ - @ledgerhq/coin-framework@0.5.4
12
+ - @ledgerhq/domain-service@1.1.11
13
+ - @ledgerhq/evm-tools@1.0.7
14
+ - @ledgerhq/hw-app-eth@6.34.6
63
15
 
64
16
  ## 0.6.1
65
17