1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app/helpers/utils
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
..
common.util.js
common.util.test.js
confirm-tx.util.js
confirm-tx.util.test.js
conversion-util.js
conversion-util.test.js
conversions.util.js
fetch-with-cache.js
fetch-with-cache.test.js
formatters.js
gas-time-estimates.util.js Add Estimated time to pending tx (#6924) 2019-10-31 23:21:28 -02:30
i18n-helper.js
metametrics.util.js
switch-direction.js
token-util.js Redesign approve screen (#7271) 2019-11-05 11:43:48 -03:30
transactions.util.js Backport "Fix method registry initialization (#8200)" (#8459) 2020-04-29 17:02:16 -03:00
transactions.util.test.js
util.js Attempt ENS resolution on any valid domain name (#8059) 2020-02-17 22:18:59 -04:00