@metamask-previews/eth-hd-keyring 14.1.1-de887b2 → 14.1.1-e51c895
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 +6 -5
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -9,8 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
### Changed
|
|
11
11
|
|
|
12
|
-
- Bump `@metamask/keyring-sdk` from `^2.0.2` to `^2.
|
|
12
|
+
- Bump `@metamask/keyring-sdk` from `^2.0.2` to `^2.2.0` ([#544](https://github.com/MetaMask/accounts/pull/544), [#546](https://github.com/MetaMask/accounts/pull/546), [#562](https://github.com/MetaMask/accounts/pull/562))
|
|
13
13
|
- Bump `@metamask/keyring-utils` from `^3.2.0` to `^3.3.1` ([#544](https://github.com/MetaMask/accounts/pull/544), [#546](https://github.com/MetaMask/accounts/pull/546))
|
|
14
|
+
- Bump `@metamask/keyring-api` from `^23.1.0` to `^23.3.0` ([#562](https://github.com/MetaMask/accounts/pull/562), [#569](https://github.com/MetaMask/accounts/pull/569))
|
|
14
15
|
|
|
15
16
|
## [14.1.1]
|
|
16
17
|
|
|
@@ -59,7 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
59
60
|
|
|
60
61
|
### Changed
|
|
61
62
|
|
|
62
|
-
- Add new dependency `@metamask/keyring-sdk@1.2.0` ([#478](https://github.com/MetaMask/accounts/pull/478)
|
|
63
|
+
- 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))
|
|
63
64
|
- This package now contains the keyring v2 wrapper helpers (`EthKeyringWrapper`, `EthKeyringMethod`).
|
|
64
65
|
- The account ID (generated by `KeyringAccountRegistry`) are now deterministic for EVM addresses.
|
|
65
66
|
- Bump `@metamask/keyring-api` from `^21.6.0` to `^22.0.0` ([#482](https://github.com/MetaMask/accounts/pull/482))
|
|
@@ -70,7 +71,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
70
71
|
|
|
71
72
|
### Added
|
|
72
73
|
|
|
73
|
-
- Add `HdKeyringV2` class implementing `KeyringV2` interface ([#398](https://github.com/MetaMask/accounts/pull/398)
|
|
74
|
+
- Add `HdKeyringV2` class implementing `KeyringV2` interface ([#398](https://github.com/MetaMask/accounts/pull/398), [#402](https://github.com/MetaMask/accounts/pull/402), [#404](https://github.com/MetaMask/accounts/pull/404), [#410](https://github.com/MetaMask/accounts/pull/410), [#413](https://github.com/MetaMask/accounts/pull/413), [#451](https://github.com/MetaMask/accounts/pull/451), [#453](https://github.com/MetaMask/accounts/pull/453))
|
|
74
75
|
- Wraps legacy `HdKeyring` to expose accounts via the unified `KeyringV2` API and the `KeyringAccount` type.
|
|
75
76
|
- Extends `EthKeyringWrapper` for common Ethereum logic.
|
|
76
77
|
|
|
@@ -143,8 +144,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
143
144
|
|
|
144
145
|
- **BREAKING**: Added types to `HdKeyring` ([#166](https://github.com/MetaMask/accounts/pull/166))
|
|
145
146
|
- All methods on `HdKeyring` retain their existing signatures, but now have types.
|
|
146
|
-
- Bump `@metamask/eth-sig-util` dependency from `^8.0.0` to `8.2.0` ([#177](https://github.com/MetaMask/accounts/pull/177)
|
|
147
|
-
- Bump `@metamask/utils` dependency from `^9.3.1` to `11.1.0` ([#134](https://github.com/MetaMask/accounts/pull/134)
|
|
147
|
+
- 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))
|
|
148
|
+
- Bump `@metamask/utils` dependency from `^9.3.1` to `11.1.0` ([#134](https://github.com/MetaMask/accounts/pull/134), [#167](https://github.com/MetaMask/accounts/pull/167))
|
|
148
149
|
|
|
149
150
|
## [9.0.1]
|
|
150
151
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/eth-hd-keyring",
|
|
3
|
-
"version": "14.1.1-
|
|
3
|
+
"version": "14.1.1-e51c895",
|
|
4
4
|
"description": "A simple standard interface for a seed phrase generated set of Ethereum accounts",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ethereum",
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
"@ethereumjs/util": "^9.1.0",
|
|
71
71
|
"@metamask/eth-sig-util": "^8.2.0",
|
|
72
72
|
"@metamask/key-tree": "^10.0.2",
|
|
73
|
-
"@metamask/keyring-api": "23.
|
|
74
|
-
"@metamask/keyring-sdk": "2.
|
|
73
|
+
"@metamask/keyring-api": "23.3.0",
|
|
74
|
+
"@metamask/keyring-sdk": "2.2.0",
|
|
75
75
|
"@metamask/keyring-utils": "3.3.1",
|
|
76
76
|
"@metamask/scure-bip39": "^2.1.1",
|
|
77
77
|
"@metamask/superstruct": "^3.1.0",
|