metamask-extension
metamask-extension copied to clipboard
:globe_with_meridians: :electric_plug: The MetaMask browser extension enables browsing Ethereum blockchain enabled websites
## Explanation New e2e testcase for checking that "Enabling/Disabling Token Conversion" toggle works correctly. This means testing that: - shows conversion on test network when toggle is activated - don't...
## Explanation We need a way to measure the delay caused by a service-worker re-start on common user actions along the application. For that, this PR will take care of...
## Explanation Created a custom spending cup component. This component can't yet be added to the app. Instead, I added a storybook story that displays this component. This component received...
## Explanation ## More Information ## Screenshots/Screencaps ### Before ### After ## Manual Testing Steps ## Pre-Merge Checklist - [ ] PR template is filled out - [ ] **IF**...
## Explanation This PR adds some more tracking for MetaMask: - `App Installed` (only if a user opted into metrics) - `signup_date` tracking via traits - `Support Link Clicked` for...
Resolves [#15480](https://github.com/MetaMask/metamask-extension/issues/15480) This covers features merged in https://github.com/MetaMask/metamask-extension/pull/14557
Add retry logic to actions
## Explanation When the TypeScript migration dashboard is updated, it is built and deployed in another repo, which is then deployed via GitHub Pages. To push to this repo we...
Supercedes https://github.com/MetaMask/metamask-extension/pull/15262 ## Explanation If we use the `src` of `` to inject our inpage provider, the code is async and won't be initialized immediately in the page. By using...