aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/idStore-migration-test.js
Commit message (Collapse)AuthorAgeFilesLines
* Remove entropy from encryption and project.Kevin Serrano2016-11-221-1/+1
|
* Fix handling of migrating old vault styleDan Finlay2016-11-031-6/+22
| | | | | | 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.
* Now migrating old vaults to new DEN formatDan Finlay2016-10-291-9/+62
|
* Add vault migration testDan Finlay2016-10-291-0/+91