1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts
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
..
account-import-strategies Add ability to import v3 JSON wallets 2017-01-18 16:45:39 -08:00
lib Render personal_sign messages as utf-8 text 2017-03-06 15:04:11 -08:00
migrations Made migrations non-destructive; fixed currency migration. 2017-02-15 11:14:53 -08:00
background.js Got personal_sign working 2017-02-23 14:23:45 -08:00
chromereload.js Fix console.error references 2016-08-29 17:32:39 -07:00
config.js Delete all code related to disclaimers. 2017-02-09 18:17:50 -08:00
contentscript.js Linting to the max. 2016-11-11 10:26:12 -08:00
first-time-state.js background - move pojo migrator to outside of metamask controller 2017-01-11 22:47:56 -08:00
inpage.js inpage - set web3.eth.defaultAccount correctly 2017-01-30 15:38:32 -08:00
keyring-controller.js Removed redundant personal_recover logic 2017-02-24 17:07:54 -08:00
metamask-controller.js Add a couple more debug logs 2017-02-28 15:41:20 -08:00
notice-controller.js Fix bugs with notice. Add disclaimer notice. 2017-02-09 17:47:51 -08:00
popup-core.js Linting to the max. 2016-11-11 10:26:12 -08:00
popup.js Linting to the max. 2016-11-11 10:26:12 -08:00
transaction-manager.js Remove gasMultiplier txMeta param 2017-02-28 14:08:00 -08:00