Skip to content
Open
Show file tree
Hide file tree
Changes from 13 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions eslint-suppressions.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,15 @@
},
"packages/accounts-controller/src/AccountsController.test.ts": {
"@typescript-eslint/explicit-function-return-type": {
"count": 15
"count": 14
},
"import-x/namespace": {
"count": 1
}
},
"packages/accounts-controller/src/AccountsController.ts": {
"@typescript-eslint/explicit-function-return-type": {
"count": 10
"count": 9
}
},
"packages/accounts-controller/src/tests/mocks.ts": {
Expand Down
3 changes: 3 additions & 0 deletions packages/accounts-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- **BREAKING:** Use new `KeyringController:account{Added,Removed}` events instead of the `KeyringController:stateChange` ([#7328](https://github.com/MetaMask/core/pull/7328))
- This simplify the re-synchronization between keyrings and this controller.
- This should also improve performance slightly.
- Move peer dependencies for controller and service packages to direct dependencies ([#7209](https://github.com/MetaMask/core/pull/7209), [#7258](https://github.com/MetaMask/core/pull/7258))
- The dependencies moved are:
- `@metamask/keyring-controller` (^25.0.0)
Expand Down
Loading