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

Ledger : Remove warning on Segwit inputs and newer Bitcoin application, use ge… #6293

Merged
merged 3 commits into from
Jul 2, 2020

Commits on Jun 27, 2020

  1. Remove warning on Segwit inputs and newer Bitcoin application, use ge…

    …neric signing for P2SH inputs
    BTChip github committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    c1101ee View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. ledger: bump min btchip-python version

    and minor simplification
    SomberNight committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    4899311 View commit details
    Browse the repository at this point in the history
  2. ledger: speed-up sign_transaction

    really slow to scan usb devices for e.g. every tx input...
    if user disconnects mid-signing, we would fail anyway.
    SomberNight committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    b042c41 View commit details
    Browse the repository at this point in the history