aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/keyrings
Commit message (Collapse)AuthorAgeFilesLines
* Move sigUtil and keyrings to external modulesDan Finlay2017-02-222-276/+0
| | | | These external modules now have their own test coverage and build enforcement. This allowed me to somewhat more easily add good tests around our personalSign strategy (held now in [eth-sig-util](https://github.com/flyswatter/eth-sig-util), and allow each of the keyrings to import that, etc.
* Verify messages in a loopDan Finlay2017-02-141-27/+25
|
* got hash test passingDan Finlay2017-02-141-14/+23
|
* Add failing test for signature recoveryDan Finlay2017-02-141-0/+33
|
* Revert old style message sighingFrankie2017-02-101-1/+1
|
* 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