Releases: MetaMask/key-tree
Releases · MetaMask/key-tree
9.1.2
9.1.1
9.1.0
9.0.0
8.0.0
7.1.1
7.1.0
7.0.0
Added
- BREAKING: Add SLIP-10 (
slip10:
) path type (#124)bip32:
can no longer be used to derive ed25519 keys
Changed
- Handle errors when resulting public or private key is invalid (#120)
- Rather than throwing an error, a new key will be derived instead, as per the SLIP-10 or BIP-32 specification
- Improve extended key validation (#121)
- Validate that master private key and seed are within bounds (#118)
- Allow zero private key for
ed25519
(#122)- Previously a zero private key
0x000..000
would be rejected when using ed25519, but all private keys are valid for ed25519
- Previously a zero private key
6.2.1
6.2.0
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 asUint8Array
in the format used by@metamask/scure-bip39
, in all functions that accept secret recovery phrases.
- Secret recovery phrases are now accepted both as a string in the