-
Notifications
You must be signed in to change notification settings - Fork 36
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
WIP:Feat/support keystone #801
WIP:Feat/support keystone #801
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall PR is looking solid just a few comments here and there. Can we get a demo of how this all looks for an end to end flow. Thanks!
Thank you for your reply. I will make the modifications one by one. We will record a video and send it to the Telegram group. |
1c3f50d
to
a307011
Compare
1431e8f
to
874b80a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested this locally and saw a couple issues:
- When you scan a QR code that is not expected when connecting your keystone the app crashes. We need to handle this crash. (Happy path works as expected.)
- Unable to remove keystone wallet from within the settings.
Once these are fixed happy to test again 🙂
1、I fixed the issue where the app would crash when scanning an unknown QR code. I also added an alert to give users a heads up. 2、I tried to reproduce the problem with removing wallets on iOS devices, but it's working fine for me. Could you give me more details about what's going wrong? I'm having trouble seeing the issue on my end. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested your most recent changes and working well. Branch needs a rebase then I can approve 👍
75d2bc3
to
2de3fc0
Compare
done |
1、add keystone connect wallet support
2、add keystone sign tx support