-
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
Version-v11.6.6: patch @metamask/selected-network-controller 12.0.1 #25046
Version-v11.6.6: patch @metamask/selected-network-controller 12.0.1 #25046
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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #25046 +/- ##
==========================================
- Coverage 67.33% 67.33% -0.00%
==========================================
Files 1266 1266
Lines 49621 49626 +5
Branches 12890 12895 +5
==========================================
+ Hits 33409 33411 +2
- Misses 16212 16215 +3 ☔ View full report in Codecov by Sentry. |
f694565
to
d70ac20
Compare
A selector used in the new multichain UI was assuming that all sites were present in the `domains` state. But only connected sites are expected to be present there. A fallback has been added to ensure that the globally selected chain is used as the "selected chain" for unconnected sites in this UI. This matches what the inpage provider would show to these sites as well.
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 [f29bf5d]
Page Load Metrics (143 ± 179 ms)
|
No release label on PR. Adding release label release-11.16.7 on PR, as PR was added to branch 11.16.7 when release was cut. |
Hotfix for v11.6.6 that patches @metamask/selected-network-controller 12.0.1 to include a check for if the useRequestQueue flag is set before setting the networkClientId for a domain on permission controller state change additions
SelectedNetworkController
permission state change handler core#4368