Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whoops missed some modules | Thomas Huang | 2017-05-05 | 1 | -2/+0 |
| | |||||
* | Lint tests | Thomas Huang | 2017-05-05 | 1 | -25/+24 |
| | |||||
* | Fixed encoding | Dan Finlay | 2017-03-08 | 1 | -1/+1 |
| | |||||
* | Fix test name | Dan Finlay | 2017-03-07 | 1 | -1/+1 |
| | |||||
* | Fixed internal encoding test case | Dan Finlay | 2017-03-07 | 1 | -1/+1 |
| | |||||
* | Fix normalizeMsgData function to always return hex prefixed | Dan Finlay | 2017-03-07 | 1 | -2/+2 |
| | |||||
* | Fix function names | Dan Finlay | 2017-03-07 | 1 | -6/+6 |
| | |||||
* | Render personal_sign messages as utf-8 text | Dan Finlay | 2017-03-07 | 1 | -1/+22 |
| | | | | | | | | | | | Calls to `personal_sign` are now: - When hex encoded, preserved as hex encoded, but displayed as utf-8 text. - When not hex encoded, decoded as utf-8 text as hex for signing. - The messages proposed for signing are displayed as UTF-8 text. - When the message cannot be rendered as UTF-8 text, it is displayed as hexadecimal. Fixes #1173 | ||||
* | Move sigUtil and keyrings to external modules | Dan Finlay | 2017-02-22 | 1 | -0/+89 |
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. |