index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
script
/
sign.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify arguments to SignPSBTInput
Glenn Willen
2018-12-03
1
-1
/
+1
*
Add bool PSBTInputSigned
Glenn Willen
2018-12-03
1
-0
/
+3
*
New PartiallySignedTransaction constructor from CTransction
Glenn Willen
2018-12-03
1
-0
/
+1
*
check that a separator is found for psbt inputs, outputs, and global map
Andrew Chow
2018-12-03
1
-3
/
+27
*
Throw error if CPubKey is invalid during PSBT keypath serialization
Gregory Sanders
2018-11-29
1
-0
/
+3
*
Additional sanity checks in SignPSBTInput
Pieter Wuille
2018-08-15
1
-1
/
+1
*
Serialize non-witness utxo as a non-witness tx but always deserialize as witness
Andrew Chow
2018-08-15
1
-2
/
+7
*
Fix PSBT deserialization of 0-input transactions
Andrew Chow
2018-08-15
1
-2
/
+5
*
Merge #13666: Always create signatures with Low R values
Wladimir J. van der Laan
2018-08-13
1
-1
/
+3
|
\
|
*
Use 72 byte dummy signatures when watching only inputs may be used
Andrew Chow
2018-08-09
1
-1
/
+3
*
|
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-08
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
|
Add simple FlatSigningProvider
Pieter Wuille
2018-07-27
1
-0
/
+13
|
/
*
Merge #13721: Bugfixes for BIP 174 combining and deserialization
Wladimir J. van der Laan
2018-07-25
1
-0
/
+20
|
\
|
*
Check that PSBT keys are the correct length
Andrew Chow
2018-07-19
1
-0
/
+20
*
|
Avoid creating a temporary vector for size-prefixed elements
Pieter Wuille
2018-07-19
1
-10
/
+8
|
/
*
Create wallet RPCs for PSBT
Andrew Chow
2018-07-16
1
-0
/
+11
*
SignPSBTInput wrapper function
Andrew Chow
2018-07-13
1
-0
/
+3
*
Methods for interacting with PSBT structs
Andrew Chow
2018-07-13
1
-0
/
+14
*
Add pubkeys and whether input was witness to SignatureData
Andrew Chow
2018-07-13
1
-0
/
+2
*
Implement PSBT Structures and un/serialization methods per BIP 174
Andrew Chow
2018-07-13
1
-0
/
+538
*
Remove CombineSignatures and replace tests
Andrew Chow
2018-07-03
1
-3
/
+0
*
Replace CombineSignatures with ProduceSignature
Andrew Chow
2018-07-03
1
-3
/
+6
*
Make SignatureData able to store signatures and scripts
Andrew Chow
2018-07-03
1
-4
/
+13
*
Merge #13269: refactoring: Drop UpdateTransaction in favor of UpdateInput
Wladimir J. van der Laan
2018-06-05
1
-1
/
+0
|
\
|
*
Drop UpdateTransaction in favor of UpdateInput
Ben Woosley
2018-05-18
1
-1
/
+0
*
|
Generic TransactionSignatureCreator works with both CTransaction and CMutable...
Martin Ankerl
2018-05-30
1
-11
/
+4
|
/
*
Make DummySignatureCreator a singleton
Pieter Wuille
2018-04-10
1
-5
/
+1
*
Make BaseSignatureCreator a pure interface
Pieter Wuille
2018-04-10
1
-13
/
+7
*
Introduce interface for signing providers
Pieter Wuille
2018-03-25
1
-11
/
+22
*
Calculate and store the number of bytes required to spend an input
Andrew Chow
2018-03-09
1
-0
/
+1
*
Merge #11403: SegWit wallet support
Jonas Schnelli
2018-01-10
1
-0
/
+6
|
\
|
*
Abstract out IsSolvable from Witnessifier
Pieter Wuille
2018-01-03
1
-0
/
+6
*
|
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
|
/
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-1
/
+1
*
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
1
-2
/
+2
*
Use the override specifier (C++11) where we expect to be overriding the virtu...
practicalswift
2017-06-28
1
-4
/
+4
*
Merge #8808: Do not shadow variables (gcc set)
Wladimir J. van der Laan
2017-03-03
1
-1
/
+1
|
\
|
*
Do not shadow variables (gcc set)
Pavel Janík
2016-12-05
1
-1
/
+1
*
|
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
|
/
*
[doc] Fix typos in comments, doxygen: Fix comment syntax
MarcoFalke
2016-08-22
1
-1
/
+1
*
BIP143: Signing logic
Pieter Wuille
2016-06-22
1
-9
/
+25
*
BIP143: Verification logic
Pieter Wuille
2016-06-22
1
-2
/
+3
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
Add DummySignatureCreator which just creates zeroed sigs
Pieter Wuille
2015-06-11
1
-0
/
+8
*
Abstract out Ctransaction-specific signing into TransactionSignatureCreator
Pieter Wuille
2015-03-21
1
-4
/
+37
*
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
Make comments in /src/script doxygen compatible
Michael Ford
2014-11-10
1
-2
/
+4
*
Avoid a bunch of copying/conversion in script/sign
Pieter Wuille
2014-11-04
1
-1
/
+1
*
Fix all header defines
Pavel Janík
2014-11-03
1
-3
/
+3
[next]