1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts
Mark Stacey b9ff4e8798
Remove the network controller previousProviderStore (#18593)
* Remove the network controller `previousProviderStore`

The `previousProvider` network controller state has been replaced with
a private internal property. This was only used internally, it did not
need to be part of state.

This relates to https://github.com/MetaMask/metamask-extension/issues/18303

* Remove redundant tests
2023-04-14 16:24:57 -02:30
..
account-import-strategies
constants
controllers Remove the network controller previousProviderStore (#18593) 2023-04-14 16:24:57 -02:30
lib Refactor eth_getEncryptionPublicKey handling (#18319) 2023-04-13 09:24:59 +01:00
migrations Remove the network controller previousProviderStore (#18593) 2023-04-14 16:24:57 -02:30
platforms fix(18194): Redirect to extension expanded view when click back to sa… (#18376) 2023-03-31 10:00:44 +01:00
app-init.js Fix firsttimeloaded logic (#18344) 2023-04-06 12:13:01 -02:30
background.js UX: Multichain: App header (#18363) 2023-04-13 22:24:03 +05:30
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 Disable rate limiting for signature approval requests (#18594) 2023-04-14 18:33:53 +01:00
metamask-controller.test.js Fix firsttimeloaded logic (#18344) 2023-04-06 12:13:01 -02:30
sentry-install.js
ui.js
use-snow.js