aboutsummaryrefslogtreecommitdiff
path: root/src/psbt.cpp
AgeCommit message (Expand)Author
2019-07-02Merge #15427: Add support for descriptors to utxoupdatepsbtWladimir J. van der Laan
2019-06-02Make reasoning about dependencies easier by not including unused dependenciespracticalswift
2019-05-10Abstract out UpdatePSBTOutput from FillPSBTPieter Wuille
2019-05-02Silence GCC 7 warning "control reaches end of non-void function" (-Wreturn-ty...practicalswift
2019-04-09[build] Move AnalyzePSBT from psbt.cpp to node/psbt.cppRussell Yanofsky
2019-03-26Refactor analyzepsbt for use outside RPC codeGlenn Willen
2019-03-26Move PSBT decoding functions from core_io to psbt.cppGlenn Willen
2019-02-22Merge #15408: Remove unused TransactionError constantsMarcoFalke
2019-02-16Move PSBT UTXO fetching to a separate methodAndrew Chow
2019-02-16Figure out what is missing during signingAndrew Chow
2019-02-16Implement joinpsbts RPC and testsAndrew Chow
2019-02-14Remove unused TransactionError constantsMarcoFalke
2019-02-11Factor out combine / finalize / extract PSBT helpersGlenn Willen
2019-02-11Remove op== on PSBTs; check compatibility in MergeGlenn Willen
2019-02-11Move PSBT definitions and code to separate filesGlenn Willen