aboutsummaryrefslogtreecommitdiffstats
path: root/test/integration/lib/idStore-migrator-test.js
Commit message (Collapse)AuthorAgeFilesLines
* Remove eth-lightwalletDan Finlay2017-03-171-92/+0
|
* Fixed referenceDan Finlay2017-02-241-1/+1
|
* Fix references in testsDan Finlay2017-02-241-5/+5
|
* obs-store - use published modulekumavis2017-01-251-1/+1
|
* background - move pojo migrator to outside of metamask controllerkumavis2017-01-121-20/+24
|
* background - introduce ObservableStorekumavis2017-01-121-18/+15
|
* Add additional migration testDan Finlay2016-12-241-2/+19
|
* Restructured migrationDan Finlay2016-12-221-0/+74
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.