@trezor/connect 9.2.5-beta.2 → 9.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/CHANGELOG.md CHANGED
@@ -1,17 +1,32 @@
1
- | Package | Stable | Canary |
2
- | :------------------------------: | :----: | :----------: |
3
- | npm @trezor/connect | 9.2.4 | 9.2.5-beta.2 |
4
- | npm @trezor/connect-web | 9.2.4 | 9.2.5-beta.2 |
5
- | npm @trezor/connect-webextension | 9.2.4 | 9.2.5-beta.2 |
1
+ | Package | Stable | Canary |
2
+ | :------------------------------: | :----: | :----: |
3
+ | npm @trezor/connect | 9.3.0 | - |
4
+ | npm @trezor/connect-web | 9.3.0 | - |
5
+ | npm @trezor/connect-webextension | 9.3.0 | - |
6
6
 
7
- | Deployment | Stable | Canary |
8
- | :----------------: | :----: | :----------: |
9
- | connect.trezor.io/ | 9.2.4 | 9.2.5-beta.2 |
7
+ | Deployment | Stable | Canary |
8
+ | :----------------: | :----: | :----: |
9
+ | connect.trezor.io/ | 9.3.0 | - |
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.2.5-beta.2
13
+ # 9.3.0
14
14
 
15
+ Improved reliability of popup handshake mechanism.
16
+ Improved compatibility with webextensions using TrezorConnect inside offscreen (eg. Metamask).
17
+ Cardano: support Conway certificates, increase minimum supported FW to 2.6.0 to clean up legacy code.
18
+ Minor fixes in Connect Explorer and documentation.
19
+
20
+ - feat(connect): Add tag 258 support (90bf3a7)
21
+ - feat(connect): Conway certificates (ab003ce)
22
+ - feat(connect): applySettings - accept all validated params (65809d8)
23
+ - fix(connect): immediate switch from custom to default backend (b8348ca)
24
+ - fix(connect): remove getPublicKey coinInfo fallback (fb446f2)
25
+ - chore(connect): add new TS3 CA pubkeys and update timestamp (35486ba)
26
+ - chore(connect): update fw version number for cardano (d737d3c)
27
+ - chore(connect): center changelog version table (93fab15)
28
+ - chore(connect): change name in changelog table (bbc5499)
29
+ - chore(connect): remove canary from changelog
15
30
  - fix(connect): race condition when closing and opening popup subsequently (e0e51c7)
16
31
  - chore(connect): implement required descriptor.type (9ef657f)
17
32
  - docs(connect): Explorer landing page update (7db29e9)
@@ -34,6 +49,7 @@ Use the persistent link [connect.trezor.io/9](https://connect.trezor.io/9/) to a
34
49
  - some attributes were not passed trough the proxy (5cb6a26)
35
50
  - MTT content max height (c8796b4)
36
51
  - add links in changelog page (8dabb30)
52
+ - remove nextra reference from webextension, show amountUnit in signTransaction and fix favicon path
37
53
 
38
54
  ## connect-web
39
55
 
@@ -41,11 +57,17 @@ Use the persistent link [connect.trezor.io/9](https://connect.trezor.io/9/) to a
41
57
  - refactor into classes (fc7a45b)
42
58
  - core-in-popup mode (52891f3)
43
59
  - passphrase missmatch resets the flow now (d55ff1c)
60
+ - close on popup cancellation, legacy mode for handshake
61
+ - check if chrome.tabs really available in webextension env
62
+
63
+ ## connect-iframe
64
+
65
+ - handshake handling issues
44
66
 
45
67
  ## connect-webextension
46
68
 
47
- - stop publishing Trezor connect webextension proxy since it is for Trezor internal testing with connect-explorer (5df3ae0)
48
- - use bundled build as package main (fff7eaf)
69
+ - stop publishing Trezor connect webextension proxy (5df3ae0)
70
+ - bundle content script to work properly with ES6 modules (fff7eaf)
49
71
 
50
72
  ## connect-examples
51
73
 
@@ -58,6 +80,10 @@ Use the persistent link [connect.trezor.io/9](https://connect.trezor.io/9/) to a
58
80
  - update firmware binaries to 2.7.2 (6392328)
59
81
  - T3T1 support (9d0adae)
60
82
 
83
+ ## connect-popup
84
+
85
+ - temporary workaround for CONTENT_SCRIPT_LOADED and handling of CONTENT_SCRIPT_LOADED
86
+
61
87
  ## connect-ui
62
88
 
63
89
  - install bridge title align (19c5781)
@@ -66,65 +92,20 @@ Use the persistent link [connect.trezor.io/9](https://connect.trezor.io/9/) to a
66
92
 
67
93
  - bump ws from 8.16.0 to 8.17.1 (bc5b787)
68
94
 
69
- - npm-release: @trezor/blockchain-link 2.1.31-beta.2
70
- - npm-release: @trezor/blockchain-link-utils 1.0.19-beta.1
71
- - npm-release: @trezor/blockchain-link-types 1.0.18-beta.2
72
- - npm-release: @trezor/type-utils 1.0.6-beta.1
73
- - npm-release: @trezor/connect-analytics 1.0.16-beta.1
74
- - npm-release: @trezor/analytics 1.0.18-beta.1
75
- - npm-release: @trezor/connect-common 0.0.34-beta.1
76
- - npm-release: @trezor/env-utils 1.0.18-beta.1
77
- - npm-release: @trezor/transport 1.1.30-beta.2
78
- - npm-release: @trezor/protobuf 1.0.14-beta.2
79
- - npm-release: @trezor/schema-utils 1.0.5-beta.1
80
- - npm-release: @trezor/protocol 1.0.10-beta.2
81
- - npm-release: @trezor/utxo-lib 2.0.11-beta.1
82
- - npm-release: @trezor/utils 9.0.25-beta.2
83
- - npm-release: @trezor/connect 9.2.5-beta.2
84
-
85
- # 9.2.5-beta.1
86
-
87
- Improved reliability of popup handshake mechanism.
88
- Improved compatibility with webextensions using TrezorConnect inside offscreen (eg. Metamask).
89
- Cardano: support Conway certificates, increase minimum supported FW to 2.6.0 to clean up legacy code.
90
- Minor fixes in Connect Explorer and documentation.
91
-
92
- - feat(connect): Add tag 258 support (90bf3a7)
93
- - feat(connect): Conway certificates (ab003ce)
94
- - feat(connect): applySettings - accept all validated params (65809d8)
95
- - fix(connect): immediate switch from custom to default backend (b8348ca)
96
- - fix(connect): remove getPublicKey coinInfo fallback (fb446f2)
97
- - chore(connect): add new TS3 CA pubkeys and update timestamp (35486ba)
98
- - chore(connect): update fw version number for cardano (d737d3c)
99
- - chore(connect): center changelog version table (93fab15)
100
- - chore(connect): change name in changelog table (bbc5499)
101
- - chore(connect): remove canary from changelog
102
-
103
- ## connect-web
104
-
105
- - close on popup cancellation, legacy mode for handshake
106
- - check if chrome.tabs really available in webextension env
107
-
108
- ## connect-iframe
109
-
110
- - handshake handling issues
111
-
112
- ## connect-explorer
113
-
114
- - remove nextra reference from webextension, show amountUnit in signTransaction and fix favicon path
115
-
116
- ## connect-popup
117
-
118
- - temporary workaround for CONTENT_SCRIPT_LOADED and handling of CONTENT_SCRIPT_LOADED
119
-
120
- ## Dependencies update
121
-
122
- - npm-release: @trezor/blockchain-link 2.1.31-beta.1
123
- - npm-release: @trezor/blockchain-link-types 1.0.18-beta.1
124
- - npm-release: @trezor/transport 1.1.30-beta.1
125
- - npm-release: @trezor/protobuf 1.0.14-beta.1
126
- - npm-release: @trezor/protocol 1.0.10-beta.1
127
- - npm-release: @trezor/utils 9.0.25-beta.1
95
+ - npm-release: @trezor/blockchain-link 2.2.0
96
+ - npm-release: @trezor/blockchain-link-utils 1.1.0
97
+ - npm-release: @trezor/blockchain-link-types 1.1.0
98
+ - npm-release: @trezor/type-utils 1.1.0
99
+ - npm-release: @trezor/connect-analytics 1.1.0
100
+ - npm-release: @trezor/analytics 1.1.0
101
+ - npm-release: @trezor/connect-common 0.1.0
102
+ - npm-release: @trezor/env-utils 1.1.0
103
+ - npm-release: @trezor/transport 1.2.0
104
+ - npm-release: @trezor/protobuf 1.1.0
105
+ - npm-release: @trezor/schema-utils 1.1.0
106
+ - npm-release: @trezor/protocol 1.1.0
107
+ - npm-release: @trezor/utxo-lib 2.1.0
108
+ - npm-release: @trezor/utils 9.1.0
128
109
 
129
110
  # 9.2.4
130
111
 
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @trezor/connect
2
2
 
3
- API version 9.2.5-beta.2
3
+ API version 9.3.0
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,3 +1,3 @@
1
- export declare const VERSION = "9.2.5-beta.2";
1
+ export declare const VERSION = "9.3.0";
2
2
  export declare const DEFAULT_DOMAIN: string;
3
3
  //# sourceMappingURL=version.d.ts.map
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DEFAULT_DOMAIN = exports.VERSION = void 0;
4
- exports.VERSION = '9.2.5-beta.2';
4
+ exports.VERSION = '9.3.0';
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.2.5-beta.2",
3
+ "version": "9.3.0",
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.",
@@ -71,16 +71,16 @@
71
71
  "@ethereumjs/common": "^4.2.0",
72
72
  "@ethereumjs/tx": "^5.2.1",
73
73
  "@fivebinaries/coin-selection": "2.2.1",
74
- "@trezor/blockchain-link": "2.1.31-beta.2",
75
- "@trezor/blockchain-link-types": "1.0.18-beta.2",
76
- "@trezor/connect-analytics": "1.0.16-beta.1",
77
- "@trezor/connect-common": "0.0.34-beta.1",
78
- "@trezor/protobuf": "1.0.14-beta.2",
79
- "@trezor/protocol": "1.0.10-beta.2",
80
- "@trezor/schema-utils": "1.0.5-beta.1",
81
- "@trezor/transport": "1.1.30-beta.2",
82
- "@trezor/utils": "9.0.25-beta.2",
83
- "@trezor/utxo-lib": "2.0.11-beta.1",
74
+ "@trezor/blockchain-link": "2.2.0",
75
+ "@trezor/blockchain-link-types": "1.1.0",
76
+ "@trezor/connect-analytics": "1.1.0",
77
+ "@trezor/connect-common": "0.1.0",
78
+ "@trezor/protobuf": "1.1.0",
79
+ "@trezor/protocol": "1.1.0",
80
+ "@trezor/schema-utils": "1.1.0",
81
+ "@trezor/transport": "1.2.0",
82
+ "@trezor/utils": "9.1.0",
83
+ "@trezor/utxo-lib": "2.1.0",
84
84
  "blakejs": "^1.2.1",
85
85
  "bs58": "^5.0.0",
86
86
  "bs58check": "^3.0.1",