File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,8 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Added
1111
12- - Add ` bip44:derive-index-range ` constructor for ` createAccounts ` ([ #451 ] ( https://github.com/MetaMask/accounts/pull/451 ) )
13- - This new option allows keyrings to derive multiple accounts at once by specifying a range of BIP-44 indices.
12+ - Add support for account derivations using range of indices in ` KeyringV2 ` ([ #451 ] ( https://github.com/MetaMask/accounts/pull/451 ) )
13+ - Add ` bip44:derive-index-range ` capability to ` KeyringCapabilities ` .
14+ - Add ` AccountCreationType.Bip44DeriveIndexRange ` and ` CreateAccountBip44DeriveIndexRangeOptions ` .
1415- Add support for custom capabilities and entropy types in ` KeyringV2 ` ([ #415 ] ( https://github.com/MetaMask/accounts/pull/415 ) )
1516 - Add ` custom ` capability to ` KeyringCapabilities ` for keyrings with non-standard ` createAccounts ` method.
1617 - Add ` KeyringAccountEntropyTypeOption.Custom ` for custom/opaque entropy sources.
You can’t perform that action at this time.
0 commit comments