qubic / wallet

official web wallet
https://wallet.qubic.org
Other
3 stars 7 forks source link

Cannot add watch only accounts in Mobile web browser #60

Closed icyblob closed 2 months ago

icyblob commented 2 months ago

https://github.com/user-attachments/assets/df89ac48-e598-4eb1-b8e9-28e5d2c7be4b

OS: iOS 17.5 Browser: Safari

icyblob commented 2 months ago

@AndyQus Now I cannot even add watch only address on desktop web browser with both the official web wallet and the current release version 4.9. My test specs:

Macbook Apple Silicon M1 chip. 
MacOS: version 14.4.1 Sonoma.
Web browser: Safari 17.4.1

Tried with the local run:

https://github.com/user-attachments/assets/81f7bca7-c747-4189-8401-223cd1255f92

Tried with the current deployed beta:

https://github.com/user-attachments/assets/c5c104f7-d1fd-47fb-92d4-469c04e7bde3


To sum up:

Current official wallet:

Release 4.9:

AndyQus commented 2 months ago

There is a problem with encryption with an empty seed in Safari. I have now changed this, if it is empty then it is set with "onlywatch". I will also change this in the library. https://github.com/qubic/ts-vault-library image

icyblob commented 2 months ago

It works now. Just tested in betawallet.qubic.li. Thank you @AndyQus for the fix.

AndyQus commented 2 months ago

I don't need to write the change to the ts-vault-library addSeed, there is no addSeed function there.