-
Notifications
You must be signed in to change notification settings - Fork 5.3k
feat: Solana Wallet Standard #31705
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: Solana Wallet Standard #31705
Conversation
<!-- Please submit this PR as a draft initially. Do not mark it as "Ready for review" until the template has been completely filled out, and PR status checks have passed at least once. --> ## **Description** This link was pointing to a dead site, this fixes it to point to the correct URL. [](https://codespaces.new/MetaMask/metamask-extension/pull/29733?quickstart=1) ## **Related issues** N/A ## **Manual testing steps** 1. Go to https://github.com/MetaMask/metamask-extension/blob/develop/docs/README.md 2. Click the link to Developer Docs ## **Screenshots/Recordings** <!-- If applicable, add screenshots and/or recordings to visualize the before and after of your change. --> ### **Before** <!-- [screenshots/recordings] --> ### **After** <!-- [screenshots/recordings] --> ## **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/main/.github/guidelines/CODING_GUIDELINES.md). - [x] I've completed the PR template to the best of my ability - [ ] I’ve included tests if applicable - [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [ ] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-extension/blob/main/.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.
Review the following changes in direct dependencies. Learn more about Socket for GitHub ↗.
|
All alerts resolved. Learn more about Socket for GitHub ↗ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. Ignoring alerts on:
|
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. |
I have read the CLA Document and I hereby sign the CLA |
dd6d8fe
to
611ced3
Compare
961c77e
to
589013f
Compare
589013f
to
da55096
Compare
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. Tested on both Beta and Flask!
Builds ready [4f0e9db]
UI Startup Metrics (1238 ± 65 ms)
|
@metamaskbot update-policies |
@SocketSecurity ignore-all |
0bd40d1
to
1d9922c
Compare
Policy update failed. You can review the logs or retry the policy update here |
Builds ready [7a538dd]
UI Startup Metrics (1205 ± 63 ms)
|
Description
This PR implements Solana Wallet Standard using script injection, enabling users use MetaMask on Solana dApps.
The communication between the dApp and MetaMask uses the Multichain API.
Related issues
Fixes:
Manual testing steps
yarn
thenyarn start:flask
dist/chrome
and setup a Solana accountScreenshots/Recordings
MetaMask icon is the first one (the 2nd being Solflare):



Connection modal:
When connected:
Pre-merge author checklist
Pre-merge reviewer checklist