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.cpp
Age
Commit message (
Expand
)
Author
2021-05-04
refactor: Replace &foo[0] with foo.data()
MarcoFalke
2021-04-13
Merge #21330: Deal with missing data in signature hashes more consistently
fanquake
2021-03-15
Treat amount<0 also as missing data for P2WPKH/P2WSH
Pieter Wuille
2021-03-15
Make all SignatureChecker explicit about missing data
Pieter Wuille
2021-03-04
Introduce DeferringSignatureChecker and inherit with SignatureExtractor
Andrew Chow
2021-02-11
Merge #20211: Use -Wswitch for TxoutType where possible
MarcoFalke
2020-12-06
Don't declare de facto const reference variables as non-const
practicalswift
2020-10-21
Use -Wswitch for TxoutType where possible
MarcoFalke
2020-10-12
Make Taproot spends standard + policy limits
Pieter Wuille
2020-10-06
scripted-diff: put ECDSA in name of signature functions
Pieter Wuille
2020-07-15
Do not turn OP_1NEGATE in scriptSig into 0x0181 in signing code
Pieter Wuille
2020-06-21
scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-19
Prefer explicit CScriptID construction
Ben Woosley
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-09
Clear any input_errors for an input after it is signed
Andrew Chow
2020-03-08
Refactor rawtransaction's SignTransaction into generic SignTransaction function
Andrew Chow
2020-01-23
Always try to sign for all pubkeys in multisig
Andrew Chow
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-10-02
Merge #13266: refactor: privatize SignatureExtractorChecker [moveonly]
Wladimir J. van der Laan
2019-07-09
Move various SigningProviders to signingprovider.{cpp,h}
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
Make SignatureExtractorChecker private to its own file
Ben Woosley
2019-02-16
Figure out what is missing during signing
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-28
[refactor] Add a base DescriptorImpl with most common logic
Pieter Wuille
2018-11-23
Merge #14678: [wallet] remove redundant KeyOriginInfo access, already done in...
Wladimir J. van der Laan
2018-11-13
GetPubKey: make sigdata const
Gregory Sanders
2018-11-12
remove redundant KeyOriginInfo access, already done in CreateSig
Gregory Sanders
2018-11-09
Merge #14689: Require a public key to be retrieved when signing a P2PKH input
Pieter Wuille
2018-11-08
Require a public key to be retrieved when signing a P2PKH input
Andrew Chow
2018-11-01
Refactor PSBTInput signing to enforce invariant
Glenn Willen
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 #14197: [psbt] Convert non-witness UTXOs to witness if witness sig created
Wladimir J. van der Laan
2018-10-20
Add key origin support to descriptors
Pieter Wuille
2018-10-07
Stop requiring imported pubkey to sign non-PKH schemes
Pieter Wuille
2018-09-22
Convert non-witness UTXOs to witness if witness sig created
Andrew Chow
2018-08-28
Merge #13723: PSBT key path cleanups
Wladimir J. van der Laan
2018-08-25
Merge #13429: Return the script type from Solver
Wladimir J. van der Laan
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
Additional sanity checks in SignPSBTInput
Pieter Wuille
2018-08-13
Merge #13534: Don't assert(foo()) where foo() has side effects
MarcoFalke
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
[next]