aboutsummaryrefslogtreecommitdiff
path: root/src/psbt.cpp
Commit message (Expand)AuthorAgeFilesLines
* psbt: always put a non_witness_utxo and don't remove itAndrew Chow2020-06-241-3/+4
* psbt: Allow both non_witness_utxo and witness_utxoAndrew Chow2020-06-241-29/+0
* [gui] PSBT Operations Dialog (sign & broadcast)Glenn Willen2020-06-191-0/+11
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* Merge #17156: psbt: check that various indexes and amounts are within boundsfanquake2020-01-291-1/+7
|\
| * psbt: check output index is within bounds before accessingAndrew Chow2020-01-061-1/+7
* | scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
|/
* Have a PSBTAnalysis state that indicates invalid PSBTAndrew Chow2019-11-191-0/+1
* Remove unused includespracticalswift2019-10-151-1/+0
* Merge #15427: Add support for descriptors to utxoupdatepsbtWladimir J. van der Laan2019-07-021-0/+19
|\
| * Abstract out UpdatePSBTOutput from FillPSBTPieter Wuille2019-05-101-0/+19
* | Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-3/+0
|/
* Silence GCC 7 warning "control reaches end of non-void function" (-Wreturn-ty...practicalswift2019-05-021-0/+2
* [build] Move AnalyzePSBT from psbt.cpp to node/psbt.cppRussell Yanofsky2019-04-091-123/+0
* Refactor analyzepsbt for use outside RPC codeGlenn Willen2019-03-261-1/+138
* Move PSBT decoding functions from core_io to psbt.cppGlenn Willen2019-03-261-0/+27
* Merge #15408: Remove unused TransactionError constantsMarcoFalke2019-02-221-6/+4
|\
| * Remove unused TransactionError constantsMarcoFalke2019-02-141-6/+4
* | Move PSBT UTXO fetching to a separate methodAndrew Chow2019-02-161-0/+14
* | Figure out what is missing during signingAndrew Chow2019-02-161-4/+16
* | Implement joinpsbts RPC and testsAndrew Chow2019-02-161-0/+20
|/
* Factor out combine / finalize / extract PSBT helpersGlenn Willen2019-02-111-0/+49
* Remove op== on PSBTs; check compatibility in MergeGlenn Willen2019-02-111-1/+8
* Move PSBT definitions and code to separate filesGlenn Willen2019-02-111-0/+227