1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/test
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
..
data feature: add Goerli support (#6459) 2019-04-17 15:04:49 -02:30
e2e Remove Drizzle tests (#6855) 2019-07-15 17:10:46 -03:00
integration Move e2e tests out of beta dir (#6785) 2019-07-02 23:19:59 -02:30
lib Check for unused function arguments (#6583) 2019-05-08 15:51:33 -04:00
stub Merge branch 'develop' into testing 2018-05-21 14:57:57 -07:00
unit Remove seedWords completely from metamask state (#6920) 2019-07-26 10:35:21 -03:00
web3 Check for unused function arguments (#6583) 2019-05-08 15:51:33 -04:00
base.conf.js eslint --fix . 2018-07-02 18:49:33 -04:00
flat.conf.js eslint --fix . 2018-07-02 18:49:33 -04:00
helper.js 4byte fallback (#6551) 2019-06-18 09:47:14 -02:30
setup.js Adds not yet functional gas price chart. 2018-12-04 00:06:05 -03:30