aboutsummaryrefslogtreecommitdiff
path: root/src/psbt.cpp
AgeCommit message (Expand)Author
2020-07-03psbt: always put a non_witness_utxo and don't remove itAndrew Chow
2020-07-03psbt: Allow both non_witness_utxo and witness_utxoAndrew Chow
2020-01-29Merge #17156: psbt: check that various indexes and amounts are within boundsfanquake
2020-01-06psbt: check output index is within bounds before accessingAndrew Chow
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-11-19Have a PSBTAnalysis state that indicates invalid PSBTAndrew Chow
2019-10-15Remove unused includespracticalswift
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