Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move sigUtil and keyrings to external modules | Dan Finlay | 2017-02-22 | 2 | -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 loop | Dan Finlay | 2017-02-14 | 1 | -27/+25 |
| | |||||
* | got hash test passing | Dan Finlay | 2017-02-14 | 1 | -14/+23 |
| | |||||
* | Add failing test for signature recovery | Dan Finlay | 2017-02-14 | 1 | -0/+33 |
| | |||||
* | Revert old style message sighing | Frankie | 2017-02-10 | 1 | -1/+1 |
| | |||||
* | test - skip eth_sign tests until we have test data | kumavis | 2017-02-04 | 1 | -1/+1 |
| | |||||
* | Wrote failing test for eth.sign | Dan Finlay | 2017-01-17 | 1 | -0/+18 |
| | |||||
* | test - keyring - simple - fix fixture data | kumavis | 2017-01-17 | 1 | -6/+3 |
| | |||||
* | 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 |