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

feat(wallet): Allow ledger address verification #4151

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

msarcev
Copy link
Contributor

@msarcev msarcev commented Nov 20, 2024

Description of change

Closes #2932

For tester/reviewer

Please, if testing with a real device, check this flow

  • Setup a ledger wallet
  • Close and re-open the wallet extension so that ledger is disconnected (unlock your account)
  • Verify the address (in the receive popup), but "Reject" the address on ledger. An error toast should show
  • Try to verify again and on ledger choose "Confirm"

Confirm the above flow works without issues.
Why ? I tested with speculos emulated ledger and after "rejection", when trying to verify again speculos would crash. We want to check that it's not the case with a real device.

@msarcev msarcev requested review from a team as code owners November 20, 2024 09:48
@msarcev msarcev added the team-tooling Issues related to the Tooling team label Nov 20, 2024
@begonaalvarezd begonaalvarezd added the wallet Issues related to the IOTA Wallet label Nov 20, 2024
Copy link
Member

@cpl121 cpl121 left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team-tooling Issues related to the Tooling team wallet Issues related to the IOTA Wallet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Task (tooling/wallet)]: Allow address verification with ledger nano accounts
4 participants