mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
dbe77289d3
* Make `initializeProvider` and `lookupNetwork` async These two methods were "synchronous" previously, but initiated an asynchronous operation. They have both been made `async` to bring them more in-line with the mobile controller API, and to make them easier to test. This should include zero functional changes. These methods are still being invoked without an `await`, to preserve the same behaviour they had previously. This relates to https://github.com/MetaMask/controllers/issues/971 * Move 'net_version' query to private function * Fix error made when resolving conflicts * Refactor to improve readability |
||
---|---|---|
.. | ||
account-import-strategies | ||
constants | ||
controllers | ||
flask | ||
lib | ||
migrations | ||
platforms | ||
app-init.js | ||
background.js | ||
contentscript.js | ||
detect-multiple-instances.js | ||
detect-multiple-instances.test.js | ||
disable-console.js | ||
first-time-state.js | ||
init-globals.js | ||
inpage.js | ||
lockdown-more.js | ||
lockdown-run.js | ||
metamask-controller.actions.test.js | ||
metamask-controller.js | ||
metamask-controller.test.js | ||
sentry-install.js | ||
ui.js | ||
use-snow.js |