aboutsummaryrefslogtreecommitdiff
path: root/src/script/sign.h
AgeCommit message (Expand)Author
2022-08-19Make DUMMY_CHECKER availble outside of script/sign.cppAndrew Chow
2022-08-11script/sign: remove needless IsSolvable() utilityAntoine Poinsot
2022-06-27Fill PSBT Taproot output data to/from SignatureDataAndrew Chow
2022-06-27Fill PSBT Taproot input data to/from SignatureDataAndrew Chow
2022-05-04refactor: Change * to & in MutableTransactionSignatureCreatorMarcoFalke
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-10moveonly: Move (Un)Serialize(To/From)Vector, (De)SerializeHDKeypaths to psbt ...Andrew Chow
2021-12-10Types are compact size uintsAndrew Chow
2021-11-29Replace MakeSpan helper with Span deduction guidePieter Wuille
2021-11-16doc: Pick better named args for MutableTransactionSignatureCreatorMarcoFalke
2021-08-20Remove default nHashTypeIn arguments to MutableTransactionSignatureCreatorPieter Wuille
2021-07-01Change SignTransaction's input_errors to use bilingual_strAndrew Chow
2021-06-12Basic Taproot signing logic in script/sign.cppPieter Wuille
2021-06-12Add precomputed txdata support to MutableTransactionSignatureCreatorPieter Wuille
2020-10-12Support for Schnorr signatures and integration in SignatureCheckers (BIP 340)Pieter Wuille
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-03-08Refactor rawtransaction's SignTransaction into generic SignTransaction functionAndrew Chow
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-11-20Merge #12461: scripted-diff: Rename key size consts to be relative to their c...Wladimir J. van der Laan
2019-10-15Remove unused includespracticalswift
2019-07-09Move various SigningProviders to signingprovider.{cpp,h}Andrew Chow
2019-07-09Move KeyOriginInfo to its own header fileAndrew Chow
2019-07-03Add HaveKey and HaveCScript to SigningProviderAndrew Chow
2019-05-10Abstract out IsSegWitOutput from utxoupdatepsbtPieter Wuille
2019-04-04Keep full pubkeys in FlatSigningProvider::originsPieter Wuille
2019-03-04scripted-diff: Rename CPubKey and CKey::*_KEY_SIZE and COMPRESSED_*_KEY_SIZEBen Woosley
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