-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update controller packages to match core v40 (#6124)
* Update controller packages to match core v40 The controller packages have been updated to match the versions in the core monorepo v40 release. The keyring controller update was held back due to incompatibilities related to BigInt. The only breaking change was to the network controller state. The state property `properties` was renamed to `networkDetails`. Luckily there was only a single direct reference to this property (in a test) so the number of changes required was minimal, but we did need a state migration. * Update assets-controllers patch
- Loading branch information
Showing
5 changed files
with
30 additions
and
9 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
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
File renamed without changes.
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 |
---|---|---|
|
@@ -3953,10 +3953,10 @@ | |
immer "^9.0.6" | ||
nanoid "^3.1.31" | ||
|
||
"@metamask/[email protected].0": | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/@metamask/assets-controllers/-/assets-controllers-4.0.0.tgz#81278619128cf6b22503584eebcd25a529e42386" | ||
integrity sha512-e/ngelUbyo6drDsIm/lzh7qf43Laju/sxDLaEtolRWJDVW8ZiTrWzCAVQ1m7aduVIS7WDUR51uKzsxiTWY19cA== | ||
"@metamask/assets-controllers@^4.0.1": | ||
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/@metamask/assets-controllers/-/assets-controllers-4.0.1.tgz#75a8e20f441809178490c3952f956e71df15b31e" | ||
integrity sha512-ZzZw6o0gD0kjgVjOBzKfuQ1zTIutsgZfwryceRyGgSP24zhCutIFpcClsRzNLgGMShD6JRV0Ul8bjyH1WchKrw== | ||
dependencies: | ||
"@ethersproject/bignumber" "^5.7.0" | ||
"@ethersproject/contracts" "^5.7.0" | ||
|
@@ -3966,7 +3966,7 @@ | |
"@metamask/contract-metadata" "^2.1.0" | ||
"@metamask/controller-utils" "^2.0.0" | ||
"@metamask/metamask-eth-abis" "3.0.0" | ||
"@metamask/network-controller" "^3.0.0" | ||
"@metamask/network-controller" "^4.0.0" | ||
"@metamask/preferences-controller" "^1.0.2" | ||
"@metamask/utils" "^3.3.1" | ||
"@types/uuid" "^8.3.0" | ||
|
@@ -4226,6 +4226,20 @@ | |
immer "^9.0.6" | ||
web3-provider-engine "^16.0.3" | ||
|
||
"@metamask/network-controller@^4.0.0": | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/@metamask/network-controller/-/network-controller-4.0.0.tgz#0b0eeb2c507f5ae0501074118ae81e8d85b6b9c3" | ||
integrity sha512-zu1webUQCurzTAgf03WQJoiKyxmbA+VP4xs08ZwATnXSxDHbbLWtXYC18YGoiwpY7Rw0yfJqZZduNxYLfMPELA== | ||
dependencies: | ||
"@metamask/base-controller" "^1.1.2" | ||
"@metamask/controller-utils" "^2.0.0" | ||
async-mutex "^0.2.6" | ||
babel-runtime "^6.26.0" | ||
eth-json-rpc-infura "^5.1.0" | ||
eth-query "^2.1.2" | ||
immer "^9.0.6" | ||
web3-provider-engine "^16.0.3" | ||
|
||
"@metamask/obs-store@^7.0.0": | ||
version "7.0.0" | ||
resolved "https://registry.yarnpkg.com/@metamask/obs-store/-/obs-store-7.0.0.tgz#6cae5f28306bb3e83a381bc9ae22682316095bd3" | ||
|