1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00
metamask-extension/ui/app/store
Mark Stacey b2882aa778
Handle account selection on all domains that can view the selection (#8341)
Selecting a new account now results in all domains that can view this
change being notified. Previously only the dapp in the active tab was
being notified (though not correctly, as the `origin` was accidentally
set to the MetaMask chrome extension origin).

This handling of account selection has been moved into the background
to minimize the gap between account selection and the notification
being sent out. It's simpler for the UI to not be involved anyway.
2020-04-16 13:16:53 -03:00
..
actionConstants.js Move action constants to separate module (#8308) 2020-04-08 21:35:37 -03:00
actions.js Handle account selection on all domains that can view the selection (#8341) 2020-04-16 13:16:53 -03:00
store.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30