-
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
Put hardware wallets behind an HARDWARE_WALLETS_MV3 flag #17354
Conversation
Disable Hardware connect buttons if the flag is set. Signed-off-by: Akintayo A. Olusegun <[email protected]> update to metamask/eth-keyring-controller Signed-off-by: Akintayo A. Olusegun <[email protected]> revert to eth-keyring-controller v8 Signed-off-by: Akintayo A. Olusegun <[email protected]> LAvamost after rebase Signed-off-by: Akintayo A. Olusegun <[email protected]> lock file. Signed-off-by: Akintayo A. Olusegun <[email protected]> Added toaster for removed NFTs (#17297) * added notification for remove nfts * reverted names for tabs * updated default key * updated snapshot * updated remove nft toast to danger Setup network controller mocks per-test (#17250) The network controller unit test network mocks are now setup for each test. This makes modifying network behavior on a per-test basis easier, and makes it more clear which test relies upon which mocks. Security provider check (OpenSea) (#16584) chore: copy update for metamask fee on swaps (#17133)
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. |
Signed-off-by: Akintayo A. Olusegun <[email protected]>
Builds ready [90dee4d]
Page Load Metrics (1427 ± 124 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Codecov Report
@@ Coverage Diff @@
## develop #17354 +/- ##
===========================================
- Coverage 60.05% 60.04% -0.01%
===========================================
Files 936 936
Lines 36047 36057 +10
Branches 9261 9268 +7
===========================================
+ Hits 21646 21648 +2
- Misses 14401 14409 +8
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Copying over my comment from the other PR:
|
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.
one change needed
… called, or should return immediately, if canUseHardwareWallets() is false Signed-off-by: Akintayo A. Olusegun <[email protected]>
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
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.
👍
Builds ready [14e99fa]
Page Load Metrics (1284 ± 116 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Disable Hardware connect buttons if the flag is set.
Signed-off-by: Akintayo A. Olusegun [email protected]
update to metamask/eth-keyring-controller
Signed-off-by: Akintayo A. Olusegun [email protected]
revert to eth-keyring-controller v8
Signed-off-by: Akintayo A. Olusegun [email protected]
LAvamost after rebase
Signed-off-by: Akintayo A. Olusegun [email protected]
lock file.
Signed-off-by: Akintayo A. Olusegun [email protected]
Added toaster for removed NFTs (#17297)
added notification for remove nfts
reverted names for tabs
updated default key
updated snapshot
updated remove nft toast to danger
Setup network controller mocks per-test (#17250)
The network controller unit test network mocks are now setup for each test. This makes modifying network behavior on a per-test basis easier, and makes it more clear which test relies upon which mocks.
Security provider check (OpenSea) (#16584)
chore: copy update for metamask fee on swaps (#17133)
Explanation
Screenshots/Screencaps
Before
After
Manual Testing Steps
Pre-merge author checklist
Pre-merge reviewer checklist
If further QA is required (e.g. new feature, complex testing steps, large refactor), add the
Extension QA Board
label.In this case, a QA Engineer approval will be be required.