Commit Graph

21 Commits (5dd0c03ffa3aeaa69d8a3a716f902f450d5eaaec)

Author SHA1 Message Date
MarcoFalke fa488f131f
scripted-diff: Bump copyright headers
5 years ago
fanquake 1326092e6c
Merge #17156: psbt: check that various indexes and amounts are within bounds
5 years ago
Andrew Chow deaa6dd144 psbt: check output index is within bounds before accessing
5 years ago
MarcoFalke aaaaad6ac9
scripted-diff: Bump copyright of files changed in 2019
5 years ago
Andrew Chow 638e40cb60 Have a PSBTAnalysis state that indicates invalid PSBT
5 years ago
practicalswift 084e17cebd Remove unused includes
5 years ago
Wladimir J. van der Laan 2f717fb5cd
Merge #15427: Add support for descriptors to utxoupdatepsbt
5 years ago
practicalswift eca9767673 Make reasoning about dependencies easier by not including unused dependencies
6 years ago
Pieter Wuille 3135c1a2d2 Abstract out UpdatePSBTOutput from FillPSBT
6 years ago
practicalswift beb42d71a0 Silence GCC 7 warning "control reaches end of non-void function" (-Wreturn-type) in psbt.cpp
6 years ago
Russell Yanofsky 4d074e84a2 [build] Move AnalyzePSBT from psbt.cpp to node/psbt.cpp
6 years ago
Glenn Willen ef22fe8c1f Refactor analyzepsbt for use outside RPC code
6 years ago
Glenn Willen afd20a25f2 Move PSBT decoding functions from core_io to psbt.cpp
6 years ago
MarcoFalke 169dced9a4
Merge #15408: Remove unused TransactionError constants
6 years ago
Andrew Chow 77542cf2a5 Move PSBT UTXO fetching to a separate method
6 years ago
Andrew Chow cb40b3abd4 Figure out what is missing during signing
6 years ago
Andrew Chow 08f749c914 Implement joinpsbts RPC and tests
6 years ago
MarcoFalke fa9b60c842
Remove unused TransactionError constants
6 years ago
Glenn Willen 102faad81e Factor out combine / finalize / extract PSBT helpers
6 years ago
Glenn Willen 78b9893d02 Remove op== on PSBTs; check compatibility in Merge
6 years ago
Glenn Willen c6c3d42a7d Move PSBT definitions and code to separate files
6 years ago