Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke | |
2015-11-13 | Prevector type | Pieter Wuille | |
2015-06-26 | Policy: MOVEONLY: Create policy/policy.h with some constants | Jorge Timón | |
2015-06-11 | Add DummySignatureCreator which just creates zeroed sigs | Pieter Wuille | |
2015-03-21 | Abstract out Ctransaction-specific signing into TransactionSignatureCreator | Pieter Wuille | |
2015-02-02 | Avoid storing a reference passed to SignatureChecker constructors | Pieter Wuille | |
2015-02-02 | Use separate SignatureChecker for CMutableTransaction | Pieter Wuille | |
2014-12-19 | Added "Core" to copyright headers | sandakersmann | |
Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | |||
2014-12-03 | MOVEONLY: core/ -> primitives/ | Luke Dashjr | |
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-10-27 | MOVEONLY: Separate CTransaction and dependencies from core | jtimon | |
2014-10-17 | script: add ToByteVector() for converting anything with begin/end | Cory Fields | |
This should move to a util header once their dependencies are cleaned up. | |||
2014-10-02 | Replace SCRIPT_VERIFY_NOCACHE by flag directly to checker | Pieter Wuille | |
2014-10-02 | Make signature cache optional | Pieter Wuille | |
2014-10-02 | Abstract out SignatureChecker | Pieter Wuille | |
2014-09-17 | Merge pull request #4555 | Wladimir J. van der Laan | |
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) | |||
2014-09-14 | cleanup new script files (no code changes) | Philip Kaufmann | |
- add missing header end comments - ensure alphabetical ordering - update copyright year and license | |||
2014-09-12 | Don't pass nHashType to EvalScript nor CheckSig | jtimon | |
2014-09-12 | Don't pass nHashType to VerifyScript | jtimon | |
2014-09-08 | Separate script/sign | jtimon | |