13.x: Preserve finalized PSBT inputs#968
Merged
apoelstra merged 3 commits intoMay 28, 2026
Merged
Conversation
081f9bb to
361376d
Compare
361376d to
f24a5b5
Compare
Member
|
CI still failing |
We cannot link to a file by directory path in rustdocs. Just remove the link. This is breaking the docs build in rust-bitcoin#805 and is also mentioned in rust-bitcoin#872.
Contributor
Author
|
Should be fixed now. This also needed a backport of #873 |
tcharding
approved these changes
May 28, 2026
Member
|
Tagged and published. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #960 and #873 to the 13.x branch.
This preserves PSBT inputs that already have
final_script_sigorfinal_script_witness, avoiding re-finalization failures when finalized inputs no longer contain fields such aswitness_scriptorpartial_sigs.Also bumps the 13.x branch version to 13.0.1 for a new patch release.