All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- BREAKING: Removed support for Node v12 in favor of v14 (#137)
createNewVaultAndRestore
now accepts a seedphrase formatted as an array of numbers (#138)
- Fix breaking change in
addNewKeyring
function that was accidentally introduced in v7.0.0 (#136)- We updated the method such that keyrings were always constructed with constructor arguments, defaulting to an empty object if none were provided. But some keyrings (such as the QR Keyring) relied upon the options being undefined in some cases.
- 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)