1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00
metamask-extension/test/unit
Dan Finlay de8da9ddf6 Simplify Encryptor API Surface
At least, the portion of it that we use.

Moved salting within the encryptor, so it does not need to be managed externally.

KeyringController now caches the password instead of a passwordDerivedKey, since it is ignorant of the salt.

Encryptor payload is now in a JSON format, so its portions are both base64 encoded *and* labeled appropriately.  The format is `{ "data": "0x0", "iv": "0x0", "salt": "string" }`.

Fixes #843
Fixes #859
2016-11-22 15:54:51 -08:00
..
actions change all instances of selectedAddress to selectedAccount. 2016-11-21 16:21:16 -08:00
keyrings Fix keyring test 2016-11-21 19:47:45 -08:00
reducers Fix persistent warning bug 2016-05-25 15:39:18 -07:00
account-link-test.js Fix etherscan link generation test 2016-11-22 12:54:27 -08:00
config-manager-test.js Re-enable disclaimer screen. Rename variables to reflect role more clearly. 2016-11-14 16:49:16 -08:00
explorer-link-test.js Fix explorer link generation 2016-04-27 14:43:09 -07:00
extension-test.js Remove logs 2016-09-14 18:24:52 -07:00
id-management-test.js Fix eth sign with dennis' test input 2016-06-21 17:13:02 -07:00
idStore-migration-test.js Remove entropy from encryption and project. 2016-11-21 15:49:03 -08:00
idStore-test.js Remove entropy from encryption and project. 2016-11-21 15:49:03 -08:00
keyring-controller-test.js Simplify Encryptor API Surface 2016-11-22 15:54:51 -08:00
linting_test.js stop pedantic linting 2016-06-23 16:53:27 -07:00
metamask-controller-test.js Add negative value validation to tx approval 2016-09-06 15:23:48 -07:00
migrations-test.js Move all users to new scalable backend 2016-05-11 13:10:54 -07:00
nameForAccount_test.js Add nickname rendering for recipient address 2016-07-07 13:21:45 -07:00
util_test.js Clean up tests 2016-10-20 12:26:35 -07:00