Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Denodeify most of KeyringController | Dan Finlay | 2016-11-29 | 1 | -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 test | Dan Finlay | 2016-11-24 | 1 | -8/+10 |
| | |||||
* | Mostly got async keyringController tests passing | Dan Finlay | 2016-11-23 | 2 | -37/+67 |
| | |||||
* | Fix keyring test | Dan Finlay | 2016-11-22 | 1 | -1/+1 |
| | |||||
* | Improve Keyring organization | Dan Finlay | 2016-11-22 | 2 | -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 Serrano | 2016-11-12 | 1 | -3/+3 |
| | | | | tests. | ||||
* | Fix dual vault creation bug | Dan Finlay | 2016-11-03 | 1 | -1/+12 |
| | |||||
* | Added hd wallet tests | Dan Finlay | 2016-10-28 | 1 | -0/+97 |
| | |||||
* | Added SimpleKeyring tests | Dan Finlay | 2016-10-22 | 1 | -0/+83 |