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

"PSBT Operations" dialog #18027

Merged
merged 5 commits into from Jun 21, 2020
Merged

Commits on Jun 19, 2020

  1. 1
    Copy the full SHA
    9e7b23b View commit details
    Browse the repository at this point in the history
  2. FillPSBT: report number of inputs signed (or would sign)

    In FillPSBT, optionally report the number of inputs we successfully
    signed, as an out parameter. If "sign" is false, instead report the
    number of inputs for which GetSigningProvider does not return nullptr.
    (This is a potentially overbroad estimate of inputs we could sign.)
    gwillen committed Jun 19, 2020
    1
    Copy the full SHA
    5dd0c03 View commit details
    Browse the repository at this point in the history
  3. [gui] PSBT Operations Dialog (sign & broadcast)

    Add a "PSBT Operations" dialog, reached from the "Load PSBT..." menu
    item, giving options to sign or broadcast the loaded PSBT as
    appropriate, as well as copying the result to the clipboard or saving
    it to a file.
    gwillen committed Jun 19, 2020
    1
    Copy the full SHA
    a6cb0b0 View commit details
    Browse the repository at this point in the history
  4. 1
    Copy the full SHA
    11a0ffb View commit details
    Browse the repository at this point in the history
  5. Make lint-spelling.py happy

    gwillen committed Jun 19, 2020
    1
    Copy the full SHA
    931dd47 View commit details
    Browse the repository at this point in the history