aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/components/binary-renderer-test.js
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused files from ui folder. (#3577)anticlimactic2018-03-191-1/+1
| | | | | | * Removed unused UI files. Fixes #3434. * Reverted the deletion of "feature-toggle-utils.js". Reverted the deletion of the test files and modified the paths so they referred to the old-ui.
* Lint testsThomas Huang2017-05-051-6/+4
|
* Render personal_sign messages as utf-8 textDan Finlay2017-03-071-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