1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-28 23:06:37 +01:00
metamask-extension/ui/app
Mark Stacey 3dc8387a96
Backport "Fix method registry initialization (#8200)" (#8459)
Backport #8200 to v7.7.9. Original commit description:

The method registry was being initialized with the global variable
`ethereumProvider` before that variable was set. As a result, the
method registry was falling back to an internally constructed provider
that used the wrong provider URL (an obsolete Infura API). This was
resulting in an error with the message "Project ID not found".

The method registry is now initialized lazily, when it's first needed.
This should be well after the initialization of `ethereumProvider`,
which occurs during the UI initialization.
2020-04-29 17:02:16 -03:00
..
components Backport "Delete Dai/Sai migration notification (#8418)" (#8447) 2020-04-29 11:40:08 -03:00
css Revert "Merge pull request #7599 from MetaMask/Version-v7.7.0" (#7648) 2019-12-05 10:23:43 -10:00
ducks Prevent redux state mutation (#7598) 2019-12-05 16:27:08 -04:00
helpers Backport "Fix method registry initialization (#8200)" (#8459) 2020-04-29 17:02:16 -03:00
pages Backport "Clean up list of available currencies (#7667)" (#8454) 2020-04-29 15:37:26 -03:00
selectors Backport "Delete Dai/Sai migration notification (#8418)" (#8447) 2020-04-29 11:40:08 -03:00
store Backport "Delete Dai/Sai migration notification (#8418)" (#8447) 2020-04-29 11:40:08 -03:00