aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/psbtwallet.cpp
AgeCommit message (Expand)Author
2020-01-30Merge #17261: Make ScriptPubKeyMan an actual interface and the wallet to have...Samuel Dobson
2020-01-23Refactor: Replace SigningProvider pointers with unique_ptrsAndrew Chow
2020-01-06psbt: check output index is within bounds before accessingAndrew Chow
2019-11-18Refactor: Require scriptPubKey to get wallet SigningProviderAndrew Chow
2019-10-25Refactor: Split up CWallet and LegacyScriptPubKeyMan and classesAndrew Chow
2019-07-02Merge #15427: Add support for descriptors to utxoupdatepsbtWladimir J. van der Laan
2019-05-10Abstract out UpdatePSBTOutput from FillPSBTPieter Wuille
2019-05-06scripted-diff: Bump copyright headers in walletMarcoFalke
2019-02-14Remove unused TransactionError constantsMarcoFalke
2019-02-11Switch away from exceptions in refactored tx codeGlenn Willen
2019-02-11Move PSBT definitions and code to separate filesGlenn Willen