1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-25 20:02:58 +01:00
metamask-extension/app/scripts/controllers
Mark Stacey d85d2318a3
Make _switchNetwork async (#18597)
The network controller internal method `_switchNetwork` has been made
async, and the `lookupNetwork` call is now awaited. Because this method
is only used internally, and because the `await`-ed async operation was
the last operation in this function, this change has no functional
impact whatsoever.

Relates to https://github.com/MetaMask/metamask-extension/issues/18587
2023-04-14 14:53:57 -02:30
..
ens
network Make _switchNetwork async (#18597) 2023-04-14 14:53:57 -02:30
permissions
transactions
alert.js
app-state.js Updating Terms of Use, Adding popover and onboarding flow check (#18221) 2023-04-14 12:51:13 -04:00
app-state.test.js Trigger unlock popup in appStateController using ApprovalController (#18386) 2023-04-14 05:50:17 +01:00
backup.js
backup.test.js
cached-balances.js
cached-balances.test.js
detect-tokens.js
detect-tokens.test.js
encryption-public-key.test.ts Refactor eth_getEncryptionPublicKey handling (#18319) 2023-04-13 09:24:59 +01:00
encryption-public-key.ts Refactor eth_getEncryptionPublicKey handling (#18319) 2023-04-13 09:24:59 +01:00
incoming-transactions.js
incoming-transactions.test.js
metametrics.js
metametrics.test.js
onboarding.js
preferences.js
preferences.test.js
sign.test.ts
sign.ts Refactor eth_getEncryptionPublicKey handling (#18319) 2023-04-13 09:24:59 +01:00
swaps.js
swaps.test.js