-
-
Notifications
You must be signed in to change notification settings - Fork 187
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
fix: issue where QueuedRequestController.state.queuedRequestCount
is not updated after flushing requests for an origin
#4898
Conversation
…g requests for an origin
@metamaskbot publish-preview |
QueuedRequestController.state.queuedRequestCount
is not updated after flushing requests for an origin
QueuedRequestController.state.queuedRequestCount
is not updated after flushing requests for an originQueuedRequestController.state.queuedRequestCount
is not updated after flushing requests for an origin
@metamaskbot publish-preview |
Preview builds have been published. See these instructions for more information about preview builds. Expand for full list of packages and versions.
|
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.
Makes sense!
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!
Explanation
Fix issue where
QueuedRequestController.state.queuedRequestCount
is not updated after flushing requests for an originReferences
QueuedRequestController
for requests that can switch the network without prompting user approval #4846QueuedRequestController
from^2.0.0
to^7.0.0
metamask-extension#28090Fixes
Before
https://drive.google.com/file/d/1ujdQgVLlT8KlwRwO-Cc3XvRHPrkpxIg_/view?usp=drive_link
After
Screen.Recording.2024-11-06.at.3.41.05.PM.mov
Changelog
@metamask/queued-request-controller
Checklist