-
Notifications
You must be signed in to change notification settings - Fork 49
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
fix(swap): Add swap cancellation easy-confirmation support #2734
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.
it's named -> ConfirmTxWithHW, ConfirmTxWithOS, ConfirmTxWithPassword, maybe ConfirmRawTxWithOS
question, I don't see ConfirmRawTxWithHW
nor ConfirmRawTxWithPassword
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.
Thanks, I'll rename the components. There is no support for HW yet
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.
@stackchain I've added ConfirmRawTx
which decides to render between ConfirmRawTxWithHW
, ConfirmRawTxWithOs
, ConfirmRawTxWithPassword
. The ConfirmRawTxWithHW
returns only null for this moment.
Resolves https://emurgo.atlassian.net/jira/software/c/projects/YOMO/issues/YOMO-750