aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/keyrings/hd-test.js
Commit message (Collapse)AuthorAgeFilesLines
* Move sigUtil and keyrings to external modulesDan Finlay2017-02-221-127/+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.
* 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-231-24/+43
|
* Fix keyring testDan Finlay2016-11-221-1/+1
|
* Improve Keyring organizationDan Finlay2016-11-221-3/+3
| | | | | 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