Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wallet-ext: sign message display byte arrays in base64 (MystenLabs#9269)
* check if message to sign is valid utf8 * if not display the message in base64 format signing a Uint8Array with values from 0 to 255. | before | after | | - | - | | <img width="385" alt="Screenshot 2023-03-14 at 14 01 27" src="https://user-images.githubusercontent.com/10210143/225027620-536916b5-a0ed-4c93-8e40-9f114c78afa2.png"> | <img width="385" alt="Screenshot 2023-03-14 at 14 01 55" src="https://user-images.githubusercontent.com/10210143/225027684-534d8878-0da9-4c24-8b9c-fc56ee750093.png"> | closes APPS-612
- Loading branch information