Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Got test failing | Dan Finlay | 2017-05-12 | 1 | -1/+3 |
| | |||||
* | Fix tests add logs | Dan Finlay | 2017-05-12 | 1 | -3/+7 |
| | |||||
* | Add an attempt at a unit test for reproducing #1407 | Dan Finlay | 2017-05-11 | 1 | -0/+61 |
| | |||||
* | Lint tests | Thomas Huang | 2017-05-05 | 1 | -6/+4 |
| | |||||
* | Render personal_sign messages as utf-8 text | Dan Finlay | 2017-03-07 | 1 | -0/+25 |
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 |