-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Master sync following v11.1.0 #21075
Conversation
…ttons (#20767) * shows MMI buttons and hides the Buy and Bridge buttons * minor update
* allow NFTs content view * prettier * Update app/_locales/en/messages.json Co-authored-by: Nidhi Kumari <[email protected]> --------- Co-authored-by: Nidhi Kumari <[email protected]>
Deleting line "The recipient's hexadecimal address is shown in the activity list item." as the hexadecimal address is not supposed to be shown in the activity list item unless you open the activity list item, in the next step.
* Skip first character in snap name if it is a @ * Simplify implementation
The `metamaskbot` comment on each PR now includes links to MMI builds. This relates to #20782
MMI builds are now published alongside stable releases, in the same manner as Flask. They will be included in future GitHub release pages, and tracked using separate git tags. Sentry sourcemaps are uploaded for them during the release process as well. Closes #20782
* Bump LavaMoat and SES * Use latest versions * Use [email protected] * Update LavaMoat policies * Unpin LavaMoat versions * update lavamoat build policy * Fix LavaMoat patch * Update LavaMoat policies --------- Co-authored-by: Frederik Bolding <[email protected]> Co-authored-by: MetaMask Bot <[email protected]> Co-authored-by: legobt <[email protected]>
* updated placeholder for erc-1155 image * removed code duplication * updated collections * updated snapshot * updated stories * updated condition from includes to startsWith * Use startsWith instead of includes --------- Co-authored-by: Danica Shen <[email protected]> Co-authored-by: David Walsh <[email protected]> Co-authored-by: chloeYue <[email protected]>
* Fix copy and add 3rd party API links * Extract uppercase logic into a variable * Fix snapshot tests * fix e2e test * fix lint error
…ts on the same client (#20973) * fix incoming tx filtering * tweak filtering * tweak filtering * tweak filtering * tweak filtering * refactor filtering on activity list * simplify solution * update comment * reintroduce filtering and address comments * fix linting errors * fix test * fix comment * wip * wip
This PR is to show the NFT Default image when the Image is hosted on OpenSea but display Media is off Further Context [slack message ](https://consensys.slack.com/archives/C029JG63136/p1695634003818569?thread_ts=1693992718.193729&cid=C029JG63136) 1. When IPFS is enabled: - If NFT image relies on IPFS storage show the NFT - If NFT image relies on OpenSea and OpenSea toggle is ON, show NFT - If NFT image relies on OpenSea and OpenSea toggle is OFF, show Default Image without the show Button. - If both the toggles are on, show NFT 2. When IPFS is disabled: - If the NFT image relies on IPFS storage, show Default Image with the show Button. - If the NFT image relies on OpenSea and OpenSea toggle is ON, show NFT - If the NFT image relies on OpenSea and OpenSea toggle is OFF, show Default Image without the show Button _Fixes [https://github.com/MetaMask/MetaMask-planning/issues/1330](#https://github.com/MetaMask/MetaMask-planning/issues/1330) - [x] I’ve followed [MetaMask Coding Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md). - [x] I've clearly explained: - [x] What problem this PR is solving. - [x] How this problem was solved. - [x] How reviewers can test my changes. - [x] I’ve indicated what issue this PR is linked to: Fixes #??? - [ ] I’ve included tests if applicable. - [ ] I’ve documented any added code. - [ ] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/LABELING_GUIDELINES.md)). - [ ] I’ve properly set the pull request status: - [ ] In case it's not yet "ready for review", I've set it to "draft". - [ ] In case it's "ready for review", I've changed it from "draft" to "non-draft". - [ ] 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. --------- Co-authored-by: Dan J Miller <[email protected]> Co-authored-by: Brad Decker <[email protected]>
Version v11.1.0 RC
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. |
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!
Builds ready [413ff9a]
Page Load Metrics (1041 ± 367 ms)
Bundle size diffs
|
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #21075 +/- ##
========================================
Coverage 68.38% 68.38%
========================================
Files 1008 1008
Lines 40288 40288
Branches 10779 10779
========================================
Hits 27548 27548
Misses 12740 12740 ☔ View full report in Codecov by Sentry. |
No description provided.