aboutsummaryrefslogtreecommitdiffstats
path: root/test/integration/lib/keyring-controller-test.js
Commit message (Collapse)AuthorAgeFilesLines
* Denodeify most of KeyringControllerDan Finlay2016-11-291-3/+8
| | | | | | | | | | Mostly Fixes #893 A couple methods cache callbacks, and will require a larger refactor to fully denodeify. Specifically, our methods involving web3 requests to sign a tx, sign a message, and approve or cancel either of those. I think we should postpone those until the TxManager refactor, since it will likely handle this response caching itself.
* Fix new encryptor migration logicDan Finlay2016-11-231-0/+11
|
* Create failing test to check submitPassword in keyringController.Kevin Serrano2016-11-191-0/+46