-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat: Bump @metamask/keyring-controller
to v6.0.0
#6770
Conversation
…to bump-keyring-controller-v6
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
@metamask/keyring-controller
to v6.0.0@metamask/keyring-controller
to v6.0.0
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.
Q: what is the word we should use consistently? SRP, Mnemonic or Seed phrase? I can see all of them in this code and not sure it's expected to be the same thing or not.
@jpuri I removed that patch because bumping the @OGPoyraz I have added the test cases in the PR description, let me know if there's one missing. @NicolasMassart The BIP39 spec uses the word |
Co-authored-by: Michele Esposito <[email protected]>
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 good to me!
Screen.Recording.2023-09-15.at.9.58.35.AM.mov
E2E tests executing in #9753 Edit: E2E passed for both iOS and Android ✅ |
app/components/Views/RevealPrivateCredential/RevealPrivateCredential.tsx
Outdated
Show resolved
Hide resolved
patches/@metamask+keyring-controller++@metamask+message-manager+7.3.1.patch
Show resolved
Hide resolved
Looks great! A few minor suggestions, but functionally everything looks good except maybe for the missing |
…yring-controller dependencies
…ask/metamask-mobile into bump-keyring-controller-v6
Smoke E2E executing in #9767 Edit: E2E passed for both iOS and Android ✅ |
Kudos, SonarCloud Quality Gate passed! |
I'll close this PR and open a new one because of a problem in GitHub. |
Description
Bump
@metamask/keyring-controller
fromv1.0.1
tov6.0.0
.micro-ftch+0.3.1
: Added to comment out a specific node logic that was causing a compatibility issue with another library.@metamask+message-manager+7.0.1
: Updated since we're using the same version for bothSignatureController
andKeyringController
.@metamask+message-manager+1.0.1
: Removed@metamask+keyring-controller++@metamask+message-manager+7.3.1
: Added to update the data typePersonalMessageParams
.Test cases
Screenshots/Recordings
Screen.Recording.2023-07-24.at.13.33.03.mov
Issue
Fixes https://github.com/MetaMask/mobile-planning/issues/755
Checklist