aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/id-management-test.js
Commit message (Collapse)AuthorAgeFilesLines
* Remove eth-lightwalletDan Finlay2017-03-171-35/+0
|
* Revert old style message sighingFrankie2017-02-101-1/+1
|
* test - skip eth_sign tests until we have test datakumavis2017-02-041-1/+1
|
* Fix eth sign with dennis' test inputDan Finlay2016-06-221-11/+13
|
* Fixed signing of hashesDan Finlay2016-06-171-4/+6
| | | | | | Signing now always takes a 64 digit hex string, and returns a message signature which appropriately pads r, s, and v with zeroes. Need to verify with Denis that this is the behavior he requires.
* Began adding signMsg unit testDan Finlay2016-06-161-0/+31