Skip to content

Commit cf53000

Browse files
committed
chore: update changelogs
1 parent f9c3f0d commit cf53000

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

packages/keyring-api/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Add `Keyring.createAccounts` optional method ([#448](https://github.com/MetaMask/accounts/pull/448))
1313
- This method is part of the keyring v2 specification and set as optional for backwards compatibility.
1414
- This method can be used to create one or more accounts using the new keyring v2 account creation typed options.
15+
- Add RPC support for this method through `KeyringRpcMethod.CreateAccounts`.
1516
- Add support for account derivations using range of indices in `KeyringV2` ([#451](https://github.com/MetaMask/accounts/pull/451))
1617
- Add `bip44:derive-index-range` capability to `KeyringCapabilities`.
1718
- Add `AccountCreationType.Bip44DeriveIndexRange` and `CreateAccountBip44DeriveIndexRangeOptions`.

packages/keyring-snap-bridge/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Add `SnapKeyring.createAccounts` method ([#448](https://github.com/MetaMask/accounts/pull/448))
1313
- This method can be used to create one or more accounts using the new keyring v2 account creation typed options.
14+
- Generic accounts will be filtered out if they are not allowed by the keyring configuration.
1415

1516
### Changed
1617

packages/keyring-snap-sdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Add `keyring_createAccounts` method to RPC dispatcher ([#448](https://github.com/MetaMask/accounts/pull/448))
13+
- This method SHOULD NOT use `notify:accountCreated`.
14+
- Accounts returned by this method are will be automatically added to the internal keyring state.
15+
1016
### Changed
1117

1218
- Bump `@metamask/snaps-sdk` from `^9.0.0` to `^10.3.0` ([#422](https://github.com/MetaMask/accounts/pull/422))

0 commit comments

Comments
 (0)