-
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
feat: Remove blockaid migration BannerAlert #25556
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. |
fb6dad3
to
ee52290
Compare
@@ -51,7 +51,6 @@ export default class PreferencesController { | |||
eth_sign: false, | |||
}, | |||
useMultiAccountBalanceChecker: true, | |||
hasDismissedOpenSeaToBlockaidBanner: false, |
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.
Just for audit sake, I agree that no migration is needed for this since it's a single boolean rather than a large array or object.
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.
good shout, thanks for pointing it out
ee52290
to
7eb550f
Compare
7eb550f
to
5465fa6
Compare
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #25556 +/- ##
==========================================
Coverage ? 69.60%
==========================================
Files ? 1364
Lines ? 48172
Branches ? 13291
==========================================
Hits ? 33526
Misses ? 14646
Partials ? 0 ☔ View full report in Codecov by Sentry. |
Builds ready [5465fa6]
Page Load Metrics (487 ± 418 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
Description
On #23743, we introduced a BannerAlert that warns the user if they migrated from OpenSea to Blockaid security alerts and they are on a network that doesn't support them.
Since enough time has passed, this PR removes that logic
Related issues
#23743
Manual testing steps
See instructions on #23743
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist