This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
6.0.0
Changed
- Revert mnemonic serialization format from
Record<number, number>
(i.e. a stringifiedUint8Array
) which was introduced in v5.0.0 back to an untyped array of utf8 encoded bytes, which was the format prior to v5.0.0 (#81)