@ledgerhq/coin-evm 0.3.0-nightly.5 → 0.3.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 +56 -45
- package/lib/api/rpc/{rpc.native.d.ts → index.native.d.ts} +1 -1
- package/lib/api/rpc/index.native.d.ts.map +1 -0
- package/lib/api/rpc/{rpc.native.js → index.native.js} +1 -1
- package/lib/api/rpc/index.native.js.map +1 -0
- package/lib-es/api/rpc/{rpc.native.d.ts → index.native.d.ts} +1 -1
- package/lib-es/api/rpc/index.native.d.ts.map +1 -0
- package/lib-es/api/rpc/{rpc.native.js → index.native.js} +1 -1
- package/lib-es/api/rpc/index.native.js.map +1 -0
- package/package.json +11 -11
- package/lib/api/rpc/rpc.native.d.ts.map +0 -1
- package/lib/api/rpc/rpc.native.js.map +0 -1
- package/lib-es/api/rpc/rpc.native.d.ts.map +0 -1
- package/lib-es/api/rpc/rpc.native.js.map +0 -1
- /package/src/api/rpc/{rpc.native.ts → index.native.ts} +0 -0
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,10 @@
|
|
|
1
1
|
# @ledgerhq/coin-evm
|
|
2
2
|
|
|
3
|
-
## 0.3.0
|
|
3
|
+
## 0.3.0
|
|
4
4
|
|
|
5
|
-
###
|
|
6
|
-
|
|
7
|
-
- Updated dependencies [[`cb95f72c24`](https://github.com/LedgerHQ/ledger-live/commit/cb95f72c2415876ef88ca83fd2c4363a57669b92)]:
|
|
8
|
-
- @ledgerhq/cryptoassets@9.8.0-nightly.2
|
|
9
|
-
- @ledgerhq/coin-framework@0.3.6-nightly.5
|
|
10
|
-
- @ledgerhq/domain-service@1.1.4-nightly.4
|
|
11
|
-
- @ledgerhq/hw-app-eth@6.33.6-nightly.4
|
|
5
|
+
### Minor Changes
|
|
12
6
|
|
|
13
|
-
|
|
7
|
+
- [#3611](https://github.com/LedgerHQ/ledger-live/pull/3611) [`092cb8d317`](https://github.com/LedgerHQ/ledger-live/commit/092cb8d317fa7971e0f790b77f900ae3864d96c2) Thanks [@chabroA](https://github.com/chabroA)! - Create GasTracker abstraction for evm familly
|
|
14
8
|
|
|
15
9
|
### Patch Changes
|
|
16
10
|
|
|
@@ -18,15 +12,25 @@
|
|
|
18
12
|
|
|
19
13
|
- [#3741](https://github.com/LedgerHQ/ledger-live/pull/3741) [`6194db3178`](https://github.com/LedgerHQ/ledger-live/commit/6194db3178cf90b26f4f6c7f049b7eafafdf7bfc) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update eip55 dependency to 2.1.1 fixing browser context usage
|
|
20
14
|
|
|
21
|
-
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
- @ledgerhq/
|
|
25
|
-
- @ledgerhq/
|
|
26
|
-
- @ledgerhq/
|
|
27
|
-
- @ledgerhq/
|
|
15
|
+
- [#3872](https://github.com/LedgerHQ/ledger-live/pull/3872) [`d1d1578ab5`](https://github.com/LedgerHQ/ledger-live/commit/d1d1578ab5b351544c98d56b67c68f18640f2d20) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Rename rpc file that prevented shims to be applied for React Native
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [[`6194db3178`](https://github.com/LedgerHQ/ledger-live/commit/6194db3178cf90b26f4f6c7f049b7eafafdf7bfc), [`44192f2ab2`](https://github.com/LedgerHQ/ledger-live/commit/44192f2ab2857cbae2ef4a81ee9608d395dcd2b9), [`cb95f72c24`](https://github.com/LedgerHQ/ledger-live/commit/cb95f72c2415876ef88ca83fd2c4363a57669b92), [`be5f56b233`](https://github.com/LedgerHQ/ledger-live/commit/be5f56b2330c166323914b79fef37a3c05e0e13a), [`092cb8d317`](https://github.com/LedgerHQ/ledger-live/commit/092cb8d317fa7971e0f790b77f900ae3864d96c2), [`5af41b6fa1`](https://github.com/LedgerHQ/ledger-live/commit/5af41b6fa1e43037ccdb2df279c82e12ef3d2b1a), [`6194db3178`](https://github.com/LedgerHQ/ledger-live/commit/6194db3178cf90b26f4f6c7f049b7eafafdf7bfc)]:
|
|
18
|
+
- @ledgerhq/domain-service@1.1.5
|
|
19
|
+
- @ledgerhq/types-live@6.36.0
|
|
20
|
+
- @ledgerhq/cryptoassets@9.9.0
|
|
21
|
+
- @ledgerhq/types-cryptoassets@7.3.0
|
|
22
|
+
- @ledgerhq/live-env@0.3.1
|
|
23
|
+
- @ledgerhq/hw-app-eth@6.33.7
|
|
24
|
+
- @ledgerhq/coin-framework@0.3.7
|
|
25
|
+
- @ledgerhq/live-network@1.1.2
|
|
26
|
+
|
|
27
|
+
## 0.3.0-next.1
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- [#3872](https://github.com/LedgerHQ/ledger-live/pull/3872) [`d1d1578ab5`](https://github.com/LedgerHQ/ledger-live/commit/d1d1578ab5b351544c98d56b67c68f18640f2d20) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Rename rpc file that prevented shims to be applied for React Native
|
|
28
32
|
|
|
29
|
-
## 0.3.0-
|
|
33
|
+
## 0.3.0-next.0
|
|
30
34
|
|
|
31
35
|
### Minor Changes
|
|
32
36
|
|
|
@@ -34,44 +38,51 @@
|
|
|
34
38
|
|
|
35
39
|
### Patch Changes
|
|
36
40
|
|
|
37
|
-
-
|
|
38
|
-
- @ledgerhq/types-cryptoassets@7.3.0-nightly.1
|
|
39
|
-
- @ledgerhq/coin-framework@0.3.6-nightly.3
|
|
40
|
-
- @ledgerhq/domain-service@1.1.4-nightly.2
|
|
41
|
-
- @ledgerhq/cryptoassets@9.8.0-nightly.1
|
|
42
|
-
- @ledgerhq/types-live@6.35.0
|
|
43
|
-
|
|
44
|
-
## 0.2.1-nightly.2
|
|
41
|
+
- [#3741](https://github.com/LedgerHQ/ledger-live/pull/3741) [`6194db3178`](https://github.com/LedgerHQ/ledger-live/commit/6194db3178cf90b26f4f6c7f049b7eafafdf7bfc) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update eip55 dependency
|
|
45
42
|
|
|
46
|
-
|
|
43
|
+
- [#3741](https://github.com/LedgerHQ/ledger-live/pull/3741) [`6194db3178`](https://github.com/LedgerHQ/ledger-live/commit/6194db3178cf90b26f4f6c7f049b7eafafdf7bfc) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update eip55 dependency to 2.1.1 fixing browser context usage
|
|
47
44
|
|
|
48
|
-
- Updated dependencies [[`be5f56b233`](https://github.com/LedgerHQ/ledger-live/commit/be5f56b2330c166323914b79fef37a3c05e0e13a)]:
|
|
49
|
-
- @ledgerhq/
|
|
50
|
-
- @ledgerhq/
|
|
51
|
-
- @ledgerhq/
|
|
52
|
-
- @ledgerhq/
|
|
45
|
+
- Updated dependencies [[`6194db3178`](https://github.com/LedgerHQ/ledger-live/commit/6194db3178cf90b26f4f6c7f049b7eafafdf7bfc), [`44192f2ab2`](https://github.com/LedgerHQ/ledger-live/commit/44192f2ab2857cbae2ef4a81ee9608d395dcd2b9), [`cb95f72c24`](https://github.com/LedgerHQ/ledger-live/commit/cb95f72c2415876ef88ca83fd2c4363a57669b92), [`be5f56b233`](https://github.com/LedgerHQ/ledger-live/commit/be5f56b2330c166323914b79fef37a3c05e0e13a), [`092cb8d317`](https://github.com/LedgerHQ/ledger-live/commit/092cb8d317fa7971e0f790b77f900ae3864d96c2), [`5af41b6fa1`](https://github.com/LedgerHQ/ledger-live/commit/5af41b6fa1e43037ccdb2df279c82e12ef3d2b1a), [`6194db3178`](https://github.com/LedgerHQ/ledger-live/commit/6194db3178cf90b26f4f6c7f049b7eafafdf7bfc)]:
|
|
46
|
+
- @ledgerhq/domain-service@1.1.5-next.0
|
|
47
|
+
- @ledgerhq/types-live@6.36.0-next.0
|
|
48
|
+
- @ledgerhq/cryptoassets@9.9.0-next.0
|
|
49
|
+
- @ledgerhq/types-cryptoassets@7.3.0-next.0
|
|
50
|
+
- @ledgerhq/live-env@0.3.1-next.0
|
|
51
|
+
- @ledgerhq/hw-app-eth@6.33.7-next.0
|
|
52
|
+
- @ledgerhq/coin-framework@0.3.7-next.0
|
|
53
|
+
- @ledgerhq/live-network@1.1.2-next.0
|
|
53
54
|
|
|
54
|
-
## 0.2.1
|
|
55
|
+
## 0.2.1
|
|
55
56
|
|
|
56
57
|
### Patch Changes
|
|
57
58
|
|
|
58
|
-
- Updated dependencies [[`9adc1862dd`](https://github.com/LedgerHQ/ledger-live/commit/9adc1862dda605a722d19f3b6895bd324834c914)]:
|
|
59
|
-
- @ledgerhq/errors@6.12.7
|
|
60
|
-
- @ledgerhq/
|
|
61
|
-
- @ledgerhq/
|
|
62
|
-
- @ledgerhq/
|
|
63
|
-
- @ledgerhq/
|
|
64
|
-
- @ledgerhq/
|
|
59
|
+
- Updated dependencies [[`9adc1862dd`](https://github.com/LedgerHQ/ledger-live/commit/9adc1862dda605a722d19f3b6895bd324834c914), [`4a1454beb3`](https://github.com/LedgerHQ/ledger-live/commit/4a1454beb3f86405ba2686e07879c12a7d35ad8e), [`809065c571`](https://github.com/LedgerHQ/ledger-live/commit/809065c57198646a49adea112b9d799e35a57d25), [`d1aa522db7`](https://github.com/LedgerHQ/ledger-live/commit/d1aa522db75f7ea850efe412abaa4dc7d37af6b7), [`ebe5b07afe`](https://github.com/LedgerHQ/ledger-live/commit/ebe5b07afec441ea3e2d9103da9e1175972add47)]:
|
|
60
|
+
- @ledgerhq/errors@6.12.7
|
|
61
|
+
- @ledgerhq/cryptoassets@9.8.0
|
|
62
|
+
- @ledgerhq/types-cryptoassets@7.2.1
|
|
63
|
+
- @ledgerhq/types-live@6.35.1
|
|
64
|
+
- @ledgerhq/coin-framework@0.3.6
|
|
65
|
+
- @ledgerhq/domain-service@1.1.4
|
|
66
|
+
- @ledgerhq/devices@8.0.4
|
|
67
|
+
- @ledgerhq/hw-app-eth@6.33.6
|
|
68
|
+
- @ledgerhq/live-network@1.1.1
|
|
69
|
+
- @ledgerhq/live-portfolio@0.0.8
|
|
65
70
|
|
|
66
|
-
## 0.2.1-
|
|
71
|
+
## 0.2.1-next.0
|
|
67
72
|
|
|
68
73
|
### Patch Changes
|
|
69
74
|
|
|
70
|
-
- Updated dependencies [[`d1aa522db7`](https://github.com/LedgerHQ/ledger-live/commit/d1aa522db75f7ea850efe412abaa4dc7d37af6b7), [`ebe5b07afe`](https://github.com/LedgerHQ/ledger-live/commit/ebe5b07afec441ea3e2d9103da9e1175972add47)]:
|
|
71
|
-
- @ledgerhq/
|
|
72
|
-
- @ledgerhq/
|
|
73
|
-
- @ledgerhq/
|
|
74
|
-
- @ledgerhq/
|
|
75
|
+
- Updated dependencies [[`9adc1862dd`](https://github.com/LedgerHQ/ledger-live/commit/9adc1862dda605a722d19f3b6895bd324834c914), [`4a1454beb3`](https://github.com/LedgerHQ/ledger-live/commit/4a1454beb3f86405ba2686e07879c12a7d35ad8e), [`809065c571`](https://github.com/LedgerHQ/ledger-live/commit/809065c57198646a49adea112b9d799e35a57d25), [`d1aa522db7`](https://github.com/LedgerHQ/ledger-live/commit/d1aa522db75f7ea850efe412abaa4dc7d37af6b7), [`ebe5b07afe`](https://github.com/LedgerHQ/ledger-live/commit/ebe5b07afec441ea3e2d9103da9e1175972add47)]:
|
|
76
|
+
- @ledgerhq/errors@6.12.7-next.0
|
|
77
|
+
- @ledgerhq/cryptoassets@9.8.0-next.0
|
|
78
|
+
- @ledgerhq/types-cryptoassets@7.2.1-next.0
|
|
79
|
+
- @ledgerhq/types-live@6.35.1-next.0
|
|
80
|
+
- @ledgerhq/coin-framework@0.3.6-next.0
|
|
81
|
+
- @ledgerhq/domain-service@1.1.4-next.0
|
|
82
|
+
- @ledgerhq/devices@8.0.4-next.0
|
|
83
|
+
- @ledgerhq/hw-app-eth@6.33.6-next.0
|
|
84
|
+
- @ledgerhq/live-network@1.1.1-next.0
|
|
85
|
+
- @ledgerhq/live-portfolio@0.0.8-next.0
|
|
75
86
|
|
|
76
87
|
## 0.2.0
|
|
77
88
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.native.d.ts","sourceRoot":"","sources":["../../../src/api/rpc/index.native.ts"],"names":[],"mappings":"AAAA,kHAAkH;AAClH,OAAO,gCAAgC,CAAC;AACxC,OAAO,sBAAsB,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,OAAO,KAAK,OAAO,MAAM,cAAc,CAAC"}
|
|
@@ -32,4 +32,4 @@ require("react-native-get-random-values");
|
|
|
32
32
|
require("@ethersproject/shims");
|
|
33
33
|
__exportStar(require("./rpc.common"), exports);
|
|
34
34
|
exports.default = __importStar(require("./rpc.common"));
|
|
35
|
-
//# sourceMappingURL=
|
|
35
|
+
//# sourceMappingURL=index.native.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.native.js","sourceRoot":"","sources":["../../../src/api/rpc/index.native.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kHAAkH;AAClH,0CAAwC;AACxC,gCAA8B;AAC9B,+CAA6B;AAC7B,wDAAwC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.native.d.ts","sourceRoot":"","sources":["../../../src/api/rpc/index.native.ts"],"names":[],"mappings":"AAAA,kHAAkH;AAClH,OAAO,gCAAgC,CAAC;AACxC,OAAO,sBAAsB,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,OAAO,KAAK,OAAO,MAAM,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.native.js","sourceRoot":"","sources":["../../../src/api/rpc/index.native.ts"],"names":[],"mappings":"AAAA,kHAAkH;AAClH,OAAO,gCAAgC,CAAC;AACxC,OAAO,sBAAsB,CAAC;AAC9B,cAAc,cAAc,CAAC;2BACJ,cAAc"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-evm",
|
|
3
|
-
"version": "0.3.0
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "Ledger EVM Coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -54,18 +54,18 @@
|
|
|
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.3.
|
|
58
|
-
"@ledgerhq/cryptoassets": "^9.
|
|
59
|
-
"@ledgerhq/devices": "^8.0.4
|
|
60
|
-
"@ledgerhq/domain-service": "^1.1.
|
|
61
|
-
"@ledgerhq/errors": "^6.12.7
|
|
62
|
-
"@ledgerhq/hw-app-eth": "^6.33.
|
|
63
|
-
"@ledgerhq/live-env": "^0.3.1
|
|
64
|
-
"@ledgerhq/live-network": "^1.1.
|
|
57
|
+
"@ledgerhq/coin-framework": "^0.3.7",
|
|
58
|
+
"@ledgerhq/cryptoassets": "^9.9.0",
|
|
59
|
+
"@ledgerhq/devices": "^8.0.4",
|
|
60
|
+
"@ledgerhq/domain-service": "^1.1.5",
|
|
61
|
+
"@ledgerhq/errors": "^6.12.7",
|
|
62
|
+
"@ledgerhq/hw-app-eth": "^6.33.7",
|
|
63
|
+
"@ledgerhq/live-env": "^0.3.1",
|
|
64
|
+
"@ledgerhq/live-network": "^1.1.2",
|
|
65
65
|
"@ledgerhq/live-promise": "^0.0.1",
|
|
66
66
|
"@ledgerhq/logs": "^6.10.1",
|
|
67
|
-
"@ledgerhq/types-cryptoassets": "^7.3.0
|
|
68
|
-
"@ledgerhq/types-live": "^6.36.0
|
|
67
|
+
"@ledgerhq/types-cryptoassets": "^7.3.0",
|
|
68
|
+
"@ledgerhq/types-live": "^6.36.0"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@types/invariant": "^2.2.2",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rpc.native.d.ts","sourceRoot":"","sources":["../../../src/api/rpc/rpc.native.ts"],"names":[],"mappings":"AAAA,kHAAkH;AAClH,OAAO,gCAAgC,CAAC;AACxC,OAAO,sBAAsB,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,OAAO,KAAK,OAAO,MAAM,cAAc,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rpc.native.js","sourceRoot":"","sources":["../../../src/api/rpc/rpc.native.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kHAAkH;AAClH,0CAAwC;AACxC,gCAA8B;AAC9B,+CAA6B;AAC7B,wDAAwC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rpc.native.d.ts","sourceRoot":"","sources":["../../../src/api/rpc/rpc.native.ts"],"names":[],"mappings":"AAAA,kHAAkH;AAClH,OAAO,gCAAgC,CAAC;AACxC,OAAO,sBAAsB,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,OAAO,KAAK,OAAO,MAAM,cAAc,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rpc.native.js","sourceRoot":"","sources":["../../../src/api/rpc/rpc.native.ts"],"names":[],"mappings":"AAAA,kHAAkH;AAClH,OAAO,gCAAgC,CAAC;AACxC,OAAO,sBAAsB,CAAC;AAC9B,cAAc,cAAc,CAAC;2BACJ,cAAc"}
|
|
File without changes
|