Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 820a2a2

Browse files
Gudahttmikespositogithub-actions[bot]github-actionslegobeat
authored
Sync with 15.x branch (#314)
* [15.x] Backport encryption improvements (#312) * Prefer cached `encryptionKey` for encryption when possible (#307) * fix: prefer encryptionKey for encryption when possible * refactor: add test case * Use encryptor `isVaultUpdated` (#310) * chore: update browser-passworder * refactor: remove `updateVault` from `GenericEncryptor` * 15.1.0 (#313) * 15.1.0 * edit changelog entries * rephrase changelog entry --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Michele Esposito <[email protected]> --------- Co-authored-by: Michele Esposito <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]> Co-authored-by: Michele Esposito <[email protected]> Co-authored-by: legobeat <[email protected]>
1 parent 196d700 commit 820a2a2

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [15.1.0]
10+
### Added
11+
- Added optional `isVaultUpdated` property to `GenericEncryptor` type ([#312](https://github.com/MetaMask/KeyringController/pull/312))
12+
13+
### Changed
14+
- Bump `@metamask/browser-passworder` to `^4.3.0` ([#312](https://github.com/MetaMask/KeyringController/pull/312))
15+
16+
### Removed
17+
- Removed `updateVault` optional property from `GenericEncryptor` type ([#312](https://github.com/MetaMask/KeyringController/pull/312))
18+
19+
### Fixed
20+
- Improved encryption performance when the controller is constructed with `cacheEncryptionKey: true` ([#312](https://github.com/MetaMask/KeyringController/pull/312))
21+
922
## [15.0.0]
1023
### Changed
1124
- **BREAKING** Removed `encryptor` class variable ([#293](https://github.com/MetaMask/KeyringController/pull/293))
@@ -176,7 +189,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
176189
- Validate user imported seedphrase across all bip39 wordlists ([#77](https://github.com/MetaMask/KeyringController/pull/77))
177190

178191

179-
[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v15.0.0...HEAD
192+
[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v15.1.0...HEAD
193+
[15.1.0]: https://github.com/MetaMask/KeyringController/compare/v15.0.0...v15.1.0
180194
[15.0.0]: https://github.com/MetaMask/KeyringController/compare/v14.0.1...v15.0.0
181195
[14.0.1]: https://github.com/MetaMask/KeyringController/compare/v14.0.0...v14.0.1
182196
[14.0.0]: https://github.com/MetaMask/KeyringController/compare/v13.0.1...v14.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/eth-keyring-controller",
3-
"version": "15.0.0",
3+
"version": "15.1.0",
44
"description": "A module for managing various keyrings of Ethereum accounts, encrypting them, and using them",
55
"keywords": [
66
"ethereum",

0 commit comments

Comments
 (0)