-
Notifications
You must be signed in to change notification settings - Fork 1k
fix: error and error callback not passed when keycard auth fails #22329
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
Conversation
Jenkins BuildsClick to see older builds (16)
|
Parveshdhull
left a comment
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.
Thank you @clauxx for fixing the issue.
Should we also add null check or default case in (keycard.utils/tag-lost? and (keycard.utils/pin-retries (assuming this was culprit)?
yeah |
57% of end-end tests have passedFailed tests (3)Click to expandClass TestWalletOneDevice:
Class TestCommunityMultipleDeviceMerged:
Expected to fail tests (3)Click to expandClass TestWalletCollectibles:
Passed tests (8)Click to expandClass TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestWalletMultipleDevice:
Class TestCommunityOneDeviceMerged:
Class TestWalletOneDevice:
|
|
@clauxx Thank you for your PR! I don't see the error popup, but I still can't sign Send transaction when entered wrong PIN. Please check this issue. Actual result: screen-20250320-121232.mp4 |
|
@Horupa-Olena please test with the latest changes @flexsurfer @Parveshdhull there's a new commit, please have a look |
4987112 to
8db59cf
Compare
67% of end-end tests have passedFailed tests (1)Click to expandClass TestCommunityMultipleDeviceMerged:
Passed tests (2)Click to expandClass TestWalletOneDevice:
|
|
@clauxx Thank you for quick fix! PR can be merged. Tested send flow witn Keycard auth and also quick re-check swap/bridge flow and other auth method to avoid any regression. |
8db59cf to
8363ca3
Compare
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>
8363ca3 to
0c44ee9
Compare
|
hey @clauxx should we merge this PR? |
fixes #22287
Summary
Error and error callback not passed when keycard auth fails with the wrong PIN in standard auth.
status: ready