@ledgerhq/coin-evm 0.9.0-hotfix.1 → 0.9.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.8.1-hotfix.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-evm
2
+ > @ledgerhq/coin-evm@0.9.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,5 +1,32 @@
1
1
  # @ledgerhq/coin-evm
2
2
 
3
+ ## 0.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#5042](https://github.com/LedgerHQ/ledger-live/pull/5042) [`3b4f7501cc`](https://github.com/LedgerHQ/ledger-live/commit/3b4f7501cc5f09be94a2994f20f9998898682975) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Ensure compatiblity with @ledgerhq/coin-framework change regarding `TokenAccounts` ids & update `preload` & `hydrate` method to use the `convertBEP20` method instead of the `convertERC20` method when dealing with the bsc chain. This last fix is technically useless as BEP20 = ERC20, it's only here in order to prevent breaking changes with the different backends at Ledger. As soon as those backends have the possibility of changing the "bsc/bep20/XYZ" token ids into "bsc/erc20/XYZ", this fix should be removed in order to avoid useless complexity.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`ce18546c0a`](https://github.com/LedgerHQ/ledger-live/commit/ce18546c0a0b9dd5ed78b1745cac19b7eef7b5eb), [`3b4f7501cc`](https://github.com/LedgerHQ/ledger-live/commit/3b4f7501cc5f09be94a2994f20f9998898682975), [`fbeebfe04b`](https://github.com/LedgerHQ/ledger-live/commit/fbeebfe04b297b33ec258440b694cdfb6213af24)]:
12
+ - @ledgerhq/types-live@6.41.1
13
+ - @ledgerhq/coin-framework@0.8.0
14
+ - @ledgerhq/cryptoassets@11.0.1
15
+ - @ledgerhq/domain-service@1.1.13
16
+ - @ledgerhq/evm-tools@1.0.9
17
+ - @ledgerhq/hw-app-eth@6.34.8
18
+
19
+ ## 0.9.0-hotfix.2
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [[`fbeebfe04b`](https://github.com/LedgerHQ/ledger-live/commit/fbeebfe04b297b33ec258440b694cdfb6213af24)]:
24
+ - @ledgerhq/cryptoassets@11.0.1-hotfix.0
25
+ - @ledgerhq/coin-framework@0.8.0-hotfix.2
26
+ - @ledgerhq/domain-service@1.1.13-hotfix.1
27
+ - @ledgerhq/evm-tools@1.0.9-hotfix.0
28
+ - @ledgerhq/hw-app-eth@6.34.8-hotfix.1
29
+
3
30
  ## 0.9.0-hotfix.1
4
31
 
5
32
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-evm",
3
- "version": "0.9.0-hotfix.1",
3
+ "version": "0.9.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.8.0-hotfix.1",
58
- "@ledgerhq/cryptoassets": "^11.0.0",
57
+ "@ledgerhq/coin-framework": "^0.8.0",
58
+ "@ledgerhq/cryptoassets": "^11.0.1",
59
59
  "@ledgerhq/devices": "^8.0.7",
60
- "@ledgerhq/domain-service": "^1.1.13-hotfix.0",
60
+ "@ledgerhq/domain-service": "^1.1.13",
61
61
  "@ledgerhq/errors": "^6.14.0",
62
- "@ledgerhq/evm-tools": "^1.0.8",
63
- "@ledgerhq/hw-app-eth": "^6.34.8-hotfix.0",
62
+ "@ledgerhq/evm-tools": "^1.0.9",
63
+ "@ledgerhq/hw-app-eth": "^6.34.8",
64
64
  "@ledgerhq/live-env": "^0.6.0",
65
65
  "@ledgerhq/live-network": "^1.1.7",
66
66
  "@ledgerhq/live-promise": "^0.0.1",
67
67
  "@ledgerhq/logs": "^6.10.1",
68
68
  "@ledgerhq/types-cryptoassets": "^7.6.0",
69
- "@ledgerhq/types-live": "^6.41.1-hotfix.0"
69
+ "@ledgerhq/types-live": "^6.41.1"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@types/invariant": "^2.2.2",