aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/keyrings/simple-test.js
Commit message (Collapse)AuthorAgeFilesLines
* Move sigUtil and keyrings to external modulesDan Finlay2017-02-221-149/+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
|
* Mostly got async keyringController tests passingDan Finlay2016-11-231-13/+24
|
* Improve Keyring organizationDan Finlay2016-11-221-3/+3
| | | | | Separated public & private methods. (Fixes #845) Made class method `type()` into a simple property. (Fixes #846)
* Added SimpleKeyring testsDan Finlay2016-10-221-0/+83