1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/test/unit/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
..
controllers Remove seedWords completely from metamask state (#6920) 2019-07-26 10:35:21 -03:00
account-import-strategies.spec.js fix warning for unit tests 2018-07-02 20:12:50 -04:00
buy-eth-url.spec.js Replaces the coinbase link in the deposit modal with one for wyre (#6302) 2019-03-22 12:32:07 -02:30
cleanErrorStack.spec.js Some Ui tests 2018-09-24 11:28:04 -05:00
ComposableObservableStore.js Moved loose some loose test files to sub folders 2018-05-21 05:59:26 -07:00
edge-encryptor-test.js Check for unused function arguments (#6583) 2019-05-08 15:51:33 -04:00
message-manager-test.js Moved loose some loose test files to sub folders 2018-05-21 05:59:26 -07:00
nodeify-test.js lint fix 2019-03-29 12:51:54 +08:00
pending-balance-test.js fix warning for unit tests 2018-07-02 20:12:50 -04:00
personal-message-manager-test.js Moved loose some loose test files to sub folders 2018-05-21 05:59:26 -07:00
seed-phrase-verifier-test.js fix warning for unit tests 2018-07-02 20:12:50 -04:00
util-test.js eslint --fix . 2018-07-02 18:49:33 -04:00