Skip to content
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 seedphrase handling in QRScanner #1985

Merged
merged 1 commit into from
Nov 12, 2020

Conversation

rickycodes
Copy link
Member

Description

As it stands importing from seed phrase when using a QR code that holds a 24 character mnemonic fails spectacularly:

(it would appear it's trying to handle it as a deeplink.)

this PR utilizes validators that were recently added to handle this properly.

Checklist

  • There is a related GitHub issue
  • Tests are included if applicable
  • Any added code is fully documented

Issue

Resolves #???

@rickycodes rickycodes requested a review from a team as a code owner November 12, 2020 04:39
@rickycodes rickycodes added needs-dev-review PR needs reviews from other engineers (in order to receive required approvals) needs-qa Any New Features that needs a full manual QA prior to being added to a release. labels Nov 12, 2020
@rickycodes rickycodes force-pushed the bugfix/qr-code-seedphrase-validation branch from d517268 to 84f432d Compare November 12, 2020 15:04
Copy link
Contributor

@estebanmino estebanmino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@rickycodes rickycodes removed the needs-dev-review PR needs reviews from other engineers (in order to receive required approvals) label Nov 12, 2020
Copy link
Contributor

@ibrahimtaveras00 ibrahimtaveras00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

QA Passed 👍

@ibrahimtaveras00 ibrahimtaveras00 added next release QA Passed A successful QA run through has been done and removed needs-qa Any New Features that needs a full manual QA prior to being added to a release. labels Nov 12, 2020
@rickycodes rickycodes merged commit 9069052 into develop Nov 12, 2020
@rickycodes rickycodes deleted the bugfix/qr-code-seedphrase-validation branch November 12, 2020 19:39
rickycodes added a commit that referenced this pull request Jan 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
next release QA Passed A successful QA run through has been done
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants