File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ` .
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ) )
You can’t perform that action at this time.
0 commit comments