@trezor/connect 9.4.3-beta.2 → 9.4.3

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 CHANGED
@@ -1,16 +1,18 @@
1
- | Package | Stable | Canary |
2
- | :------------------------------: | :----: | :----------: |
3
- | npm @trezor/connect | 9.4.2 | 9.4.3-beta.2 |
4
- | npm @trezor/connect-web | 9.4.2 | 9.4.3-beta.2 |
5
- | npm @trezor/connect-webextension | 9.4.2 | 9.4.3-beta.2 |
1
+ | Package | Stable | Canary |
2
+ | :------------------------------: | :----: | :----: |
3
+ | npm @trezor/connect | 9.4.3 | - |
4
+ | npm @trezor/connect-web | 9.4.3 | - |
5
+ | npm @trezor/connect-webextension | 9.4.3 | - |
6
6
 
7
- | Deployment | Stable | Canary |
8
- | :----------------: | :----: | :----------: |
9
- | connect.trezor.io/ | 9.4.2 | 9.4.3-beta.2 |
7
+ | Deployment | Stable | Canary |
8
+ | :----------------: | :----: | :----: |
9
+ | connect.trezor.io/ | 9.4.3 | - |
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.3-beta.2
13
+ # 9.4.3
14
+
15
+ 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.
14
16
 
15
17
  ## Feature
16
18
 
@@ -22,6 +24,7 @@ Use the persistent link [connect.trezor.io/9](https://connect.trezor.io/9/) to a
22
24
  - implement random strategy for utxo sorting (6c3137fdf8)
23
25
  - new public method TrezorConnect.blockchainEvmRpcCall (a507d1322a)
24
26
  - make `manifest.appUrl` available as part of `Device.transportSessionOwner` (c98f7f8bf4)
27
+ - connect-mobile and deeplink (9f8f1c1bd2, d1c2bd7464, 40f3b53a34, fe8499ec1c, 1ff479c545, 1b88b3b72b)
25
28
 
26
29
  ## Fixes
27
30
 
@@ -38,58 +41,47 @@ Use the persistent link [connect.trezor.io/9](https://connect.trezor.io/9/) to a
38
41
 
39
42
  ## Chores and improvements
40
43
 
44
+ - add dynamic connect that allows us to use different connect implementation (96e81fe5bf, 887889288f)
41
45
  - try to reuse initialized (passphrase) session (422476c9c0)
42
46
  - uncouple enableFirmwareHashCheck setting from binFilesBaseUrl (768596bbe5)
43
47
  - add sortingStrategy param to connect, deprecate skipPermutation param in composeTransaction (283d3f1eae)
44
48
  - Eslint improvements (1ad7b6f9b1, 12b6fb18b9, f1bdc399e5, e22b683733, 5d1104bfeb, 4a3cdc7893, 5e33e3abb5)
45
- - add recommended checks from eslint-plugin-jest (55d
49
+ - add recommended checks from eslint-plugin-jest
50
+ - make getBinaryOptional async (e583e84c32)
51
+ - fw hash check automatically for T1B1 (0fd023dbe8)
52
+ - cleanup some duplicities in fw download util (53456df94d)
53
+ - a cosmetic change in Device types (b718af4a2b)
54
+ - use import from @trezor/connect-analytics (1ee270b1cd)
55
+ - fix log going to (9dee606f43)
56
+ - Support matrix (44ed16a45d)
57
+ - update backends for bsc and op (458f0fe3d9)
58
+ - mention address can be used in getAccountInfo (722a2b2b7f)
59
+ - update messages.json (71bbde850b)
60
+ - add Optimism (c2fb244649)
61
+ - rename 'getAssetByUrl' to a more apt fn name 'tryLocalAssetRequire' (f5e8f256ae)
62
+ - background sessions improved (7644107353)
63
+ - connect error codes typing (57815188d1)
64
+ - update device authenticity config (063d68379f)
65
+ - fix header level in connect changelog (ac53d354cc)
66
+ - add other-error to FirmwareRevisionCheckResult errors (4361aba5b7)
46
67
 
47
68
  ### Dependencies update
48
69
 
49
- - chore(connect): update @ethereumjs libs (2d6465f, d6bc8c5020)
50
- - bump electron,electron-builder and webpack (2b80c45c5f, e7a980bcf3, fc04fea1de)
51
-
52
- # 9.4.3-beta.1
53
-
54
- This release introduces `@trezor/connect-mobile`, which allows mobile apps to integrate with Trezor Suite mobile using deeplinks.
55
- This package is still beta and work in progress.
56
-
57
- ### Connect Mobile related changes
58
-
59
- - chore(connect-mobile): update package.json for publishing (fb157ef318)
60
- - feat(connect-explorer): hiding beta-only content (21e0d42c6d)
61
- - feat(connect-explorer): call deeplinks from method tester (f2a5f7460e)
62
- - docs(connect): mobile connect popup (9f8f1c1bd2)
63
- - chore(connect-popup): move deeplink fallback page to versioned url (e86e6aa5b3)
64
- - chore: rename connect-deeplink to connect-mobile (d1c2bd7464)
65
- - feat(connect): use separate versioning for deeplink protocol (40f3b53a34)
66
- - feat(module-connect-popup): add version check to app link parser (fe8499ec1c)
67
- - chore(connect-examples): change from deeplinkUrl to connectSrc (1ff479c545)
68
- - feat(connect): take deeplinkUrl from connectSrc (1b88b3b72b)
69
-
70
- ### Other changes
71
-
72
- - refactor(connect-web): use dynamic from connect package (887889288f)
73
- - refactor(connect): dynamic connect (96e81fe5bf)
74
- - fix(connect): make getBinaryOptional async (e583e84c32)
75
- - test(connect-popup): fix log going to (9dee606f43)
76
- - feat(connect): fw hash check automatically for T1B1 (0fd023dbe8)
77
- - docs(connect-web): Support matrix (44ed16a45d)
78
- - chore: update backends for bsc and op (458f0fe3d9)
79
- - docs(connect-explorer): mention address can be used in getAccountInfo (722a2b2b7f)
80
- - chore(connect): cleanup some duplicities in fw download util (53456df94d)
81
- - chore(connect): a cosmetic change in Device types (b718af4a2b)
82
- - chore(connect): use import from @trezor/connect-analytics (1ee270b1cd)
83
- - chore(protobuf): update messages.json (71bbde850b)
84
- - feat(connect): add Optimism (c2fb244649)
85
- - chore(connect): pol only to pol backend (fe589cf6bc)
86
- - chore(connect): rename 'getAssetByUrl' to a more apt fn name 'tryLocalAssetRequire' (f5e8f256ae)
87
- - docs(connect-explorer): remove trailing commas from json excerpts (dc0147900d)
88
- - refactor(transport): background sessions improved (7644107353)
89
- - refactor(connect): connect error codes typing (57815188d1)
90
- - chore(connect): update device authenticity config (063d68379f)
91
- - docs: fix header level in connect changelog (ac53d354cc)
92
- - fix(connect): add other-error to FirmwareRevisionCheckResult errors (4361aba5b7)
70
+ - @ethereumjs libs (2d6465f, d6bc8c5020)
71
+ - electron, electron-builder and webpack (2b80c45c5f, e7a980bcf3, fc04fea1de)
72
+
73
+ - npm-release: @trezor/blockchain-link 2.3.2
74
+ - npm-release: @trezor/blockchain-link-utils 1.2.2
75
+ - npm-release: @trezor/blockchain-link-types 1.2.2
76
+ - npm-release: @trezor/type-utils 1.1.1
77
+ - npm-release: @trezor/connect-analytics 1.2.2
78
+ - npm-release: @trezor/analytics 1.2.2
79
+ - npm-release: @trezor/connect-common 0.2.3
80
+ - npm-release: @trezor/transport 1.3.3
81
+ - npm-release: @trezor/protobuf 1.2.3
82
+ - npm-release: @trezor/schema-utils 1.2.2
83
+ - npm-release: @trezor/utxo-lib 2.2.2
84
+ - npm-release: @trezor/utils 9.2.2
93
85
 
94
86
  # 9.4.2
95
87
 
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @trezor/connect
2
2
 
3
- API version 9.4.3-beta.2
3
+ API version 9.4.3
4
4
 
5
5
  [![Build Status](https://github.com/trezor/trezor-suite/actions/workflows/test-connect.yml/badge.svg)](https://github.com/trezor/trezor-suite/actions/workflows/test-connect.yml)
6
6
  [![NPM](https://img.shields.io/npm/v/@trezor/connect.svg)](https://www.npmjs.org/package/@trezor/connect)
@@ -1,4 +1,4 @@
1
- export declare const VERSION = "9.4.3-beta.2";
1
+ export declare const VERSION = "9.4.3";
2
2
  export declare const DEFAULT_DOMAIN: string;
3
3
  export declare const CONTENT_SCRIPT_VERSION = 1;
4
4
  export declare const DEEPLINK_VERSION = 1;
@@ -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.3-beta.2';
4
+ exports.VERSION = '9.4.3';
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.3-beta.2",
3
+ "version": "9.4.3",
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.",
@@ -73,16 +73,16 @@
73
73
  "@ethereumjs/common": "^4.4.0",
74
74
  "@ethereumjs/tx": "^5.4.0",
75
75
  "@fivebinaries/coin-selection": "2.2.1",
76
- "@trezor/blockchain-link": "2.3.2-beta.2",
77
- "@trezor/blockchain-link-types": "1.2.2-beta.2",
78
- "@trezor/connect-analytics": "1.2.1",
79
- "@trezor/connect-common": "0.2.3-beta.2",
80
- "@trezor/protobuf": "1.2.3-beta.2",
76
+ "@trezor/blockchain-link": "2.3.2",
77
+ "@trezor/blockchain-link-types": "1.2.2",
78
+ "@trezor/connect-analytics": "1.2.2",
79
+ "@trezor/connect-common": "0.2.3",
80
+ "@trezor/protobuf": "1.2.3",
81
81
  "@trezor/protocol": "1.2.1",
82
- "@trezor/schema-utils": "1.2.2-beta.1",
83
- "@trezor/transport": "1.3.3-beta.2",
84
- "@trezor/utils": "9.2.2-beta.2",
85
- "@trezor/utxo-lib": "2.2.2-beta.1",
82
+ "@trezor/schema-utils": "1.2.2",
83
+ "@trezor/transport": "1.3.3",
84
+ "@trezor/utils": "9.2.2",
85
+ "@trezor/utxo-lib": "2.2.2",
86
86
  "blakejs": "^1.2.1",
87
87
  "bs58": "^6.0.0",
88
88
  "bs58check": "^4.0.0",