aboutsummaryrefslogtreecommitdiff
path: root/src/script
AgeCommit message (Expand)Author
2018-12-07Stop requiring imported pubkey to sign non-PKH schemesPieter Wuille
2018-12-03Refactor PSBTInput signing to enforce invariantGlenn Willen
2018-12-03Simplify arguments to SignPSBTInputGlenn Willen
2018-12-03Add bool PSBTInputSignedGlenn Willen
2018-12-03New PartiallySignedTransaction constructor from CTransctionGlenn Willen
2018-12-03check that a separator is found for psbt inputs, outputs, and global mapAndrew Chow
2018-11-29Throw error if CPubKey is invalid during PSBT keypath serializationGregory Sanders
2018-09-06Replace duplcate reference with reference to reference docv0.17.0rc3Pieter Wuille
2018-08-15Additional sanity checks in SignPSBTInputPieter Wuille
2018-08-15Serialize non-witness utxo as a non-witness tx but always deserialize as witnessAndrew Chow
2018-08-15Fix PSBT deserialization of 0-input transactionsAndrew Chow
2018-08-13Merge #13666: Always create signatures with Low R valuesWladimir J. van der Laan
2018-08-09Use 72 byte dummy signatures when watching only inputs may be usedAndrew Chow
2018-08-09Use 71 byte signature for DUMMY_SIGNATURE_CREATORAndrew Chow
2018-08-08Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan
2018-08-01Merge #13697: Support output descriptors in scantxoutsetWladimir J. van der Laan
2018-07-30Merge #13554: Remove unused function argumentsWladimir J. van der Laan
2018-07-27Support h instead of ' in hardened descriptor pathsPieter Wuille
2018-07-27Output descriptors modulePieter Wuille
2018-07-27Add simple FlatSigningProviderPieter Wuille
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-25Merge #13721: Bugfixes for BIP 174 combining and deserializationWladimir J. van der Laan
2018-07-24scripted-diff: Remove trailing whitespacesJoão Barbosa
2018-07-23Merge #13719: Avoid creating a temporary vector for size-prefixed elementsWladimir J. van der Laan
2018-07-22Merge #13633: Drop dead code from StacksWladimir J. van der Laan
2018-07-22Merge #13691: Remove redundant variables, statements and forward declarationsMarcoFalke
2018-07-19Fix merging of global unknown data in PSBTsAndrew Chow
2018-07-19Check that PSBT keys are the correct lengthAndrew Chow
2018-07-19Avoid creating a temporary vector for size-prefixed elementsPieter Wuille
2018-07-18Merge #13557: BIP 174 PSBT Serializations and RPCsWladimir J. van der Laan
2018-07-18Remove redundant unused variablespracticalswift
2018-07-16Create wallet RPCs for PSBTAndrew Chow
2018-07-13SignPSBTInput wrapper functionAndrew Chow
2018-07-13Methods for interacting with PSBT structsAndrew Chow
2018-07-13Add pubkeys and whether input was witness to SignatureDataAndrew Chow
2018-07-13Implement PSBT Structures and un/serialization methods per BIP 174Andrew Chow
2018-07-13bitcoinconsensus: invalid flags should be set to bitcoinconsensus_error type,...Thomas Kerin
2018-07-12Drop dead code from StacksBen Woosley
2018-07-10Remove unused argument to WitnessSigOps(...)practicalswift
2018-07-05Merge #13425: Moving final scriptSig construction from CombineSignatures to P...Wladimir J. van der Laan
2018-07-03Remove CombineSignatures and replace testsAndrew Chow
2018-07-03Replace CombineSignatures with ProduceSignatureAndrew Chow
2018-07-03Make SignatureData able to store signatures and scriptsAndrew Chow
2018-06-29Inline Sign1 and SignNAndrew Chow
2018-06-17Add P2WSH destination helper and use it instead of manual hashingPieter Wuille
2018-06-17Do not expose invalidity from IsMinePieter Wuille
2018-06-05Merge #13269: refactoring: Drop UpdateTransaction in favor of UpdateInputWladimir J. van der Laan
2018-06-05Merge #13351: wallet: Prevent segfault when sending to unspendable witnessMarcoFalke
2018-05-31Merge #13309: Directly operate with CMutableTransaction in SignSignatureWladimir J. van der Laan
2018-05-30wallet: Prevent segfault when sending to unspendable witnessMarcoFalke