@metamask-previews/eth-trezor-keyring 10.1.0-de887b2 → 10.1.0-e5bc458
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 +11 -6
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Bump `@metamask/keyring-api` from `^23.1.0` to `^23.2.0` ([#562](https://github.com/MetaMask/accounts/pull/562))
|
|
13
|
+
- Bump `@metamask/keyring-sdk` from `^2.1.1` to `^2.2.0` ([#562](https://github.com/MetaMask/accounts/pull/562))
|
|
14
|
+
|
|
10
15
|
## [10.1.0]
|
|
11
16
|
|
|
12
17
|
### Added
|
|
@@ -58,10 +63,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
58
63
|
|
|
59
64
|
### Changed
|
|
60
65
|
|
|
61
|
-
- Add new dependency `@metamask/keyring-sdk@1.2.0` ([#478](https://github.com/MetaMask/accounts/pull/478)
|
|
66
|
+
- Add new dependency `@metamask/keyring-sdk@1.2.0` ([#478](https://github.com/MetaMask/accounts/pull/478), [#482](https://github.com/MetaMask/accounts/pull/482), [#496](https://github.com/MetaMask/accounts/pull/496), [#509](https://github.com/MetaMask/accounts/pull/509))
|
|
62
67
|
- This package now contains the keyring v2 wrapper helpers (`EthKeyringWrapper`).
|
|
63
68
|
- The account ID (generated by `KeyringAccountRegistry`) are now deterministic for EVM addresses.
|
|
64
|
-
- Bump `@metamask/hw-wallet-sdk` from `^0.6.0` to `^0.8.0` ([#482](https://github.com/MetaMask/accounts/pull/482)
|
|
69
|
+
- Bump `@metamask/hw-wallet-sdk` from `^0.6.0` to `^0.8.0` ([#482](https://github.com/MetaMask/accounts/pull/482), [#497](https://github.com/MetaMask/accounts/pull/497))
|
|
65
70
|
- Bump `@metamask/keyring-api` from `^21.6.0` to `^22.0.0` ([#482](https://github.com/MetaMask/accounts/pull/482))
|
|
66
71
|
- Bump `@metamask/account-api` from `^1.0.0` to `^1.0.1` ([#487](https://github.com/MetaMask/accounts/pull/487))
|
|
67
72
|
- Bump `@metamask/utils` from `^11.1.0` to `^11.10.0` ([#489](https://github.com/MetaMask/accounts/pull/489))
|
|
@@ -70,7 +75,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
70
75
|
|
|
71
76
|
### Added
|
|
72
77
|
|
|
73
|
-
- Add `TrezorKeyringV2` and `OneKeyKeyringV2` classes implementing `KeyringV2` interface ([#412](https://github.com/MetaMask/accounts/pull/412)
|
|
78
|
+
- Add `TrezorKeyringV2` and `OneKeyKeyringV2` classes implementing `KeyringV2` interface ([#412](https://github.com/MetaMask/accounts/pull/412), [#451](https://github.com/MetaMask/accounts/pull/451), [#453](https://github.com/MetaMask/accounts/pull/453))
|
|
74
79
|
- Wraps legacy `TrezorKeyring` and `OneKeyKeyring` to expose accounts via the unified `KeyringV2` API and the `KeyringAccount` type.
|
|
75
80
|
- Extends `EthKeyringWrapper` for common Ethereum logic.
|
|
76
81
|
- Add `createTrezorError` and `getTrezorErrorIdentifier` error helpers ([#471](https://github.com/MetaMask/accounts/pull/471))
|
|
@@ -85,7 +90,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
85
90
|
|
|
86
91
|
### Changed
|
|
87
92
|
|
|
88
|
-
- Bump `@trezor/connect-web` to `^9.6.0` ([#241](https://github.com/MetaMask/accounts/pull/241)
|
|
93
|
+
- Bump `@trezor/connect-web` to `^9.6.0` ([#241](https://github.com/MetaMask/accounts/pull/241), [#300](https://github.com/MetaMask/accounts/pull/300))
|
|
89
94
|
- Require to enable new 7702 signing flows.
|
|
90
95
|
- **BREAKING:** The method signature for `signTypedData` has been changed ([#224](https://github.com/MetaMask/accounts/pull/224))
|
|
91
96
|
- The `options` argument type has been changed to `{ version: SignTypedDataVersion.V3 | SignTypedDataVersion.V4 } | undefined`.
|
|
@@ -142,7 +147,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
142
147
|
|
|
143
148
|
### Changed
|
|
144
149
|
|
|
145
|
-
- Bump `@metamask/eth-sig-util` dependency from `^8.0.0` to `8.2.0` ([#177](https://github.com/MetaMask/accounts/pull/177)
|
|
150
|
+
- Bump `@metamask/eth-sig-util` dependency from `^8.0.0` to `8.2.0` ([#177](https://github.com/MetaMask/accounts/pull/177), [#134](https://github.com/MetaMask/accounts/pull/134))
|
|
146
151
|
|
|
147
152
|
## [6.0.1]
|
|
148
153
|
|
|
@@ -248,7 +253,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
248
253
|
- **BREAKING:** Rename package to use `@metamask` scope ([#160](https://github.com/MetaMask/eth-trezor-keyring/pull/160))
|
|
249
254
|
- **BREAKING:** Removed support for Node v12 in favor of v14 ([#135](https://github.com/MetaMask/eth-trezor-keyring/pull/135))
|
|
250
255
|
- Update `@ethereumjs/util`, `@ethereumjs/tx`, `@metamask/eth-sig-util` to latest versions ([#146](https://github.com/MetaMask/eth-trezor-keyring/pull/146))
|
|
251
|
-
- Bump trezor-connect - now @trezor/connect-plugin-ethereum & @trezor/connect-web - to v9 ([#133](https://github.com/MetaMask/eth-trezor-keyring/pull/133)
|
|
256
|
+
- Bump trezor-connect - now @trezor/connect-plugin-ethereum & @trezor/connect-web - to v9 ([#133](https://github.com/MetaMask/eth-trezor-keyring/pull/133), [#163](https://github.com/MetaMask/eth-trezor-keyring/pull/163))
|
|
252
257
|
|
|
253
258
|
## [0.10.0]
|
|
254
259
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/eth-trezor-keyring",
|
|
3
|
-
"version": "10.1.0-
|
|
3
|
+
"version": "10.1.0-e5bc458",
|
|
4
4
|
"description": "A MetaMask compatible keyring, for trezor hardware wallets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ethereum",
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"@ethereumjs/util": "^9.1.0",
|
|
73
73
|
"@metamask/eth-sig-util": "^8.2.0",
|
|
74
74
|
"@metamask/hw-wallet-sdk": "0.8.0",
|
|
75
|
-
"@metamask/keyring-api": "23.
|
|
76
|
-
"@metamask/keyring-sdk": "2.
|
|
75
|
+
"@metamask/keyring-api": "23.2.0",
|
|
76
|
+
"@metamask/keyring-sdk": "2.2.0",
|
|
77
77
|
"@metamask/keyring-utils": "3.3.1",
|
|
78
78
|
"@metamask/utils": "^11.11.0",
|
|
79
79
|
"@trezor/connect-plugin-ethereum": "^9.0.5",
|