aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/keyrings/simple.js
Commit message (Collapse)AuthorAgeFilesLines
* Move sigUtil and keyrings to external modulesDan Finlay2017-02-221-100/+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.
* got hash test passingDan Finlay2017-02-141-1/+2
|
* Revert old style message sighingFrankie2017-02-101-1/+12
|
* id mgmt - update to latest eth_sign speckumavis2017-02-041-5/+6
|
* Allow importing of private key stringsDan Finlay2017-01-181-6/+12
| | | | | | | | Fixes #1021 A top-right menu item now allows `Account Import`. It has a menu (with one item for now) that allows importing a private key string. Errors are displayed, and a success navigates the user to their account list, where the imported account is labeled `LOOSE`.
* Wrote fix for eth.signDan Finlay2017-01-171-2/+1
|
* keyring - simple - throw error if wallet not found for addresskumavis2017-01-171-1/+4
|
* keyring - simple - fix address generationkumavis2017-01-171-3/+3
|
* Make single letter variables more verboseDan Finlay2017-01-031-4/+4
|
* Add tolerance for hex prefixed private keys to simple keychainDan Finlay2017-01-031-3/+4
|
* Asynced keyrings and started on controllerDan Finlay2016-11-231-10/+8
|
* Improve Keyring organizationDan Finlay2016-11-221-4/+17
| | | | | Separated public & private methods. (Fixes #845) Made class method `type()` into a simple property. (Fixes #846)
* Linting to the max.Kevin Serrano2016-11-121-10/+9
|
* Added SimpleKeyring testsDan Finlay2016-10-221-18/+2
|
* Added tx and msg signing to keychain & controllerDan Finlay2016-10-211-0/+41
|
* Improved simple account generationDan Finlay2016-10-211-11/+13
|
* Began adding first basic keyringDan Finlay2016-10-211-0/+41