1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts/controllers
Mark Stacey 8e52ed3fac
Make upsertNetworkConfiguration async (#18606)
The network controller method `upsertNetworkConfiguration` has been
made async. It makes one async call internally, which is the optional
step of setting the given network as the active network.

If the `setActive` option is set to `true`, this function will not
resolve until after the network switch has completed. If the
`setActive` option is `false`, this change will not have any functional
impact.

Relates to https://github.com/MetaMask/metamask-extension/issues/18587
2023-04-19 20:24:50 -02:30
..
ens
network Make upsertNetworkConfiguration async (#18606) 2023-04-19 20:24:50 -02:30
permissions
transactions
alert.js
app-state.js
app-state.test.js
backup.js
backup.test.js
cached-balances.js
cached-balances.test.js
detect-tokens.js
detect-tokens.test.js Make setProviderType async (#18604) 2023-04-17 15:45:01 -02:30
encryption-public-key.test.ts
encryption-public-key.ts
incoming-transactions.js
incoming-transactions.test.js
metametrics.js
metametrics.test.js
onboarding.js
preferences.js
preferences.test.js
sign.test.ts Adopt security provider request from core (#18520) 2023-04-18 08:33:32 +01:00
sign.ts Adopt security provider request from core (#18520) 2023-04-18 08:33:32 +01:00
swaps.js Fix swaps controller: update provider after networkIdStore state update (#18670) 2023-04-19 18:15:26 -02:30
swaps.test.js Fix swaps controller: update provider after networkIdStore state update (#18670) 2023-04-19 18:15:26 -02:30