index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
script
/
sign.h
Age
Commit message (
Expand
)
Author
2020-10-12
Support for Schnorr signatures and integration in SignatureCheckers (BIP 340)
Pieter Wuille
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-08
Refactor rawtransaction's SignTransaction into generic SignTransaction function
Andrew Chow
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-11-20
Merge #12461: scripted-diff: Rename key size consts to be relative to their c...
Wladimir J. van der Laan
2019-10-15
Remove unused includes
practicalswift
2019-07-09
Move various SigningProviders to signingprovider.{cpp,h}
Andrew Chow
2019-07-09
Move KeyOriginInfo to its own header file
Andrew Chow
2019-07-03
Add HaveKey and HaveCScript to SigningProvider
Andrew Chow
2019-05-10
Abstract out IsSegWitOutput from utxoupdatepsbt
Pieter Wuille
2019-04-04
Keep full pubkeys in FlatSigningProvider::origins
Pieter Wuille
2019-03-04
scripted-diff: Rename CPubKey and CKey::*_KEY_SIZE and COMPRESSED_*_KEY_SIZE
Ben Woosley
2019-02-16
Merge #13932: Additional utility RPCs for PSBT
Wladimir J. van der Laan
2019-02-16
Figure out what is missing during signing
Andrew Chow
2019-02-14
Store key origin info in key metadata
Andrew Chow
2019-02-11
Move PSBT definitions and code to separate files
Glenn Willen
2018-12-17
Minimal changes to comply with explicit CMutableTransaction -> CTranaction c...
lucash-dev
2018-11-27
Merge #14477: Add ability to convert solvability info to descriptor
Pieter Wuille
2018-11-13
Merge #14690: Throw error if CPubKey is invalid during PSBT keypath serializa...
Wladimir J. van der Laan
2018-11-08
Throw error if CPubKey is invalid during PSBT keypath serialization
Gregory Sanders
2018-11-01
Simplify arguments to SignPSBTInput
Glenn Willen
2018-11-01
Add bool PSBTInputSigned
Glenn Willen
2018-11-01
New PartiallySignedTransaction constructor from CTransction
Glenn Willen
2018-11-01
Merge #14377: check that a separator is found for psbt inputs, outputs, and g...
Wladimir J. van der Laan
2018-10-26
Add tests for InferDescriptor and Descriptor::IsSolvable
Pieter Wuille
2018-10-20
Add key origin support to descriptors
Pieter Wuille
2018-10-03
check that a separator is found for psbt inputs, outputs, and global map
Andrew Chow
2018-09-11
Drop minor GetSerializeSize template
Ben Woosley
2018-08-28
Merge #13723: PSBT key path cleanups
Wladimir J. van der Laan
2018-08-14
Merge #13917: Additional safety checks in PSBT signer
Wladimir J. van der Laan
2018-08-13
Serialize non-witness utxo as a non-witness tx but always deserialize as witness
Andrew Chow
2018-08-13
Fix PSBT deserialization of 0-input transactions
Andrew Chow
2018-08-13
Make SignPSBTInput operate on a private SignatureData object
Pieter Wuille
2018-08-13
Pass HD path data through SignatureData
Pieter Wuille
2018-08-13
Generalize PublicOnlySigningProvider into HidingSigningProvider
Pieter Wuille
2018-08-13
Make SigningProvider expose key origin information
Pieter Wuille
2018-08-13
Introduce KeyOriginInfo for fingerprint + path
Pieter Wuille
2018-08-13
Additional sanity checks in SignPSBTInput
Pieter Wuille
2018-08-13
Merge #13666: Always create signatures with Low R values
Wladimir J. van der Laan
2018-08-09
Use 72 byte dummy signatures when watching only inputs may be used
Andrew Chow
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-07-27
Add simple FlatSigningProvider
Pieter Wuille
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-25
Merge #13721: Bugfixes for BIP 174 combining and deserialization
Wladimir J. van der Laan
2018-07-19
Check that PSBT keys are the correct length
Andrew Chow
2018-07-19
Avoid creating a temporary vector for size-prefixed elements
Pieter Wuille
2018-07-16
Create wallet RPCs for PSBT
Andrew Chow
2018-07-13
SignPSBTInput wrapper function
Andrew Chow
2018-07-13
Methods for interacting with PSBT structs
Andrew Chow
2018-07-13
Add pubkeys and whether input was witness to SignatureData
Andrew Chow
[next]