1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00
metamask-extension/app
Mark Stacey 1112277cd6
Remove seedWords completely from metamask state (#6920)
`seedWords` used to be stored on the metamask state temporarily at
certain points. This hasn't been the case since #5994, but references
to this state remained. All of the logic remained for correctly updating
these `seedWords`, handling them during navigation, and scrubbing them
from the state.

However the state was never updated in practice. The `seedWords` are
still returned by `verifySeedPhrase`, and they're still stored in
component state in a few places. But they aren't ever set in the Redux
metadata state or the Preferences controller.

All references to this state have been removed, along with any logic
for interacting with this state. A few unused actions were removed as
well.
2019-07-26 10:35:21 -03:00
..
_locales Lint .json files (#6852) 2019-07-15 11:03:22 -03:00
fonts Update design of phishing warning screen 2019-02-05 13:18:24 -03:30
images [ImgBot] Optimize images (#1) (#6829) 2019-07-10 11:37:20 -03:00
scripts Remove seedWords completely from metamask state (#6920) 2019-07-26 10:35:21 -03:00
vendor/trezor handle onDisconnect 2018-08-22 13:39:43 -04:00
home.html Serve CSS as an external file (#6894) 2019-07-23 14:10:13 -03:00
loading.html refactor & change html pages 2019-05-04 18:57:19 +02:00
manifest.json Set minimum browser version in manifest (#6877) 2019-07-18 18:16:30 -03:00
notification.html Serve CSS as an external file (#6894) 2019-07-23 14:10:13 -03:00
phishing.html Update design of phishing warning screen 2019-02-05 13:18:24 -03:30
popup.html Serve CSS as an external file (#6894) 2019-07-23 14:10:13 -03:00
trezor-usb-permissions.html trezor v5 working on firefox 2018-08-05 02:43:02 -04:00
unsupport.html Rename files 2018-05-29 12:44:37 +08:00