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 6ca18c3573
Fix handling of permissions of removed accounts (#8803)
Imported accounts can be removed, but the permissions controller is not
informed when this happens. Permissions are now removed as part of the
account removal process.

Additionally, the `getPermittedIdentitiesForCurrentTab` selector now
filters out any non-existent accounts, in case a render occurs in the
middle of an account removal.

This was resulting in a render crash upon opening the popup on a site
that was connected to the removed account.
2020-06-15 10:27:27 -03:00
..
ens Move export defaults statements alongside their objects (#8525) 2020-05-05 19:49:38 -02:30
network Cleanup network enums (#8627) 2020-05-20 08:57:45 -07:00
permissions Fix handling of permissions of removed accounts (#8803) 2020-06-15 10:27:27 -03:00
transactions Remove 2nd parameter from the call of estimateTxGas (#8783) 2020-06-11 10:16:50 -02:30
alert.js Add switch to connected account alert (#8532) 2020-05-12 10:01:52 -03:00
app-state.js Persist home tab state (#8612) 2020-05-25 16:31:28 -02:30
cached-balances.js Move export defaults statements alongside their objects (#8525) 2020-05-05 19:49:38 -02:30
detect-tokens.js Move export defaults statements alongside their objects (#8525) 2020-05-05 19:49:38 -02:30
incoming-transactions.js Cleanup network enums (#8627) 2020-05-20 08:57:45 -07:00
onboarding.js Move export defaults statements alongside their objects (#8525) 2020-05-05 19:49:38 -02:30
preferences.js Support IPNS address translations (#8502) 2020-05-14 07:56:27 -02:30
threebox.js Move export defaults statements alongside their objects (#8525) 2020-05-05 19:49:38 -02:30
token-rates.js Fix TokenRatesController (#8780) 2020-06-10 16:53:37 -03:00