Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-26 | Merge #9544: [trivial] Add end of namespace comments. Improve consistency. | Wladimir J. van der Laan | |
5a9b508 [trivial] Add end of namespace comments (practicalswift) Tree-SHA512: 92b0fcae4d1d3f4da9e97569ae84ef2d6e09625a5815cd0e5f0eb6dd2ecba9852fa85c184c5ae9de5117050330ce995e9867b451fa8cd5512169025990541a2b | |||
2017-06-13 | Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE | Pieter Wuille | |
1238f13cf scripted-diff: Remove PAIRTYPE (Jorge Timón) 18dc3c396 scripted-diff: Remove Q_FOREACH (Jorge Timón) 7c00c2672 scripted-diff: Fully remove BOOST_FOREACH (Jorge Timón) a5410ac5e Small preparations for Q_FOREACH, PAIRTYPE and #include <boost/foreach.hpp> removal (Jorge Timón) Tree-SHA512: d3ab4a173366402e7dcef31608977b757d4aa07abbbad2ee1bcbcfa311e994a4552f24e5a55272cb22c2dcf89a4b0495e02e9d9aceae4b08c0bab668f20e324c | |||
2017-06-05 | scripted-diff: Fully remove BOOST_FOREACH | Jorge Timón | |
-BEGIN VERIFY SCRIPT- sed -i 's/BOOST_FOREACH *(\(.*\),/for (\1 :/' ./src/*.h ./src/*.cpp ./src/*/*.h ./src/*/*.cpp ./src/*/*/*.h ./src/*/*/*.cpp ; -END VERIFY SCRIPT- | |||
2017-06-05 | Limit variable scope | practicalswift | |
2017-05-31 | [trivial] Add end of namespace comments | practicalswift | |
2017-03-08 | Refactor: Remove using namespace <xxx> from script/ | Karl-Johan Alm | |
2016-12-04 | Move CTxInWitness inside CTxIn | Pieter Wuille | |
2016-10-16 | Require compressed keys in segwit as policy and disable signing with ↵ | Johnson Lau | |
uncompressed keys for segwit scripts | |||
2016-06-22 | BIP143: Signing logic | Pieter Wuille | |
2016-06-22 | BIP143: Verification logic | Pieter Wuille | |
Includes simplifications by Eric Lombrozo. | |||
2016-06-22 | Refactor script validation to observe amounts | Pieter Wuille | |
This is a preparation for BIP143 support. | |||
2016-06-22 | BIP141: Witness program | Pieter Wuille | |
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 | |