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 c26d272649
Synchronously validate accounts (#8343)
Now that identities are available synchronously in the permissions
controller, accounts can be validated synchronously as well. Any
account the user wants to give permissions to should already be tracked
as an identity in the preferences controller.
2020-04-16 15:58:36 -03:00
..
ens
network
permissions Synchronously validate accounts (#8343) 2020-04-16 15:58:36 -03:00
transactions
ab-test.js
app-state.js
balance.js
cached-balances.js
detect-tokens.js
incoming-transactions.js
infura.js Prevent accidental use of globals (#8340) 2020-04-15 14:23:27 -03:00
onboarding.js
preferences.js Fix order of accounts in eth_accounts response (#8342) 2020-04-16 15:20:01 -03:00
README.md
recent-blocks.js
threebox.js
token-rates.js Prevent accidental use of globals (#8340) 2020-04-15 14:23:27 -03:00

Controllers

Different controllers (in the sense of *VC *View-Controller).