aboutsummaryrefslogtreecommitdiff
path: root/src/script/sign.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move CTxInWitness inside CTxInPieter Wuille2016-12-041-7/+2
|
* Require compressed keys in segwit as policy and disable signing with ↵Johnson Lau2016-10-161-1/+5
| | | | uncompressed keys for segwit scripts
* BIP143: Signing logicPieter Wuille2016-06-221-83/+196
|
* BIP143: Verification logicPieter Wuille2016-06-221-9/+8
| | | | Includes simplifications by Eric Lombrozo.
* Refactor script validation to observe amountsPieter Wuille2016-06-221-2/+3
| | | | This is a preparation for BIP143 support.
* BIP141: Witness programPieter Wuille2016-06-221-1/+1
|
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|
* Prevector typePieter Wuille2015-11-131-2/+2
|
* Policy: MOVEONLY: Create policy/policy.h with some constantsJorge Timón2015-06-261-1/+2
|
* Add DummySignatureCreator which just creates zeroed sigsPieter Wuille2015-06-111-0/+36
|
* Abstract out Ctransaction-specific signing into TransactionSignatureCreatorPieter Wuille2015-03-211-36/+53
|
* Avoid storing a reference passed to SignatureChecker constructorsPieter Wuille2015-02-021-2/+2
|
* Use separate SignatureChecker for CMutableTransactionPieter Wuille2015-02-021-2/+2
|
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
| | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
* MOVEONLY: core/ -> primitives/Luke Dashjr2014-12-031-1/+1
|
* Make comments in /src/script doxygen compatibleMichael Ford2014-11-101-6/+6
|
* Avoid a bunch of copying/conversion in script/signPieter Wuille2014-11-041-4/+4
|
* MOVEONLY: Separate CTransaction and dependencies from corejtimon2014-10-271-1/+1
|
* script: add ToByteVector() for converting anything with begin/endCory Fields2014-10-171-1/+1
| | | | This should move to a util header once their dependencies are cleaned up.
* Replace SCRIPT_VERIFY_NOCACHE by flag directly to checkerPieter Wuille2014-10-021-1/+1
|
* Make signature cache optionalPieter Wuille2014-10-021-3/+3
|
* Abstract out SignatureCheckerPieter Wuille2014-10-021-1/+1
|
* Merge pull request #4555Wladimir J. van der Laan2014-09-171-4/+4
|\ | | | | | | | | | | | | 6dcfda2 Don't pass nHashType to EvalScript nor CheckSig (jtimon) 2b23a87 Don't pass nHashType to VerifyScript (jtimon) ce3649fb Remove CScriptCheck::nHashType (was always 0) (jtimon) 358562b Remove unused function main:VerifySignature (jtimon)
| * Don't pass nHashType to EvalScript nor CheckSigjtimon2014-09-121-3/+3
| |
| * Don't pass nHashType to VerifyScriptjtimon2014-09-121-1/+1
| |
* | cleanup new script files (no code changes)Philip Kaufmann2014-09-141-2/+2
|/ | | | | | - add missing header end comments - ensure alphabetical ordering - update copyright year and license
* Separate script/signjtimon2014-09-081-0/+260