Skip to content

6.2.0

Choose a tag to compare

@github-actions github-actions released this 18 Jan 11:21
· 81 commits to main since this release
0001644

Added

  • Accept BIP-39 secret recovery phrase as Uint8Array (#107)
    • Secret recovery phrases are now accepted both as a string in the bip39:... format, and as Uint8Array in the format used by @metamask/scure-bip39, in all functions that accept secret recovery phrases.