Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 299.0.0 #5318

Merged
merged 53 commits into from
Feb 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
03cebf8
Initialize Release 299.0.0
Cal-L Feb 12, 2025
0b732e2
Update Release 299.0.0
Cal-L Feb 12, 2025
599358b
Update accounts controller change logs
Cal-L Feb 12, 2025
5a3e941
Clean accounts controller logs
Cal-L Feb 12, 2025
37e7c33
Update assets controllers change logs
Cal-L Feb 12, 2025
b53218f
Update change log for earn controller
Cal-L Feb 12, 2025
2c01fa5
Update multichain change logs
Cal-L Feb 12, 2025
f236f22
Update change log for multichain network controller
Cal-L Feb 12, 2025
55fbae8
Update change logs for multichain transactions controller
Cal-L Feb 12, 2025
564d453
Bump patch version for network controller
Cal-L Feb 12, 2025
7cbb691
Update network controller change logs
Cal-L Feb 12, 2025
dae9b4e
Update change log about network controller bump
Cal-L Feb 12, 2025
2590c83
Update change logs for notifications services controller
Cal-L Feb 12, 2025
28ec290
No need to bump preferences controller
Cal-L Feb 12, 2025
2544afe
Update change logs for profile sync controller
Cal-L Feb 13, 2025
ffa4e67
Update changelog for signature controller
Cal-L Feb 13, 2025
87414d8
Update change logs for transactions controller
Cal-L Feb 13, 2025
57ff379
Update changelogs for user operation controller
Cal-L Feb 13, 2025
d23c3b3
Fix changelog validation
Cal-L Feb 13, 2025
565372c
Fix preferences controller version
Cal-L Feb 13, 2025
411d6af
Update versions
Cal-L Feb 13, 2025
33133d8
Merge branch 'main' of github.com:MetaMask/core into release/299.0.0
Cal-L Feb 13, 2025
2f3782a
Update breaking change log
Cal-L Feb 13, 2025
34399db
Update profile sync controller change logs
Cal-L Feb 13, 2025
cfb50ba
Update change log for notification services controller
Cal-L Feb 13, 2025
c62b03e
Update profile sync change log
Cal-L Feb 13, 2025
4b90e55
Update change log for assets controller
Cal-L Feb 13, 2025
2e02ebb
Add PR to version bumps
Cal-L Feb 13, 2025
1bcbc5b
Keep minor versions for non major version bumps
Cal-L Feb 13, 2025
60dd0e0
Bump ens controller with peer dep
Cal-L Feb 13, 2025
353c553
Bump gas fee controller
Cal-L Feb 13, 2025
0e75b3b
Undo ens controller bump
Cal-L Feb 13, 2025
d93fe53
Remove bumps from user operation controller
Cal-L Feb 13, 2025
ae4759e
Remove bumps from transaction controller
Cal-L Feb 13, 2025
99abb7b
Remove bump from signature controller
Cal-L Feb 13, 2025
98ed99b
Remove network controller bump
Cal-L Feb 14, 2025
f638192
Merge branch 'main' of github.com:MetaMask/core into release/299.0.0
Cal-L Feb 14, 2025
9c323a5
git commit -m "Update log"
Cal-L Feb 14, 2025
dae0746
Update change log
Cal-L Feb 14, 2025
04e444a
Update change log
Cal-L Feb 14, 2025
5199255
Update multichain network controller package version
Cal-L Feb 14, 2025
418daa1
Update yarn lock
Cal-L Feb 14, 2025
3d9e5a0
Fix versions
Cal-L Feb 14, 2025
9cb8e39
Update yarn lock
Cal-L Feb 14, 2025
f2d6658
Bump deps on bridge controller
Cal-L Feb 14, 2025
aba2283
Update yarn lock
Cal-L Feb 14, 2025
5bfacc3
Fix transaction controller change log
Cal-L Feb 14, 2025
26e2006
chore: fix changelogs
ccharly Feb 14, 2025
a867d52
Merge branch 'main' into release/299.0.0
ccharly Feb 14, 2025
e03d678
chore: update changelogs
ccharly Feb 14, 2025
1f5a395
chore: update changelog
ccharly Feb 14, 2025
f3ef047
chore(bridge-controller): update changelog
ccharly Feb 14, 2025
dbc541b
chore(bridge-controller): fix changelog
ccharly Feb 14, 2025
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/core-monorepo",
"version": "298.0.0",
"version": "299.0.0",
"private": true,
"description": "Monorepo for packages shared between MetaMask clients",
"repository": {
Expand Down
14 changes: 13 additions & 1 deletion packages/accounts-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [24.0.0]

### Added

- **BREAKING:** Now requires `MultichainNetworkController:didNetworkChange` event to be registered on the messenger ([#5215](https://github.com/MetaMask/core/pull/5215))
- This will be used to keep accounts in sync with EVM and non-EVM network changes.

### Changed

- **BREAKING:** Add `@metamask/network-controller@^22.0.0` peer dependency ([#5215](https://github.com/MetaMask/core/pull/5215)), ([#5327](https://github.com/MetaMask/core/pull/5327))

## [23.1.0]

### Added
Expand Down Expand Up @@ -444,7 +455,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
[24.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[23.1.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[23.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[23.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/accounts-controller",
"version": "23.1.0",
"version": "24.0.0",
"description": "Manages internal accounts",
"keywords": [
"MetaMask",
Expand Down
14 changes: 13 additions & 1 deletion packages/assets-controllers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [50.0.0]

### Changed

- **BREAKING:** Bump `@metamask/accounts-controller` peer dependency from `^23.0.1` to `^24.0.0` ([#5318](https://github.com/MetaMask/core/pull/5318))
- Removed legacy poll function to prevent redundant polling ([#5321](https://github.com/MetaMask/core/pull/5321))

### Fixed

- Ensure that the polling is not triggered on the constructor with the initialisation of the controller ([#5321](https://github.com/MetaMask/core/pull/5321))

## [49.0.0]

### Added
Expand Down Expand Up @@ -1394,7 +1405,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
[50.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[49.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[48.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[47.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions packages/assets-controllers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/assets-controllers",
"version": "49.0.0",
"version": "50.0.0",
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -77,7 +77,7 @@
},
"devDependencies": {
"@babel/runtime": "^7.23.9",
"@metamask/accounts-controller": "^23.1.0",
"@metamask/accounts-controller": "^24.0.0",
"@metamask/approval-controller": "^7.1.3",
"@metamask/auto-changelog": "^3.4.4",
"@metamask/ethjs-provider-http": "^0.3.0",
Expand Down Expand Up @@ -105,7 +105,7 @@
"webextension-polyfill": "^0.12.0"
},
"peerDependencies": {
"@metamask/accounts-controller": "^23.0.1",
"@metamask/accounts-controller": "^24.0.0",
"@metamask/approval-controller": "^7.0.0",
"@metamask/keyring-controller": "^19.0.0",
"@metamask/network-controller": "^22.0.0",
Expand Down
5 changes: 5 additions & 0 deletions packages/bridge-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

### Changed

- **BREAKING:** Bump `@metamask/accounts-controller` peer dependency from `^23.0.0` to `^24.0.0` ([#5318](https://github.com/MetaMask/core/pull/5318))
- **BREAKING:** Bump `@metamask/transaction-controller` peer dependency from `^45.0.0` to `^46.0.0` ([#5318](https://github.com/MetaMask/core/pull/5318))

[Unreleased]: https://github.com/MetaMask/core/
8 changes: 4 additions & 4 deletions packages/bridge-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
"ethers": "^6.12.0"
},
"devDependencies": {
"@metamask/accounts-controller": "^23.1.0",
"@metamask/accounts-controller": "^24.0.0",
"@metamask/auto-changelog": "^3.4.4",
"@metamask/eth-json-rpc-provider": "^4.1.8",
"@metamask/json-rpc-engine": "^10.0.3",
"@metamask/network-controller": "^22.2.1",
"@metamask/transaction-controller": "^45.1.0",
"@metamask/transaction-controller": "^46.0.0",
"@types/jest": "^27.4.1",
"deepmerge": "^4.2.2",
"jest": "^27.5.1",
Expand All @@ -73,9 +73,9 @@
"typescript": "~5.2.2"
},
"peerDependencies": {
"@metamask/accounts-controller": "^23.0.0",
"@metamask/accounts-controller": "^24.0.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Accounts controller bump will not affect bridge controller

Copy link
Contributor

@cryptodev-2s cryptodev-2s Feb 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: can we add at least the changelog entry for this bump under unreleased section

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Definitely! Lemme add that.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"@metamask/network-controller": "^22.0.0",
"@metamask/transaction-controller": "^45.0.0"
"@metamask/transaction-controller": "^46.0.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

transaction controller bump caused by accounts-controller peer dep bump. Also shouldn't affect bridge controller

Copy link
Contributor

@cryptodev-2s cryptodev-2s Feb 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: can we add at least the changelog entry for this bump under unreleased section

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Definitely! Lemme add that.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

},
"engines": {
"node": "^18.18 || >=20"
Expand Down
9 changes: 8 additions & 1 deletion packages/earn-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0]

### Changed

- **BREAKING:** Bump `@metamask/accounts-controller` peer dependency from `^23.0.0` to `^24.0.0` ([#5318](https://github.com/MetaMask/core/pull/5318))

## [0.2.1]

### Changed
Expand All @@ -26,7 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release ([#5271](https://github.com/MetaMask/core/pull/5271))

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
[0.3.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[0.2.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[0.2.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/[email protected]
6 changes: 3 additions & 3 deletions packages/earn-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/earn-controller",
"version": "0.2.1",
"version": "0.3.0",
"description": "Manages state for earning features and coordinates interactions between staking services, SDK integrations, and other controllers to enable users to participate in various earning opportunities",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@metamask/stake-sdk": "^1.0.0"
},
"devDependencies": {
"@metamask/accounts-controller": "^23.1.0",
"@metamask/accounts-controller": "^24.0.0",
"@metamask/auto-changelog": "^3.4.4",
"@metamask/network-controller": "^22.2.1",
"@types/jest": "^27.4.1",
Expand All @@ -65,7 +65,7 @@
"typescript": "~5.2.2"
},
"peerDependencies": {
"@metamask/accounts-controller": "^23.0.0",
"@metamask/accounts-controller": "^24.0.0",
"@metamask/network-controller": "^22.1.1"
},
"engines": {
Expand Down
11 changes: 10 additions & 1 deletion packages/multichain-network-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

[Unreleased]: https://github.com/MetaMask/core/
## [0.1.0]

### Added

- Initial release ([#5215](https://github.com/MetaMask/core/pull/5215))
- Handle both EVM and non-EVM network and account switching for the associated network.
- Act as a proxy for the `NetworkController` (for EVM network changes).

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
[0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/[email protected]
4 changes: 2 additions & 2 deletions packages/multichain-network-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/multichain-network-controller",
"version": "0.0.0",
"version": "0.1.0",
"description": "Multichain network controller",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -68,7 +68,7 @@
"typescript": "~5.2.2"
},
"peerDependencies": {
"@metamask/accounts-controller": "^23.0.0",
"@metamask/accounts-controller": "^24.0.0",
"@metamask/network-controller": "^22.0.0"
},
"engines": {
Expand Down
9 changes: 8 additions & 1 deletion packages/multichain-transactions-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0]

### Changed

- **BREAKING:** Bump `@metamask/accounts-controller` peer dependency from `^23.0.0` to `^24.0.0` ([#5318](https://github.com/MetaMask/core/pull/5318))

## [0.3.0]

### Changed
Expand Down Expand Up @@ -46,7 +52,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release ([#5133](https://github.com/MetaMask/core/pull/5133)), ([#5177](https://github.com/MetaMask/core/pull/5177))

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
[0.4.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[0.3.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[0.2.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[0.1.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions packages/multichain-transactions-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/multichain-transactions-controller",
"version": "0.3.0",
"version": "0.4.0",
"description": "This package is responsible for getting transactions from our Bitcoin and Solana snaps",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -61,7 +61,7 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"@metamask/accounts-controller": "^23.1.0",
"@metamask/accounts-controller": "^24.0.0",
"@metamask/auto-changelog": "^3.4.4",
"@metamask/keyring-controller": "^19.1.0",
"@types/jest": "^27.4.1",
Expand All @@ -73,7 +73,7 @@
"typescript": "~5.2.2"
},
"peerDependencies": {
"@metamask/accounts-controller": "^23.0.0",
"@metamask/accounts-controller": "^24.0.0",
"@metamask/snaps-controllers": "^9.19.0"
},
"engines": {
Expand Down
14 changes: 13 additions & 1 deletion packages/notification-services-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.21.0]
cryptodev-2s marked this conversation as resolved.
Show resolved Hide resolved

### Added

- Lock conditional checks when initializing accounts inside the `NotificationServicesController` ([#5323](https://github.com/MetaMask/core/pull/5323))
- Accounts initialize call when the wallet is unlocked ([#5323](https://github.com/MetaMask/core/pull/5323))

### Changed

- **BREAKING:** Bump `@metamask/profile-sync-controller` peer dependency from `^7.0.0` to `^8.0.0` ([#5318](https://github.com/MetaMask/core/pull/5318))

## [0.20.1]

### Changed
Expand Down Expand Up @@ -308,7 +319,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
[0.21.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[0.20.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[0.20.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[0.19.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions packages/notification-services-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/notification-services-controller",
"version": "0.20.1",
"version": "0.21.0",
"description": "Manages New MetaMask decentralized Notification system",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -113,7 +113,7 @@
"@lavamoat/preinstall-always-fail": "^2.1.0",
"@metamask/auto-changelog": "^3.4.4",
"@metamask/keyring-controller": "^19.1.0",
"@metamask/profile-sync-controller": "^7.0.1",
"@metamask/profile-sync-controller": "^8.0.0",
"@types/jest": "^27.4.1",
"@types/readable-stream": "^2.3.0",
"contentful": "^10.15.0",
Expand All @@ -128,7 +128,7 @@
},
"peerDependencies": {
"@metamask/keyring-controller": "^19.0.0",
"@metamask/profile-sync-controller": "^7.0.0"
"@metamask/profile-sync-controller": "^8.0.0"
},
"engines": {
"node": "^18.18 || >=20"
Expand Down
19 changes: 18 additions & 1 deletion packages/profile-sync-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [8.0.0]

### Added

- Add `perform{BatchSetStorage,DeleteStorage,BatchDeleteStorage}` as messenger actions ([#5311](https://github.com/MetaMask/core/pull/5311))
- Add optional `validateAgainstSchema` option when creating user storage entry paths ([#5326](https://github.com/MetaMask/core/pull/5326))

### Changed

- **BREAKING:** Bump `@metamask/accounts-controller` peer dependency from `^23.0.0` to `^24.0.0` ([#5318](https://github.com/MetaMask/core/pull/5318))
- Change `maxNumberOfAccountsToAdd` default value from `100` to `Infinity` ([#5322](https://github.com/MetaMask/core/pull/5322))

### Removed

- Removed unused events from `UserStorageController` ([#5324](https://github.com/MetaMask/core/pull/5324))

## [7.0.1]

### Changed
Expand Down Expand Up @@ -467,7 +483,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
[8.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[7.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[7.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[6.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions packages/profile-sync-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/profile-sync-controller",
"version": "7.0.1",
"version": "8.0.0",
"description": "The profile sync helps developers synchronize data across multiple clients and devices in a privacy-preserving way. All data saved in the user storage database is encrypted client-side to preserve privacy. The user storage provides a modular design, giving developers the flexibility to construct and manage their storage spaces in a way that best suits their needs",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -115,7 +115,7 @@
"devDependencies": {
"@lavamoat/allow-scripts": "^3.0.4",
"@lavamoat/preinstall-always-fail": "^2.1.0",
"@metamask/accounts-controller": "^23.1.0",
"@metamask/accounts-controller": "^24.0.0",
"@metamask/auto-changelog": "^3.4.4",
"@metamask/keyring-internal-api": "^4.0.1",
"@metamask/providers": "^18.1.1",
Expand All @@ -133,7 +133,7 @@
"webextension-polyfill": "^0.12.0"
},
"peerDependencies": {
"@metamask/accounts-controller": "^23.0.0",
"@metamask/accounts-controller": "^24.0.0",
"@metamask/keyring-controller": "^19.0.0",
"@metamask/network-controller": "^22.0.0",
"@metamask/providers": "^18.1.0",
Expand Down
Loading
Loading