aboutsummaryrefslogtreecommitdiff
path: root/src/script/sign.h
AgeCommit message (Expand)Author
2019-02-16Merge #13932: Additional utility RPCs for PSBTWladimir J. van der Laan
2019-02-16Figure out what is missing during signingAndrew Chow
2019-02-14Store key origin info in key metadataAndrew Chow
2019-02-11Move PSBT definitions and code to separate filesGlenn Willen
2018-12-17 Minimal changes to comply with explicit CMutableTransaction -> CTranaction c...lucash-dev
2018-11-27Merge #14477: Add ability to convert solvability info to descriptorPieter Wuille
2018-11-13Merge #14690: Throw error if CPubKey is invalid during PSBT keypath serializa...Wladimir J. van der Laan
2018-11-08Throw error if CPubKey is invalid during PSBT keypath serializationGregory Sanders
2018-11-01Simplify arguments to SignPSBTInputGlenn Willen
2018-11-01Add bool PSBTInputSignedGlenn Willen
2018-11-01New PartiallySignedTransaction constructor from CTransctionGlenn Willen
2018-11-01Merge #14377: check that a separator is found for psbt inputs, outputs, and g...Wladimir J. van der Laan
2018-10-26Add tests for InferDescriptor and Descriptor::IsSolvablePieter Wuille
2018-10-20Add key origin support to descriptorsPieter Wuille
2018-10-03check that a separator is found for psbt inputs, outputs, and global mapAndrew Chow
2018-09-11Drop minor GetSerializeSize templateBen Woosley
2018-08-28Merge #13723: PSBT key path cleanupsWladimir J. van der Laan
2018-08-14Merge #13917: Additional safety checks in PSBT signerWladimir J. van der Laan
2018-08-13Serialize non-witness utxo as a non-witness tx but always deserialize as witnessAndrew Chow
2018-08-13Fix PSBT deserialization of 0-input transactionsAndrew Chow
2018-08-13Make SignPSBTInput operate on a private SignatureData objectPieter Wuille
2018-08-13Pass HD path data through SignatureDataPieter Wuille
2018-08-13Generalize PublicOnlySigningProvider into HidingSigningProviderPieter Wuille
2018-08-13Make SigningProvider expose key origin informationPieter Wuille
2018-08-13Introduce KeyOriginInfo for fingerprint + pathPieter Wuille
2018-08-13Additional sanity checks in SignPSBTInputPieter Wuille
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-08Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan
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-19Check that PSBT keys are the correct lengthAndrew Chow
2018-07-19Avoid creating a temporary vector for size-prefixed elementsPieter Wuille
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-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-05Merge #13269: refactoring: Drop UpdateTransaction in favor of UpdateInputWladimir J. van der Laan
2018-05-30Generic TransactionSignatureCreator works with both CTransaction and CMutable...Martin Ankerl
2018-05-18Drop UpdateTransaction in favor of UpdateInputBen Woosley
2018-04-10Make DummySignatureCreator a singletonPieter Wuille
2018-04-10Make BaseSignatureCreator a pure interfacePieter Wuille
2018-03-25Introduce interface for signing providersPieter Wuille
2018-03-09Calculate and store the number of bytes required to spend an inputAndrew Chow
2018-01-10Merge #11403: SegWit wallet supportJonas Schnelli