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
2018-03-25
Introduce interface for signing providers
Pieter Wuille
2018-03-09
Calculate and store the number of bytes required to spend an input
Andrew Chow
2018-01-10
Merge #11403: SegWit wallet support
Jonas Schnelli
2018-01-03
Abstract out IsSolvable from Witnessifier
Pieter Wuille
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-06-28
Use the override specifier (C++11) where we expect to be overriding the virtu...
practicalswift
2017-03-03
Merge #8808: Do not shadow variables (gcc set)
Wladimir J. van der Laan
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-05
Do not shadow variables (gcc set)
Pavel Janík
2016-08-22
[doc] Fix typos in comments, doxygen: Fix comment syntax
MarcoFalke
2016-06-22
BIP143: Signing logic
Pieter Wuille
2016-06-22
BIP143: Verification logic
Pieter Wuille
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-06-11
Add DummySignatureCreator which just creates zeroed sigs
Pieter Wuille
2015-03-21
Abstract out Ctransaction-specific signing into TransactionSignatureCreator
Pieter Wuille
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-11-10
Make comments in /src/script doxygen compatible
Michael Ford
2014-11-04
Avoid a bunch of copying/conversion in script/sign
Pieter Wuille
2014-11-03
Fix all header defines
Pavel Janík
2014-09-14
cleanup new script files (no code changes)
Philip Kaufmann
2014-09-08
Separate script/sign
jtimon