-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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: migrate AppStateController
to inherit from BaseController V2
#28784
feat: migrate AppStateController
to inherit from BaseController V2
#28784
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. |
0c075a8
to
ae7e263
Compare
Builds ready [ae7e263]
Page Load Metrics (2124 ± 90 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
ae7e263
to
5c939d9
Compare
Builds ready [5c939d9]
Page Load Metrics (1895 ± 57 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
…to-base-controller-v2
…to-base-controller-v2
…e-app-state-controller-to-base-controller-v2
Builds ready [da09c89]
Page Load Metrics (1741 ± 65 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
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.
A few minor things, but otherwise looks pretty good to me!
…base-controller-v2
Builds ready [29e80ef]
Page Load Metrics (2263 ± 100 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
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 more thing.
…base-controller-v2
Builds ready [ad49836]
Page Load Metrics (2005 ± 71 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
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!
I tested this branch locally and I didn't experience issues
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.
Tested calling eth_requestAccounts
when the extension was locked. Once it was unlocked then the request went through.
Also tried setting the autolock timer to 1 minute, and indeed the extension autolocked after 1 minute.
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 based on code and thumbs up from others around review and testing
Description
This PR migrate
AppStateController
to inherit from BaseController V2Related issues
Fixes: #25916
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist