aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/keyring-controller-test.js
Commit message (Expand)AuthorAgeFilesLines
* Remove keyring controller from projectDan Finlay2017-09-231-164/+0
* Merge branch 'AddBalanceController' into BreakOutKeyringControllerDan Finlay2017-09-231-1/+1
|\
| * Fix test referencesDan Finlay2017-09-231-1/+1
* | Allow custom encryptor to be passed to MetaMaskController and KeyringControll...Dan Finlay2017-09-221-4/+1
|/
* Remove unused modules and STORAGE_KEYThomas Huang2017-05-051-2/+0
* Lint testsThomas Huang2017-05-051-33/+30
* tests - add missing donekumavis2017-03-311-1/+1
* keyring - move identities into memStorekumavis2017-02-011-2/+4
* migration 5 - move keyring controller state to substatekumavis2017-01-291-39/+17
* background controller - extract KeyringC.placeSeedWords to MetamaskCkumavis2017-01-251-0/+3
* Merge branch 'dev' into TxManagerFrankie2016-12-221-15/+0
|\
| * Mostly added bad account detectionDan Finlay2016-12-091-15/+0
* | add Test for txManager. As well as fix tests to account for txManager.Frances Pangilinan2016-12-151-0/+4
|/
* Denodeify most of KeyringControllerDan Finlay2016-11-291-8/+20
* Fix more keyring asyncifying testsDan Finlay2016-11-241-1/+8
* Mostly got async keyringController tests passingDan Finlay2016-11-231-18/+24
* Fix password referenceDan Finlay2016-11-231-0/+1
* Fix vault migration unit testDan Finlay2016-11-231-1/+1
* Improve vault migration unit testDan Finlay2016-11-231-1/+2
* Simplify Encryptor API SurfaceDan Finlay2016-11-231-4/+6
* Remove entropy from encryption and project.Kevin Serrano2016-11-221-3/+2
* Minimize repeated code.Kevin Serrano2016-11-161-1/+1
* Rename n variables to numberOfAccounts inside of test suite. Remove idStore t...Kevin Serrano2016-11-121-2/+1
* Fix nickname testDan Finlay2016-11-081-0/+1
* Fix BN referenceDan Finlay2016-11-081-0/+1
* Fix 787 gas buffer bugDan Finlay2016-11-081-4/+20
* Finish fixing nicknaming bugDan Finlay2016-11-041-0/+31
* Fix account nicknaming bugDan Finlay2016-11-041-0/+11
* Fix vault creation bugDan Finlay2016-11-041-8/+28
* Fix handling of migrating old vault styleDan Finlay2016-11-031-4/+14
* Fix bug in new KeyringController vault restoring logic.Dan Finlay2016-10-221-0/+31
* Create new vault before each keyringController unit testDan Finlay2016-10-221-3/+5
* Create basic keyring-controller unit test fileDan Finlay2016-10-221-20/+35
* Fix testsDan Finlay2016-10-211-106/+0
* Add initial KeyringController filesDan Finlay2016-10-121-0/+141