| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move CTxInWitness inside CTxIn | Pieter Wuille | 2016-12-04 | 1 | -7/+2 |
| | | |||||
| * | Require compressed keys in segwit as policy and disable signing with ↵ | Johnson Lau | 2016-10-16 | 1 | -1/+5 |
| | | | | | uncompressed keys for segwit scripts | ||||
| * | BIP143: Signing logic | Pieter Wuille | 2016-06-22 | 1 | -83/+196 |
| | | |||||
| * | BIP143: Verification logic | Pieter Wuille | 2016-06-22 | 1 | -9/+8 |
| | | | | | Includes simplifications by Eric Lombrozo. | ||||
| * | Refactor script validation to observe amounts | Pieter Wuille | 2016-06-22 | 1 | -2/+3 |
| | | | | | This is a preparation for BIP143 support. | ||||
| * | BIP141: Witness program | Pieter Wuille | 2016-06-22 | 1 | -1/+1 |
| | | |||||
| * | Bump copyright headers to 2015 | MarcoFalke | 2015-12-13 | 1 | -1/+1 |
| | | |||||
| * | Prevector type | Pieter Wuille | 2015-11-13 | 1 | -2/+2 |
| | | |||||
| * | Policy: MOVEONLY: Create policy/policy.h with some constants | Jorge Timón | 2015-06-26 | 1 | -1/+2 |
| | | |||||
| * | Add DummySignatureCreator which just creates zeroed sigs | Pieter Wuille | 2015-06-11 | 1 | -0/+36 |
| | | |||||
| * | Abstract out Ctransaction-specific signing into TransactionSignatureCreator | Pieter Wuille | 2015-03-21 | 1 | -36/+53 |
| | | |||||
| * | Avoid storing a reference passed to SignatureChecker constructors | Pieter Wuille | 2015-02-02 | 1 | -2/+2 |
| | | |||||
| * | Use separate SignatureChecker for CMutableTransaction | Pieter Wuille | 2015-02-02 | 1 | -2/+2 |
| | | |||||
| * | Added "Core" to copyright headers | sandakersmann | 2014-12-19 | 1 | -1/+1 |
| | | | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | ||||
| * | MOVEONLY: core/ -> primitives/ | Luke Dashjr | 2014-12-03 | 1 | -1/+1 |
| | | |||||
| * | Make comments in /src/script doxygen compatible | Michael Ford | 2014-11-10 | 1 | -6/+6 |
| | | |||||
| * | Avoid a bunch of copying/conversion in script/sign | Pieter Wuille | 2014-11-04 | 1 | -4/+4 |
| | | |||||
| * | MOVEONLY: Separate CTransaction and dependencies from core | jtimon | 2014-10-27 | 1 | -1/+1 |
| | | |||||
| * | script: add ToByteVector() for converting anything with begin/end | Cory Fields | 2014-10-17 | 1 | -1/+1 |
| | | | | | This should move to a util header once their dependencies are cleaned up. | ||||
| * | Replace SCRIPT_VERIFY_NOCACHE by flag directly to checker | Pieter Wuille | 2014-10-02 | 1 | -1/+1 |
| | | |||||
| * | Make signature cache optional | Pieter Wuille | 2014-10-02 | 1 | -3/+3 |
| | | |||||
| * | Abstract out SignatureChecker | Pieter Wuille | 2014-10-02 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #4555 | Wladimir J. van der Laan | 2014-09-17 | 1 | -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 CheckSig | jtimon | 2014-09-12 | 1 | -3/+3 |
| | | | |||||
| | * | Don't pass nHashType to VerifyScript | jtimon | 2014-09-12 | 1 | -1/+1 |
| | | | |||||
| * | | cleanup new script files (no code changes) | Philip Kaufmann | 2014-09-14 | 1 | -2/+2 |
| |/ | | | | | | - add missing header end comments - ensure alphabetical ordering - update copyright year and license | ||||
| * | Separate script/sign | jtimon | 2014-09-08 | 1 | -0/+260 |