aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/idStore-migration-test.js
Commit message (Collapse)AuthorAgeFilesLines
* metamask - adopt isInitialized from keyring controllerkumavis2017-02-011-9/+0
|
* keyring - synchronous getStatekumavis2017-02-011-9/+4
|
* migration 5 - move keyring controller state to substatekumavis2017-01-291-0/+3
|
* tests - remove persistence and start with initial statekumavis2017-01-281-55/+3
|
* obs-store - use published modulekumavis2017-01-251-1/+1
|
* test - fix tests from obs-storekumavis2017-01-121-4/+4
|
* Merge remote-tracking branch 'origin/kumavis-readme-gource' into RevertTxManagerDan Finlay2017-01-031-0/+4
|\
| * Merge branch 'dev' into TxManagerFrankie2016-12-241-1/+1
| |\
| * \ Merge branch 'dev' into TxManagerFrankie2016-12-221-26/+5
| |\ \
| * | | add Test for txManager. As well as fix tests to account for txManager.Frances Pangilinan2016-12-151-0/+4
| | | |
* | | | Correct getState test to be asyncDan Finlay2016-12-241-4/+7
| |_|/ |/| |
* | | Refine a lostAccount testDan Finlay2016-12-211-1/+1
| |/ |/|
* | Made changes according to feedback.Dan Finlay2016-12-201-1/+0
| |
* | Mostly added bad account detectionDan Finlay2016-12-091-26/+6
|/ | | | Currently riddled with logs, because the migrator is inexplicably returning before generating the new style accounts for comparison.
* 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