aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/binary-renderer.js
Commit message (Collapse)AuthorAgeFilesLines
* Improve personal_sign styleDan Finlay2017-03-171-9/+12
| | | | textarea was not resizing the way I'd expected, so made it permanently larger, to accomodate larger messages.
* Render personal_sign messages as utf-8 textDan Finlay2017-03-071-0/+43
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