metamask-extension icon indicating copy to clipboard operation
metamask-extension copied to clipboard

MV3: ensure that dapp requests sent during service work restarts are properly handled

Open danjm opened this issue 3 years ago • 2 comments

danjm avatar Jun 24 '22 18:06 danjm

The solution for this may take inspiration https://github.com/MetaMask/metamask-extension/pull/15337

danjm avatar Aug 09 '22 16:08 danjm

Blocked by https://github.com/MetaMask/metamask-extension/issues/14845

danjm avatar Aug 09 '22 16:08 danjm

this issue requires further investigation for architecture -- once #15337 is merged, @Gudahtt @jpuri @naugtur should meet to discuss technical solution.

hilvmason avatar Aug 17 '22 17:08 hilvmason

Multiple PRs have been created to fix this issue:

  1. https://github.com/MetaMask/json-rpc-middleware-stream/pull/27
  2. https://github.com/MetaMask/providers/pull/223
  3. https://github.com/MetaMask/metamask-extension/pull/15958

We need to update provider in metamask-extension once https://github.com/MetaMask/providers/pull/223 is merged.

jpuri avatar Sep 23 '22 19:09 jpuri