1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-28 05:12:18 +01:00
metamask-extension/test/integration/lib
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
..
encryptor-test.js Fix vault encrypting & unlocking bug 2016-11-30 19:36:24 -08:00
first-time.js Fix vault encrypting & unlocking bug 2016-11-30 19:36:24 -08:00
keyring-controller-test.js Denodeify most of KeyringController 2016-11-28 16:13:03 -08:00