-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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: added AccountWatcher as preinstalled snap and added to menu list #26402
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@noble/curves@1.3.0, npm/@scure/base@1.1.6, npm/@scure/bip32@1.3.3, npm/@scure/bip39@1.2.2, npm/ethereum-cryptography@2.1.3 |
👍 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. Ignoring: Next stepsTake a deeper look at the dependencyTake a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev. Remove the packageIf you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency. Mark a package as acceptable riskTo ignore an alert, reply with a comment starting with |
@SocketSecurity ignore npm/@metamask/account-watcher@4.0.2 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #26402 +/- ##
===========================================
- Coverage 69.96% 69.95% -0.01%
===========================================
Files 1405 1405
Lines 48996 49019 +23
Branches 13697 13700 +3
===========================================
+ Hits 34280 34289 +9
- Misses 14716 14730 +14 ☔ View full report in Codecov by Sentry. |
Builds ready [9efcdff]
Page Load Metrics (150 ± 211 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [03a01d9]
Page Load Metrics (415 ± 326 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [b14b0b0]
Page Load Metrics (765 ± 577 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [5789263]
Page Load Metrics (153 ± 189 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
@SocketSecurity ignore npm/@metamask/account-watcher@4.0.3 |
Builds ready [e08a9b1]
Page Load Metrics (206 ± 222 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
@SocketSecurity ignore npm/@metamask/account-watcher@4.1.0 |
@metamaskbot update-policies |
Policies updated |
Quality Gate passedIssues Measures |
Builds ready [0efea14]
Page Load Metrics (82 ± 13 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
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.
Retested with the prod builds and everything looks good to me. Good work!
Screen.Recording.2024-08-19.at.2.58.10.PM.mov
Screen.Recording.2024-08-19.at.3.02.06.PM.1080.mov
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.
Changes in code owned by confirmations team look good 👍
Description
This PR adds a new button in the Add Account Menu to direct users to the Account Watcher Homepage. The new feature is hidden behind an Experimental Feature toggle that is off by default for a stealthy launch.
Key changes include:
Note: flow and code changes based on support creation of Bitcoin testnet accounts
Related issues
Fixes: https://github.com/MetaMask/accounts-planning/issues/468#issue-2331781414
Manual testing steps
Screenshots/Recordings
Screen.Recording.2024-08-15.at.12.15.12.PM.mov
Pre-merge author checklist
Pre-merge reviewer checklist