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

trezor: Return PASSPHRASE_ON_DEVICE if passphrase entry on device is available #495

Merged
merged 1 commit into from
Mar 19, 2021

Conversation

achow101
Copy link
Member

Somewhere between firmware versions 2.3.0 and 2.3.6, the Trezor T started using a slightly different message which results in our passphrase handling incorrectly giving the passphrase from the host instead of forcing passphrase entry on device. We fix this issue by returning the correct object to indicate that passphrase entry should occur on device.

…available

Somewhere between firmware versions 2.3.0 and 2.3.6, the Trezor T
started using a slightly different message which results in our
passphrase handling incorrectly giving the passphrase from the host
instead of forcing passphrase entry on device. We fix this issue by
returning the correct object to indicate that passphrase entry should
occur on device.
@stevenroose
Copy link

I can confirm that this re-fixes #283 :)

@achow101 achow101 merged commit 0cd94a8 into bitcoin-core:master Mar 19, 2021
@adamPetho
Copy link

adamPetho commented Mar 23, 2021

Does it work with the older firmware? Is this backward compatible? Is it possible to release a hotfix so we can test and update it?

@nopara73
Copy link
Contributor

@achow101, @prusnak we're getting more and more support request regarding this. Could one of you release a compatibility fix?

  • For HWI it'd need to be compatible to both old Trezor firmware and new one.
  • For Trezor, it'd need to be compatible with current HWI release.

@achow101
Copy link
Member Author

@nopara73 I've released 2.0.1

@prusnak
Copy link
Collaborator

prusnak commented Mar 27, 2021

@achow101 Thanks!

@nopara73 I am just a contributor to HWI, I cannot cut a new release. However, please let us know whether the 2.0.1 release fixed the issues you have. Thanks!

@nopara73
Copy link
Contributor

Thank you very much guys! The testing discussion will go under WalletWasabi/WalletWasabi#5465

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants