aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/idStore-migrator.js
Commit message (Collapse)AuthorAgeFilesLines
* Restructured migrationDan Finlay2016-12-221-1/+6
| | | | | | | | | Migrator now returns a lostAccount array that includes objects these objects include keys of address and privateKey, this allows the MetamaskController to restore the lost accounts even without customizing the idStore or the KeyringController. Also includes a patch that allows idStore to synchronously export private keys.
* Made changes according to feedback.Dan Finlay2016-12-201-9/+9
|
* Got bad account detection working and added to stateDan Finlay2016-12-101-21/+1
|
* Mostly added bad account detectionDan Finlay2016-12-091-6/+49
| | | | Currently riddled with logs, because the migrator is inexplicably returning before generating the new style accounts for comparison.
* Rename idStoreMigrator method for clarityDan Finlay2016-11-221-1/+1
| | | | Fixes #841
* Update migration code for new hd wallet param nameDan Finlay2016-11-191-2/+2
|
* Linting to the max.Kevin Serrano2016-11-121-3/+3
|
* Fix handling of migrating old vault styleDan Finlay2016-11-031-3/+12
| | | | | | Now old vaults are recognized as an "Initialized" MetaMask instance. Upon logging in, when fetching the initial password-derived key, if there is no new-style vault, but there is an old style vault, it is migrated to the new format before proceeding through the usual unlocking steps.
* Implement seed word confirmation page.Kevin Serrano2016-11-011-5/+0
| | | | | Remove logs. Move HD render files to ui/app.
* Now migrating old vaults to new DEN formatDan Finlay2016-10-291-0/+48