1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 01:39:44 +01:00
metamask-extension/ui/app
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
..
accounts Fix camel casing on setSelectedAccount action. 2016-11-21 18:16:59 -08:00
components Fix tx adding code 2016-11-29 12:46:08 -08:00
css Begin adding Ropsten support 2016-11-21 10:58:49 -08:00
first-time Cosmetic changes, rename links. 2016-11-23 15:42:17 -08:00
img Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
keychains/hd Typo fix. 2016-11-11 10:54:15 -08:00
reducers Fix vault encrypting & unlocking bug 2016-11-30 19:36:24 -08:00
account-detail.js Phase out extra warning screen. 2016-10-25 13:24:03 -07:00
actions.js Fix vault encrypting & unlocking bug 2016-11-30 19:36:24 -08:00
app.js Modify forgot password flow to go back to init screen. 2016-11-23 13:05:02 -08:00
conf-tx.js change all instances of selectedAddress to selectedAccount. 2016-11-21 16:21:16 -08:00
config.js Convert conversion util to pure json. 2016-11-18 16:49:39 -08:00
conversion.json Convert conversion util to pure json. 2016-11-18 16:49:39 -08:00
info.js Fix github link on info page 2016-10-31 09:30:55 -07:00
new-keychain.js Linted & added salting to vault 2016-10-20 11:33:18 -07:00
reducers.js Linting to the max. 2016-11-11 10:26:12 -08:00
root.js Manually linted 2016-06-21 13:56:04 -07:00
send.js Fix up wording 2016-10-19 17:39:41 -07:00
settings.js Add eth classic to provider menu 2016-07-28 10:53:51 -07:00
store.js Move tos hash logic to build phase. Create dynamic global variables based on build. 2016-10-11 14:32:03 -07:00
template.js Manually linted 2016-06-21 13:56:04 -07:00
unlock.js Modify forgot password flow to go back to init screen. 2016-11-23 13:05:02 -08:00
util.js Change regex in isHex function 2016-10-21 16:39:14 -07:00