aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/keyrings
Commit message (Collapse)AuthorAgeFilesLines
* test - skip eth_sign tests until we have test datakumavis2017-02-041-1/+1
|
* Wrote failing test for eth.signDan Finlay2017-01-171-0/+18
|
* test - keyring - simple - fix fixture datakumavis2017-01-171-6/+3
|
* Denodeify most of KeyringControllerDan Finlay2016-11-291-2/+0
| | | | | | | | | | 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 last async keyring testDan Finlay2016-11-241-8/+10
|
* Mostly got async keyringController tests passingDan Finlay2016-11-232-37/+67
|
* Fix keyring testDan Finlay2016-11-221-1/+1
|
* Improve Keyring organizationDan Finlay2016-11-222-6/+6
| | | | | Separated public & private methods. (Fixes #845) Made class method `type()` into a simple property. (Fixes #846)
* Rename n variables to numberOfAccounts inside of test suite. Remove idStore ↵Kevin Serrano2016-11-121-3/+3
| | | | tests.
* Fix dual vault creation bugDan Finlay2016-11-031-1/+12
|
* Added hd wallet testsDan Finlay2016-10-281-0/+97
|
* Added SimpleKeyring testsDan Finlay2016-10-221-0/+83