1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-27 04:46:10 +01:00
metamask-extension/test/unit/app/controllers/permissions
Mark Stacey 15616a33ca
Add 'addPermittedAccount' method to permissions controller (#8344)
This method adds the given account to the given origin's list of
exposed accounts. This method is not yet used, but it will be in
subsequent PRs (e.g. #8312)

This method has been added to the background API, and a wrapper action
creator has been written as well.
2020-04-16 19:23:36 -03:00
..
helpers.js Add permissions controller unit tests (#7969) 2020-03-16 10:13:22 -07:00
mocks.js Add 'addPermittedAccount' method to permissions controller (#8344) 2020-04-16 19:23:36 -03:00
permissions-controller-test.js Add 'addPermittedAccount' method to permissions controller (#8344) 2020-04-16 19:23:36 -03:00
permissions-log-controller-test.js Add permissions controller unit tests (#7969) 2020-03-16 10:13:22 -07:00
permissions-middleware-test.js Wait for extension unlock before processing eth_requestAccounts (#8149) 2020-03-23 09:25:55 -07:00
restricted-methods-test.js Fix order of accounts in eth_accounts response (#8342) 2020-04-16 15:20:01 -03:00