-
-
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: Add Solana account (Flask only) #13160
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 updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
👍 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 |
Bitrise🔄🔄🔄 Commit hash: c219b29 Note
|
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.
LGTM
@SocketSecurity ignore npm/@metamask/[email protected] These are both internal metamask packages. |
Bitrise✅✅✅ Commit hash: 5939524 Note
|
Bitrise✅✅✅ Commit hash: d42794d Note
|
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.
GREAT work! 🎉
QQ, how is the flask build code fence called, how come we are using keyring-snaps
app/components/Views/AddAccountActions/AddAccountActions.test.tsx
Outdated
Show resolved
Hide resolved
d42794d
to
01e89cc
Compare
Bitrise🔄🔄🔄 Commit hash: d80e63d Note
|
Bitrise🔄🔄🔄 Commit hash: 2a3ae96 Note
|
@aganglada It works by using this shared custom library inside the metro.transform file. In that file we define the flags that are supported on flask vs main. |
Bitrise🔄🔄🔄 Commit hash: 28a35f6 Note
|
Screen.Recording.2025-01-24.at.11.25.18.AM.mov |
Bitrise❌❌❌ Commit hash: 867e639 Note
Tip
|
Quality Gate passedIssues Measures |
Description
This PR does not...
Extension references:
Related issues
Similar to the Bitcoin work done in this PR
Fixes: https://github.com/MetaMask/accounts-planning/issues/807
Manual testing steps
export METAMASK_BUILD_TYPE="flask"
// flasksource .js.env
Add a new Solana account (Beta)
Testing Production
.js.env
to haveMETAMASK_BUILD_TYPE = 'main'
Screenshots/Recordings
After
Screen.Recording.2025-01-23.at.3.47.35.PM.mov
Pre-merge author checklist
Pre-merge reviewer checklist