1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/test/unit
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
..
actions Remove seedWords completely from metamask state (#6920) 2019-07-26 10:35:21 -03:00
app Remove seedWords completely from metamask state (#6920) 2019-07-26 10:35:21 -03:00
development Version 5.0.3 (#5785) 2018-11-20 08:34:14 -10:00
migrations Check for unused function arguments (#6583) 2019-05-08 15:51:33 -04:00
reducers Folder restructure (#6304) 2019-03-21 20:33:30 -02:30
responsive/components Folder restructure (#6304) 2019-03-21 20:33:30 -02:30
ui Remove seedWords completely from metamask state (#6920) 2019-07-26 10:35:21 -03:00
balance-formatter-test.js Folder restructure (#6304) 2019-03-21 20:33:30 -02:30
localhostState.js fix merge conflicts 2018-08-17 12:56:07 -04:00
test-utils.js test - unit - add assertRejects to test asyncFns 2018-06-13 21:01:00 -07:00
util_test.js Folder restructure (#6304) 2019-03-21 20:33:30 -02:30