generated from MetaMask/metamask-module-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit 1777a35.
- Loading branch information
Showing
3 changed files
with
3 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,17 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [9.0.0] | ||
|
||
### Changed | ||
|
||
- **BREAKING**: Move seed generation to deserialization ([#100](https://github.com/MetaMask/accounts/pull/100)) | ||
- Using the constructor directly no longer generates the seed required for account derivation. | ||
- Both `serialize` and `deserialize` are now proper `async` methods. | ||
- Allow passing native custom cryptographic functions ([#102](https://github.com/MetaMask/accounts/pull/102)) | ||
- The seed generation is now relying `@metamask/key-tree` package (instead of `@metamask/scure-bip39`). | ||
- The `constructor` now allows a new option `cryptographicFunctions` which allows the use of custom cryptographic functions during seed generation. | ||
|
||
## [8.0.0] | ||
|
||
### Changed | ||
|
@@ -148,8 +137,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
- Deserialize method (and `HdKeyring` constructor by extension) can no longer be passed an options object containing a value for `numberOfAccounts` if it is not also containing a value for `mnemonic`. | ||
- Package name changed from `eth-hd-keyring` to `@metamask/eth-hd-keyring`. | ||
|
||
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected] | ||
[9.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected] | ||
[8.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[7.0.4]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[7.0.3]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters