-
Notifications
You must be signed in to change notification settings - Fork 986
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QR codes don't work for ENS names #10017
Comments
According to @Serhy this works in the Nightly, so it looks like we didn't include the changes in Even so, I think QR code scanning should also accept the |
intentional, yes |
In relation to status-im/universal-links-handler#25 I think we need to decide on a standard way for handling QR codes. Otherwise if the QR code contains
The former is easier to handle, but the latter is more concise and gives smaller QR codes. |
Update: With status-im/universal-links-handler#29 merged the new forms are:
I've created a separate issue to add support for those: #10083 |
Closing this as the related issue has been implemented/fixed. |
While working on updates to https://get.status.im/ in status-im/universal-links-handler#17 we discovered that opening of ENS names like
jakubgs
,jakubgs.eth
, orjakubgs.stateofus.eth
does not work via QR code, only for chat keys, like so:https://get.status.im/user/0x0461f576da67dc0bca9888cdb4cb28c80285b756b324109da94a081585ed6f007cf00afede6b3ee5638593674fee100b590318fc7bdb0054b8dd9445acea216ad2
For anything else it responds with:
This feature was apparently introduced in #9811 and based on my tests with the PR build it did work then, but only for bare usernames, ENS names, and chat keys. By "bare" I mean without the
status-im://user/
prefix. Not sure if that's intended but that's how it was done.Right now it appears the only method working is a bare chat key.
The text was updated successfully, but these errors were encountered: