-
-
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
chore: update 'eth-{simple,hd,snap}-keyring' + 'keyring-api' #4713
Conversation
56326ab
to
067f2f0
Compare
@metamaskbot publish-preview |
Preview builds have been published. See these instructions for more information about preview builds. Expand for full list of packages and versions.
|
067f2f0
to
bff78ca
Compare
@metamaskbot publish-preview |
Preview builds have been published. See these instructions for more information about preview builds. Expand for full list of packages and versions.
|
1bea6e0
to
40bcceb
Compare
40bcceb
to
4968a25
Compare
@metamaskbot publish-preview |
Preview builds have been published. See these instructions for more information about preview builds. Expand for full list of packages and versions.
|
Preview builds have been tested against the extension on
Some snapshots had to be updated too, which seems to be related to: |
d09e6f9
to
2e2cf11
Compare
## **Description** Updating packages to use versions coming from the new [accounts monorepo](https://github.com/MetaMask/accounts). [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/27284?quickstart=1) ## **Related issues** Related to: - MetaMask/accounts#39 - MetaMask/accounts#50 - MetaMask/accounts#54 - MetaMask/core#4713 - MetaMask/core#4734 - MetaMask/snap-simple-keyring#156 - MetaMask/snap-watch-only#52 - MetaMask/snap-bitcoin-wallet#255 - MetaMask/snap-account-abstraction-keyring#142 ## **Manual testing steps** Test parts of the extension that closely related to accounts management + HW wallets support. ## **Screenshots/Recordings** ### **Before** ### **After** ## **Pre-merge author checklist** - [x] I've followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Extension Coding Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md). - [x] I've completed the PR template to the best of my ability - [x] I’ve included tests if applicable - [x] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [x] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/LABELING_GUIDELINES.md)). Not required for external contributors. ## **Pre-merge reviewer checklist** - [ ] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [ ] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.
Explanation
Those new versions have been created using the new
accounts
monorepo.We are updating them to make sure this new way of building those packages has no unintended side-effects.
References
Related to:
Changelog
@metamask/keyring-controller
@metamask/eth-hd-keyring
to ^7.0.3@metamask/eth-simple-keyring
to ^6.0.4@metamask/keyring-api
to ^8.1.2@metamask/accounts-controller
@metamask/eth-snap-keyring
to ^4.3.5@metamask/keyring-api
to ^8.1.2@metamask/assets-controller
@metamask/keyring-api
to ^8.1.2@metamask/chain-controller
@metamask/keyring-api
to ^8.1.2@metamask/transaction-controller
@metamask/keyring-api
to ^8.1.2@metamask/profile-sync-controller
@metamask/keyring-api
to ^8.1.2Checklist