1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/app/selectors
Mark Stacey 8e1f40aedb
Handle connected accounts with no last active time (#8746)
The "Connected accounts" modal was throwing an exception when
attempting to render an account that has no `lastActive` time. The
component and related selector has been updated to no longer expect
the `lastActive` time to be set.

Prior to #8653 there was a guarantee that all connected accounts had a
`lastActive` time set, as the time would be set on any account returned
from the `eth_requestAccounts` call. But after #8653 only the primary
account was returned, so only the primary account had a `lastActive`
time set.

Fixes #8733
2020-06-05 13:07:23 -03:00
..
tests Use URL origin instead of hostname for permission domains (#8717) 2020-06-01 16:24:27 -07:00
confirm-transaction.js Consolidate and dedupe send selectors (#8506) 2020-05-04 12:06:28 -07:00
custom-gas.js Rename preferencesSelector selector to getPreferences (#8647) 2020-05-26 03:41:58 -02:30
first-time-flow.js Consolidate send, onboarding selectors (#8501) 2020-05-04 08:22:34 -07:00
index.js Refactor token selectors (#8671) 2020-05-28 21:43:44 -03:00
permissions.js Handle connected accounts with no last active time (#8746) 2020-06-05 13:07:23 -03:00
selectors.js Implement asset page (#8696) 2020-06-01 14:54:32 -03:00
send.js Use send state for send flow token (#8695) 2020-05-29 14:46:10 -03:00
transactions.js Remove getTxParams (#8676) 2020-05-28 16:39:33 -03:00