-
-
Notifications
You must be signed in to change notification settings - Fork 187
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/166.0.0 #4460
Merged
Merged
Release/166.0.0 #4460
Conversation
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
mcmire
reviewed
Jun 25, 2024
mcmire
reviewed
Jun 26, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Getting close!
Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
mcmire
reviewed
Jun 26, 2024
mcmire
approved these changes
Jun 26, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your patience :) Looks good!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Explanation
This PR create a new release for
@metamask/accounts-controller
to^17.1.0
@metamask/assets-controllers
to^34.0.0
@metamask/transaction-controller
to^13.1.0
@metamask/user-operation-controller
to^12.1.0
References
Fixes https://github.com/MetaMask/accounts-planning/issues/481
Changelog
@metamask/accounts-controller
listMultichainAccounts
action (#4426)getSelectedAccount
to handle case when there are no accounts to return. The logic was previously contained ingetAccountExpect
has been transferred togetSelectedAccount
. (#4322)handleAccountRemoved
to automatically select the most recent account if the removed account was the currently selected account. (#4322)resetMocks
Jest configuration option (#4417)@metamask/keyring-controller
to dependency in@metamask/accounts-controller
(#4425)@metamask/assets-controller
resetMocks
Jest configuration option (#4417)TokenBalancesController
messenger must allow the actionAccountsController:getSelectedAccount
and removePreferencesController:getState
.TokenDetectionController
messenger must allow the actionAccountsController:getAccount
.TokenDetectionController
messenger must allow the eventAccountsController:selectedEvmAccountChange
and removeAccountsController:selectedAccountChange
.TokenDetectionController
removesselectedAddress
constructor argument.TokenRatesController
messenger must allow the actionAccountsController:getAccount
,AccountsController:getSelectedAccount
and removePreferencesController:getState
.TokenRatesController
messenger must allow the eventAccountsController:selectedEvmAccountChange
and removePreferencesController:stateChange
.TokensController
messenger must allow the actionAccountsController:getAccount
,AccountsController:getSelectedAccount
.TokensController
messenger must allow the eventAccountsController:selectedEvmAccountChange
.TokensController
removesselectedAddress
constructor argument.@metamask/transaction-controller
resetMocks
Jest configuration option (#4417)@metamask/user-operation-controller
resetMocks
Jest configuration option (#4417)Checklist