1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 18:41:38 +01:00
metamask-extension/ui/app
Dan Finlay 9bd8c5f723 Render personal_sign messages as utf-8 text
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
2017-03-06 15:04:11 -08:00
..
accounts Merge branch 'dev' into messageManagerCleanUp 2017-02-01 12:03:42 -08:00
components Render personal_sign messages as utf-8 text 2017-03-06 15:04:11 -08:00
css Improve pending tx blue dot style 2017-02-23 17:45:37 -08:00
first-time Delete all code related to disclaimers. 2017-02-09 18:17:50 -08:00
img
keychains/hd
reducers Fixed bug that made send screen sometimes transition to account detail 2017-02-28 12:00:07 -08:00
account-detail.js Merge branch 'dev' into messageManagerCleanUp 2017-02-01 13:05:58 -08:00
actions.js Use correct action to update and submit tx 2017-02-28 14:45:21 -08:00
app.js Got personal_sign working 2017-02-23 14:23:45 -08:00
conf-tx.js Use correct action to update and submit tx 2017-02-28 14:45:21 -08:00
config.js
conversion.json
info.js
new-keychain.js
reducers.js
root.js
send.js Linted 2017-02-28 14:13:58 -08:00
settings.js
store.js
template.js
unlock.js
util.js