1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts
Dan Finlay 1880cda9b9 Fix vault encrypting & unlocking bug
This is only a bug in dev, but was committed yesterday.

Sometimes the `encrypt` method was being passed values other than the password as the encryption key, leading to un-unlockable vaults.

To find this, and avoid it for all time hereafter, I added several more steps to our oft-neglected integration test suite, which now fully initializes a vault, locks it, and unlocks it again, to make sure all of those steps definitely work always.
2016-11-30 19:36:24 -08:00
..
keyrings Asynced keyrings and started on controller 2016-11-22 23:16:36 -08:00
lib Fix vault encrypting & unlocking bug 2016-11-30 19:36:24 -08:00
migrations Auto linted 2016-06-21 13:18:32 -07:00
background.js Made progress on parity for MultiVault 2016-11-01 11:30:10 -07:00
chromereload.js Fix console.error references 2016-08-29 17:32:39 -07:00
config.js Begin adding Ropsten support 2016-11-21 10:58:49 -08:00
contentscript.js Linting to the max. 2016-11-11 10:26:12 -08:00
inpage.js change all instances of selectedAddress to selectedAccount. 2016-11-21 16:21:16 -08:00
keyring-controller.js Fix vault encrypting & unlocking bug 2016-11-30 19:36:24 -08:00
metamask-controller.js Ordered keyringController methods the same in metamask-controller 2016-11-29 12:05:23 -08:00
popup-core.js Linting to the max. 2016-11-11 10:26:12 -08:00
popup.js Linting to the max. 2016-11-11 10:26:12 -08:00