Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 2.39 KB

CHANGELOG.md

File metadata and controls

35 lines (27 loc) · 2.39 KB

Changelog

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.

Changed

  • BREAKING: Removed support for Node v12 in favor of v14 (#137)

Fixed

  • createNewVaultAndRestore now accepts a seedphrase formatted as an array of numbers (#138)

Fixed

  • 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.

Added

  • Add forget Keyring method for some hardware devices (#124)
  • Add @lavamoat/allow-scripts (#109)

Changed

  • BREAKING: Bump eth-hd-keyring to latest version (#132)
    • When calling the addNewKeyring method, an options object can no longer be passed containing a numberOfAccounts property without also including a mnemonic. 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 createNewVaultAndKeychain all keyrings are cleared first thing (#129)
  • Validate user imported seedphrase across all bip39 wordlists (#77)