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

descriptors: fix analysis of missing signatures post #575 #584

Merged
merged 2 commits into from
Aug 11, 2023

Commits on Aug 9, 2023

  1. descriptors: make signed_pubkeys a mapping from fingerprint

    It's supposed to represent the number of signature per "master" key, i
    guess. At the moment it would always be 1 because the origin changes
    when we queried more keys from the signing device (because we increased
    the account).
    darosior committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    7a33040 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. descriptors: fix the signatures count analysis

    Since wizardsardine#575 we started using
    xpubs with an appended derivation path, and the analysis was assuming
    there wasn't any.
    darosior committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    10acc48 View commit details
    Browse the repository at this point in the history