@metamask-previews/keyring-controller 25.2.0-preview-8daaa5a40 → 25.3.0-preview-d8ff44d
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 +16 -13
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [25.3.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- Expose `KeyringController:exportSeedPhrase` method through `KeyringController` messenger ([#8587](https://github.com/MetaMask/core/pull/8587))
|
|
@@ -30,12 +32,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
30
32
|
|
|
31
33
|
### Changed
|
|
32
34
|
|
|
33
|
-
- Bump `@metamask/messenger` from `^1.0.0` to `^1.
|
|
35
|
+
- Bump `@metamask/messenger` from `^1.0.0` to `^1.2.0` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373), [#8632](https://github.com/MetaMask/core/pull/8632))
|
|
34
36
|
- Bump `@metamask/base-controller` from `^9.0.1` to `^9.1.0` ([#8457](https://github.com/MetaMask/core/pull/8457))
|
|
35
37
|
- Bump `@metamask/eth-hd-keyring` from `^13.1.1` to `^14.0.1` ([#8464](https://github.com/MetaMask/core/pull/8464))
|
|
36
38
|
- Bump `@metamask/eth-simple-keyring` from `^11.1.2` to `^12.0.1` ([#8464](https://github.com/MetaMask/core/pull/8464))
|
|
37
39
|
- Bump `@metamask/keyring-api` from `^21.6.0` to `^23.0.1` ([#8464](https://github.com/MetaMask/core/pull/8464))
|
|
38
|
-
- Bump `@metamask/keyring-internal-api` from `^10.0.0` to `^
|
|
40
|
+
- Bump `@metamask/keyring-internal-api` from `^10.0.0` to `^11.0.0` ([#8464](https://github.com/MetaMask/core/pull/8464), [#8584](https://github.com/MetaMask/core/pull/8584))
|
|
39
41
|
|
|
40
42
|
## [25.2.0]
|
|
41
43
|
|
|
@@ -179,8 +181,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
179
181
|
|
|
180
182
|
### Changed
|
|
181
183
|
|
|
182
|
-
- Bump `@metamask/keyring-api` from `^18.0.0` to `^20.0.0` ([#6146](https://github.com/MetaMask/core/pull/6146)
|
|
183
|
-
- Bump `@metamask/keyring-internal-api` from `^6.2.0` to `^8.0.0` ([#6146](https://github.com/MetaMask/core/pull/6146)
|
|
184
|
+
- Bump `@metamask/keyring-api` from `^18.0.0` to `^20.0.0` ([#6146](https://github.com/MetaMask/core/pull/6146), [#6248](https://github.com/MetaMask/core/pull/6248))
|
|
185
|
+
- Bump `@metamask/keyring-internal-api` from `^6.2.0` to `^8.0.0` ([#6146](https://github.com/MetaMask/core/pull/6146), [#6248](https://github.com/MetaMask/core/pull/6248))
|
|
184
186
|
- Bump `@metamask/utils` from `^11.2.0` to `^11.4.2` ([#6054](https://github.com/MetaMask/core/pull/6054))
|
|
185
187
|
|
|
186
188
|
## [22.1.0]
|
|
@@ -304,7 +306,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
304
306
|
### Changed
|
|
305
307
|
|
|
306
308
|
- Bump `@metamask/keyring-api"` from `^17.0.0` to `^17.2.0` ([#5366](https://github.com/MetaMask/core/pull/5366))
|
|
307
|
-
- Bump `@metamask/keyring-internal-api` from `^4.0.1` to `^4.0.3` ([#5356](https://github.com/MetaMask/core/pull/5356)
|
|
309
|
+
- Bump `@metamask/keyring-internal-api` from `^4.0.1` to `^4.0.3` ([#5356](https://github.com/MetaMask/core/pull/5356), [#5366](https://github.com/MetaMask/core/pull/5366))
|
|
308
310
|
|
|
309
311
|
### Fixed
|
|
310
312
|
|
|
@@ -347,7 +349,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
347
349
|
|
|
348
350
|
### Changed
|
|
349
351
|
|
|
350
|
-
- Bump `@metamask/keyring-api` from `^14.0.0` to `^16.1.0` ([#5190](https://github.com/MetaMask/core/pull/5190)
|
|
352
|
+
- Bump `@metamask/keyring-api` from `^14.0.0` to `^16.1.0` ([#5190](https://github.com/MetaMask/core/pull/5190), [#5208](https://github.com/MetaMask/core/pull/5208))
|
|
351
353
|
|
|
352
354
|
## [19.0.4]
|
|
353
355
|
|
|
@@ -361,9 +363,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
361
363
|
|
|
362
364
|
### Changed
|
|
363
365
|
|
|
364
|
-
- Bump `@metamask/base-controller` from `^7.0.0` to `^7.1.1
|
|
366
|
+
- Bump `@metamask/base-controller` from `^7.0.0` to `^7.1.1`, ([#5079](https://github.com/MetaMask/core/pull/5079), [#5135](https://github.com/MetaMask/core/pull/5135))
|
|
365
367
|
- Bump `@metamask/keyring-api` from `^12.0.0` to `^13.0.0` ([#5066](https://github.com/MetaMask/core/pull/5066))
|
|
366
|
-
- Bump `@metamask/keyring-internal-api` from `^1.0.0` to `^2.0.0` ([#5066](https://github.com/MetaMask/core/pull/5066)
|
|
368
|
+
- Bump `@metamask/keyring-internal-api` from `^1.0.0` to `^2.0.0` ([#5066](https://github.com/MetaMask/core/pull/5066), [#5136](https://github.com/MetaMask/core/pull/5136))
|
|
367
369
|
- Bump `@metamask/utils` to `^11.0.1` ([#5080](https://github.com/MetaMask/core/pull/5080))
|
|
368
370
|
- Bump `@metamask/rpc-errors` to `^7.0.2` ([#5080](https://github.com/MetaMask/core/pull/5080))
|
|
369
371
|
|
|
@@ -432,7 +434,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
432
434
|
|
|
433
435
|
### Changed
|
|
434
436
|
|
|
435
|
-
- Bump accounts related packages ([#4713](https://github.com/MetaMask/core/pull/4713)
|
|
437
|
+
- Bump accounts related packages ([#4713](https://github.com/MetaMask/core/pull/4713), [#4728](https://github.com/MetaMask/core/pull/4728))
|
|
436
438
|
- Those packages are now built slightly differently and are part of the [accounts monorepo](https://github.com/MetaMask/accounts).
|
|
437
439
|
- Bump `@metamask/keyring-api` from `^8.1.0` to `^8.1.4`
|
|
438
440
|
- Bump `@metamask/eth-hd-keyring` from `^7.0.1` to `^7.0.4`
|
|
@@ -450,7 +452,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
450
452
|
["Are the Types Wrong?"](https://arethetypeswrong.github.io/) tool as
|
|
451
453
|
["masquerading as CJS"](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FalseCJS.md).
|
|
452
454
|
All of the ATTW checks now pass.
|
|
453
|
-
- Remove chunk files ([#4648](https://github.com/MetaMask/core/pull/4648))
|
|
455
|
+
- Remove chunk files ([#4648](https://github.com/MetaMask/core/pull/4648))
|
|
454
456
|
- Previously, the build tool we used to generate JavaScript files extracted
|
|
455
457
|
common code to "chunk" files. While this was intended to make this package
|
|
456
458
|
more tree-shakeable, it also made debugging more difficult for our
|
|
@@ -896,7 +898,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
896
898
|
|
|
897
899
|
### Added
|
|
898
900
|
|
|
899
|
-
- Add `cancelQRSynchronization` method ([#1387](https://github.com/MetaMask/core
|
|
901
|
+
- Add `cancelQRSynchronization` method ([#1387](https://github.com/MetaMask/core/pull/1387))
|
|
900
902
|
|
|
901
903
|
## [5.0.0]
|
|
902
904
|
|
|
@@ -950,7 +952,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
950
952
|
|
|
951
953
|
### Changed
|
|
952
954
|
|
|
953
|
-
- **BREAKING:**: Bump eth-keyring-controller version to @metamask/eth-keyring-controller v10 ([#1072](https://github.com/MetaMask/core
|
|
955
|
+
- **BREAKING:**: Bump eth-keyring-controller version to @metamask/eth-keyring-controller v10 ([#1072](https://github.com/MetaMask/core/pull/1072))
|
|
954
956
|
- `exportSeedPhrase` now returns a `Uint8Array` typed SRP (can be converted to a string using [this approach](https://github.com/MetaMask/eth-hd-keyring/blob/53b0570559595ba5b3fd8c80e900d847cd6dee3d/index.js#L40)). It was previously a Buffer.
|
|
955
957
|
- The HD keyring included with the keyring controller has been updated from v4 to v6. See [the `eth-hd-keyring` changelog entries for v5 and v6](https://github.com/MetaMask/eth-hd-keyring/blob/main/CHANGELOG.md#600) for further details on breaking changes.
|
|
956
958
|
|
|
@@ -980,7 +982,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
980
982
|
|
|
981
983
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
982
984
|
|
|
983
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@25.
|
|
985
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@25.3.0...HEAD
|
|
986
|
+
[25.3.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@25.2.0...@metamask/keyring-controller@25.3.0
|
|
984
987
|
[25.2.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@25.1.1...@metamask/keyring-controller@25.2.0
|
|
985
988
|
[25.1.1]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@25.1.0...@metamask/keyring-controller@25.1.1
|
|
986
989
|
[25.1.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@25.0.0...@metamask/keyring-controller@25.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/keyring-controller",
|
|
3
|
-
"version": "25.
|
|
3
|
+
"version": "25.3.0-preview-d8ff44d",
|
|
4
4
|
"description": "Stores identities seen in the wallet and manages interactions such as signing",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -56,12 +56,12 @@
|
|
|
56
56
|
"@ethereumjs/util": "^9.1.0",
|
|
57
57
|
"@metamask/base-controller": "^9.1.0",
|
|
58
58
|
"@metamask/browser-passworder": "^6.0.0",
|
|
59
|
-
"@metamask/eth-hd-keyring": "^14.0
|
|
59
|
+
"@metamask/eth-hd-keyring": "^14.1.0",
|
|
60
60
|
"@metamask/eth-sig-util": "^8.2.0",
|
|
61
61
|
"@metamask/eth-simple-keyring": "^12.0.1",
|
|
62
62
|
"@metamask/keyring-api": "^23.0.1",
|
|
63
|
-
"@metamask/keyring-internal-api": "^
|
|
64
|
-
"@metamask/messenger": "^1.
|
|
63
|
+
"@metamask/keyring-internal-api": "^11.0.0",
|
|
64
|
+
"@metamask/messenger": "^1.2.0",
|
|
65
65
|
"@metamask/utils": "^11.9.0",
|
|
66
66
|
"async-mutex": "^0.5.0",
|
|
67
67
|
"ethereumjs-wallet": "^1.0.1",
|