aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/sig-util.js
Commit message (Collapse)AuthorAgeFilesLines
* Move sigUtil and keyrings to external modulesDan Finlay2017-02-221-28/+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.
* Package normalize inside sig util file.Kevin Serrano2016-11-121-0/+5
|
* Added SimpleKeyring testsDan Finlay2016-10-221-0/+23