-
-
Notifications
You must be signed in to change notification settings - Fork 200
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
refactor: use new @metamask/keyring-api
layout (split packages)
#4695
Conversation
@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.
|
1fa68fc
to
611dd20
Compare
44e5b9d
to
105f978
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.
|
44af2e0
to
8839575
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.
|
8839575
to
e0cafc3
Compare
bea7ef9
to
a744f8f
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.
|
@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.
|
@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.
|
@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.
|
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
@metamask/keyring-api
layout (split packages)
@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.
|
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.
looks ok to me
## Explanation This peer dependency has been wrongly removed with my previous PR. I'm just re-adding it. ## References - #4695 ## Changelog N/A (will be unchanged for the next release) ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [ ] I've highlighted breaking changes using the "BREAKING" category above as appropriate - [ ] I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes
Explanation
The
keyring-api
has been split out into multiple smaller packages, this introduce some breaking changes since some exports have been moved elsewhere.This was done to reduce the number of required dependencies for the
keyring-api
. TheInternalAccount
type (widely used internally by some controllers) has been moved to a new package:@metamask/keyring-internal-api
.References
Relates to:
Basic testing done through the CI + preview builds:
@metamask/keyring-api
layout (split packages) metamask-extension#28861Changelog
@metamask/keyring-controller
@metamask/providers
@metamask/keyring-api
to^12.0.0
@metamask/keyring-internal-api@^1.0.0
@metamask/accounts-controller
@metamask/keyring-api
to^12.0.0
@metamask/eth-snap-keyring
to^7.0.0
@metamask/keyring-internal-api@^1.0.0
@metamask/assets-controllers
@metamask/keyring-api
@metamask/keyring-internal-api@^1.0.0
@metamask/chain-controller
@metamask/keyring-api
@metamask/keyring-internal-api@^1.0.0
@metamask/keyring-utils@^1.0.0
@metamask/profile-sync-controller
@metamask/keyring-api
@metamask/keyring-internal-api@^1.0.0
Checklist