This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
Releases: MetaMask/KeyringController
Releases · MetaMask/KeyringController
v7.0.0
Added
Changed
- BREAKING: Bump eth-hd-keyring to latest version (#132)
- When calling the
addNewKeyring
method, an options object can no longer be passed containing anumberOfAccounts
property without also including amnemonic
. Not adding any option argument will result in the generation of a new mnemonic and the addition of 1 account derived from that mnemonic to the keyring.
- When calling the
- When calling
createNewVaultAndKeychain
all keyrings are cleared first thing (#129) - Validate user imported seedphrase across all bip39 wordlists (#77)
v6.2.1
v6.2.0
Add "lock" event
- Add
lock
event, emitted wheneversetLocked
is called - Emit no value with
unlock
event- Previously, this event emitted with
true
- This is the reason for the major version bump, as this is technically breaking. However, we don't expect this to be breaking in practice, and the event still works as intended.
- Previously, this event emitted with