Fix RPC return errors for psbt and invalid rangeproofs - #1593
Merged
Conversation
tomt1664
force-pushed
the
assort_fixes
branch
from
September 1, 2026 12:56
d080768 to
77882b8
Compare
tomt1664
force-pushed
the
assort_fixes
branch
from
September 1, 2026 13:59
77882b8 to
5014fd5
Compare
delta1
reviewed
Sep 1, 2026
tomt1664
force-pushed
the
assort_fixes
branch
from
September 1, 2026 16:12
5014fd5 to
532f9da
Compare
tomt1664
force-pushed
the
assort_fixes
branch
from
September 1, 2026 17:06
532f9da to
a9db3b1
Compare
delta1
approved these changes
Sep 1, 2026
tomt1664
pushed a commit
to tomt1664/elements
that referenced
this pull request
Sep 2, 2026
…d rangeproofs a9db3b1 Add startup warning for signed-blocks parent chain (Tom Trevethan) 246c5ab Add virtual desctructor to CChainParams (Tom Trevethan) 779e71f PAK enforcement on confidential nAsset (Tom Trevethan) ffd91c0 PartiallySignedTransaction::SetupFromTx indexes vtxinwit checked (Tom Trevethan) 84a05e3 check pubkey validity in tweakfedpegscript to prevent assert failure (Tom Trevethan) 3a8dec1 Return error for psbt if explicit amounts/assets deleted (Tom Trevethan) 4e5ca94 Return error for invalid rangproof amounts (Tom Trevethan) Pull request description: Fixes for a number of issues with RPC errors for invalid PSBTs and amounts/rangeproofs. ACKs for top commit: delta1: ACK a9db3b1; tested locally Tree-SHA512: bf35348a5fad30e0f1f2b3caa2ec35ec521b583155e97f3a5f2504a3d70b41677f215fc01b28ccd30706ff5a7d021afb74c110a2c8f270942f5cba344544a55d
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.
Fixes for a number of issues with RPC errors for invalid PSBTs and amounts/rangeproofs.