Skip to content

Commit a72257b

Browse files
committed
update CHANGELOG
1 parent 2834c26 commit a72257b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/seedless-onboarding-controller/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- Added a check for `duplicate data` before adding it to the metadata store. ([#5955](https://github.com/MetaMask/core/pull/5955))
1919
- renamed `getSeedPhraseBackupHash` to `getSecretDataBackupState` and added optional param (`type`) to look for data with specific type in the controller backup state.
2020
- updated `updateBackupMetadataState` method param with `{ keyringId?: string; data: Uint8Array; type: SecretType }`. Previously , `{ keyringId: string; seedPhrase: Uint8Array }`.
21+
- Added `submitGlobalPassword`. ([#5995](https://github.com/MetaMask/core/pull/5995))
22+
- Added `storeKeyringEncryptionKey` and `loadKeyringEncryptionKey`. ([#5995](https://github.com/MetaMask/core/pull/5995))
2123

2224
### Changed
2325

@@ -27,6 +29,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2729
- check for token expired in toprf call, refresh token and retry if expired
2830
- `submitPassword` revoke refresh token and replace with new one after password submit to prevent malicious use if refresh token leak in persisted state
2931
- Removed `recoveryRatelimitCache` from the controller state. ([#5976](https://github.com/MetaMask/core/pull/5976)).
32+
- **BREAKING:** Changed `syncLatestGlobalPassword`. ([#5995](https://github.com/MetaMask/core/pull/5995))
33+
- removed parameter `oldPassword`
34+
- no longer verifying old password
35+
- explicitly requring unlocked controller
36+
37+
### Removed
38+
39+
- Removed `recoverCurrentDevicePassword`. ([#5995](https://github.com/MetaMask/core/pull/5995))
3040

3141
## [1.0.0]
3242

0 commit comments

Comments
 (0)