aboutsummaryrefslogtreecommitdiff
path: root/src/psbt.h
AgeCommit message (Expand)Author
2019-07-09Move various SigningProviders to signingprovider.{cpp,h}Andrew Chow
2019-05-10Abstract out UpdatePSBTOutput from FillPSBTPieter Wuille
2019-04-09[build] Move AnalyzePSBT from psbt.cpp to node/psbt.cppRussell Yanofsky
2019-03-26Add documentation of struct PSBTAnalysis et alGlenn Willen
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-11Switch away from exceptions in refactored tx codeGlenn Willen
2019-02-11Move PSBT definitions and code to separate filesGlenn Willen