1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-30 16:18:07 +01:00
metamask-extension/app/scripts
Mark Stacey a6cc2d3d7c
Track whether seed phrase has been backed up (#9830)
The `seedPhraseBackedUp` now tracks whether or not the seed phrase has
been backed up. Previously this defaulted to `true`, which left no way
to distinguish whether it had been backed up or not during onboarding.

The default is now `null`, and the UI logic has been updated to account
for this, so that "existing users" (i.e. users that have a backup that
is years old) aren't mistakenly considered to have not backed up their
seed phrase. This value is already set explicitly to `true` or `false`
during onboarding, in both the create and import flow.

This change was made primarily to make it easier to fix the onboarding
library integration, which will be done in a subsequent PR.
2020-11-10 12:34:20 -03:30
..
account-import-strategies Create custom addHexPrefix function (#9306) 2020-11-06 13:18:00 -08:00
controllers Track whether seed phrase has been backed up (#9830) 2020-11-10 12:34:20 -03:30
lib Only import used sig-util exports 2020-11-09 08:59:44 -08:00
migrations expand transaction constants coverage (#9790) 2020-11-07 01:38:12 -06:00
platforms expand transaction constants coverage (#9790) 2020-11-07 01:38:12 -06:00
background.js Do not check popupIsOpen on Vivaldi (#9271) 2020-11-06 10:38:48 -08:00
chromereload.js Fix console.error references 2016-08-29 17:32:39 -07:00
contentscript.js [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
first-time-state.js [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
inpage.js Warn instead of throw on duplicate web3 and do not inject (#9832) 2020-11-09 10:40:40 -08:00
metamask-controller.js expand transaction constants coverage (#9790) 2020-11-07 01:38:12 -06:00
phishing-detect.js [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
ui.js [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00