You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
@metamask/queued-request-controller 7.0.0
Added
BREAKING: The QueuedRequestController now requires the canRequestSwitchNetworkWithoutApproval callback in its constructor params. (#4846)
Changed
The QueuedRequestController now ensures that a request that can switch the globally selected network without approval is queued behind any existing pending requests. (#4846)
Fixed
The QueuedRequestController now ensures that any queued requests for a origin are failed if a request that can switch the globally selected network without approval actually does change the globally selected network for that origin. (#4846)