This repository was archived by the owner on Oct 7, 2024. It is now read-only.
10.0.0
Changed
- BREAKING: Update module name to use
@metamaskscope (#187)- Consumers will now need to import this package as
@metamask/eth-keyring-controller
- Consumers will now need to import this package as
- BREAKING: @metamask/eth-hd-keyring to v6.0.0 (#193)
- Reverts the serialization format of mnemonics on HDKeyrings from
Uint8Arraysback to an untyped array of UTF8 encoded bytes, which was the format prior to v9.0.0 of this package.
- Reverts the serialization format of mnemonics on HDKeyrings from