@trezor/connect 9.4.4-beta.1 → 9.4.4
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/CHANGELOG.md +28 -10
- package/README.md +1 -1
- package/lib/data/version.d.ts +1 -1
- package/lib/data/version.js +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,18 @@
|
|
|
1
|
-
| Package | Stable |
|
|
2
|
-
| :------------------------------: | :----: |
|
|
3
|
-
| npm @trezor/connect | 9.4.
|
|
4
|
-
| npm @trezor/connect-web | 9.4.
|
|
5
|
-
| npm @trezor/connect-webextension | 9.4.
|
|
1
|
+
| Package | Stable | Canary |
|
|
2
|
+
| :------------------------------: | :----: | :----: |
|
|
3
|
+
| npm @trezor/connect | 9.4.4 | - |
|
|
4
|
+
| npm @trezor/connect-web | 9.4.4 | - |
|
|
5
|
+
| npm @trezor/connect-webextension | 9.4.4 | - |
|
|
6
6
|
|
|
7
|
-
| Deployment | Stable |
|
|
8
|
-
| :----------------: | :----: |
|
|
9
|
-
| connect.trezor.io/ | 9.4.
|
|
7
|
+
| Deployment | Stable | Canary |
|
|
8
|
+
| :----------------: | :----: | :----: |
|
|
9
|
+
| connect.trezor.io/ | 9.4.4 | - |
|
|
10
10
|
|
|
11
11
|
Use the persistent link [connect.trezor.io/9](https://connect.trezor.io/9/) to access the latest stable version of Connect Explorer.
|
|
12
12
|
|
|
13
|
-
# 9.4.4
|
|
13
|
+
# 9.4.4
|
|
14
|
+
|
|
15
|
+
This release among other improvements fixes a bug in ethereum serialization of empty strings as hex that was causing issues when signing that was caused by @ethereumjs libs update (2d6465f, d6bc8c5020) in 9.4.3.
|
|
14
16
|
|
|
15
17
|
## Feature
|
|
16
18
|
|
|
@@ -18,11 +20,27 @@ Use the persistent link [connect.trezor.io/9](https://connect.trezor.io/9/) to a
|
|
|
18
20
|
|
|
19
21
|
## Fixes
|
|
20
22
|
|
|
21
|
-
- Fixing a bug in ethereum serialization of empty strings as hex that was causing issues when signing. (c2f6521). This was caused by @ethereumjs libs update (2d6465f, d6bc8c5020) in 9.4.3
|
|
22
23
|
- preferred device handling based on (passphrase) state instead of path (58b854c)
|
|
23
24
|
- fix "BetaOnly" component that is supposed to hide selected parts of content in beta environments (fdb433a)
|
|
24
25
|
- blockchainEvmRpcCall postMessage instance not propagated correctly (c98a08e)
|
|
25
26
|
|
|
27
|
+
## Dependencies update
|
|
28
|
+
|
|
29
|
+
- npm-release: @trezor/blockchain-link 2.3.3
|
|
30
|
+
- npm-release: @trezor/blockchain-link-utils 1.2.3
|
|
31
|
+
- npm-release: @trezor/blockchain-link-types 1.2.3
|
|
32
|
+
- npm-release: @trezor/type-utils 1.1.2
|
|
33
|
+
- npm-release: @trezor/connect-analytics 1.2.3
|
|
34
|
+
- npm-release: @trezor/analytics 1.2.3
|
|
35
|
+
- npm-release: @trezor/connect-common 0.2.4
|
|
36
|
+
- npm-release: @trezor/env-utils 1.2.1
|
|
37
|
+
- npm-release: @trezor/transport 1.3.4
|
|
38
|
+
- npm-release: @trezor/protobuf 1.2.4
|
|
39
|
+
- npm-release: @trezor/schema-utils 1.2.3
|
|
40
|
+
- npm-release: @trezor/protocol 1.2.2
|
|
41
|
+
- npm-release: @trezor/utxo-lib 2.2.3
|
|
42
|
+
- npm-release: @trezor/utils 9.2.3
|
|
43
|
+
|
|
26
44
|
# 9.4.3
|
|
27
45
|
|
|
28
46
|
This release introduces `@trezor/connect-mobile`, which allows mobile apps to integrate with Trezor Suite mobile using deeplinks. This package is still beta and work in progress.
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @trezor/connect
|
|
2
2
|
|
|
3
|
-
API version 9.4.4
|
|
3
|
+
API version 9.4.4
|
|
4
4
|
|
|
5
5
|
[](https://github.com/trezor/trezor-suite/actions/workflows/test-connect.yml)
|
|
6
6
|
[](https://www.npmjs.org/package/@trezor/connect)
|
package/lib/data/version.d.ts
CHANGED
package/lib/data/version.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DEEPLINK_VERSION = exports.CONTENT_SCRIPT_VERSION = exports.DEFAULT_DOMAIN = exports.VERSION = void 0;
|
|
4
|
-
exports.VERSION = '9.4.4
|
|
4
|
+
exports.VERSION = '9.4.4';
|
|
5
5
|
const versionN = exports.VERSION.split('.').map(s => parseInt(s, 10));
|
|
6
6
|
const isBeta = exports.VERSION.includes('beta');
|
|
7
7
|
exports.DEFAULT_DOMAIN = isBeta
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trezor/connect",
|
|
3
|
-
"version": "9.4.4
|
|
3
|
+
"version": "9.4.4",
|
|
4
4
|
"author": "Trezor <info@trezor.io>",
|
|
5
5
|
"homepage": "https://github.com/trezor/trezor-suite/tree/develop/packages/connect",
|
|
6
6
|
"description": "High-level javascript interface for Trezor hardware wallet.",
|
|
@@ -72,16 +72,16 @@
|
|
|
72
72
|
"@ethereumjs/common": "^4.4.0",
|
|
73
73
|
"@ethereumjs/tx": "^5.4.0",
|
|
74
74
|
"@fivebinaries/coin-selection": "2.2.1",
|
|
75
|
-
"@trezor/blockchain-link": "2.3.3
|
|
76
|
-
"@trezor/blockchain-link-types": "1.2.3
|
|
77
|
-
"@trezor/connect-analytics": "1.2.3
|
|
78
|
-
"@trezor/connect-common": "0.2.4
|
|
79
|
-
"@trezor/protobuf": "1.2.4
|
|
80
|
-
"@trezor/protocol": "1.2.2
|
|
81
|
-
"@trezor/schema-utils": "1.2.3
|
|
82
|
-
"@trezor/transport": "1.3.4
|
|
83
|
-
"@trezor/utils": "9.2.3
|
|
84
|
-
"@trezor/utxo-lib": "2.2.3
|
|
75
|
+
"@trezor/blockchain-link": "2.3.3",
|
|
76
|
+
"@trezor/blockchain-link-types": "1.2.3",
|
|
77
|
+
"@trezor/connect-analytics": "1.2.3",
|
|
78
|
+
"@trezor/connect-common": "0.2.4",
|
|
79
|
+
"@trezor/protobuf": "1.2.4",
|
|
80
|
+
"@trezor/protocol": "1.2.2",
|
|
81
|
+
"@trezor/schema-utils": "1.2.3",
|
|
82
|
+
"@trezor/transport": "1.3.4",
|
|
83
|
+
"@trezor/utils": "9.2.3",
|
|
84
|
+
"@trezor/utxo-lib": "2.2.3",
|
|
85
85
|
"blakejs": "^1.2.1",
|
|
86
86
|
"bs58": "^6.0.0",
|
|
87
87
|
"bs58check": "^4.0.0",
|