aboutsummaryrefslogtreecommitdiff
path: root/src/test/script_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix invalid memory access in CScript::operator+=Anthony Towns2017-09-111-0/+17
* | Merge #9964: Add const to methods that do not modify the object for which it ...MarcoFalke2017-08-161-1/+1
|\ \
| * | Add const to methods that do not modify the object for which it is calledpracticalswift2017-07-251-1/+1
* | | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-18/+18
|/ /
* | Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>Wladimir J. van der Laan2017-07-041-1/+0
|\ \ | |/ |/|
| * scripted-diff: Remove #include <boost/foreach.hpp>Jorge Timón2017-06-221-1/+0
* | Merge #9544: [trivial] Add end of namespace comments. Improve consistency.Wladimir J. van der Laan2017-06-261-1/+1
|\ \ | |/ |/|
| * [trivial] Add end of namespace commentspracticalswift2017-05-311-1/+1
* | Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille2017-06-131-2/+2
|\ \
| * | scripted-diff: Fully remove BOOST_FOREACHJorge Timón2017-06-051-2/+2
| |/
* / Add a valid opcode sanity check to CScriptAndrew Chow2017-06-071-0/+14
|/
* Merge #9911: Wshadow: various gcc fixesWladimir J. van der Laan2017-03-181-14/+14
|\
| * Prevent -Wshadow warnings with gcc versions 4.8.5, 5.3.1 and 6.2.1.Pavel Janík2017-03-181-14/+14
* | Remove unused codepracticalswift2017-03-171-5/+0
|/
* [Trivial] Grammar and typo correctionLauda2017-01-221-1/+1
* Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sourcesMarcoFalke2017-01-051-21/+19
|\
| * Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.Karl-Johan Alm2017-01-021-21/+19
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/
* Merge #8589: Inline CTxInWitness inside CTxInWladimir J. van der Laan2016-12-211-2/+1
|\
| * Move CTxInWitness inside CTxInPieter Wuille2016-12-041-2/+1
* | Refactor: Removed begin/end_ptr functions.Karl-Johan Alm2016-12-091-3/+3
|/
* Make CTransaction actually immutablePieter Wuille2016-12-021-6/+6
* libconsensus: Add input validation of flagsWladimir J. van der Laan2016-10-201-5/+8
* test segwit uncompressed key fixesJohnson Lau2016-10-171-0/+93
* Require compressed keys in segwit as policy and disable signing with uncompre...Johnson Lau2016-10-161-0/+1
* Add policy: null signature for failed CHECK(MULTI)SIGJohnson Lau2016-09-271-0/+1
* Merge #8526: Make non-minimal OP_IF/NOTIF argument non-standard for P2WSHWladimir J. van der Laan2016-09-271-0/+1
|\
| * Make non-minimal OP_IF/NOTIF argument non-standard for P2WSHJohnson Lau2016-09-231-0/+1
* | Do not shadow variablesPavel Janík2016-09-271-4/+4
|/
* [qa] script_tests: witness tests can specify tx amountSuhas Daftuar2016-06-221-23/+45
* [qa] p2p segwit testsSuhas Daftuar2016-06-221-3/+44
* [qa] Autogeneration support for witness in script_testsPieter Wuille2016-06-221-10/+95
* [qa] Add segwit support to script_testsPieter Wuille2016-06-221-18/+35
* BIP143: Signing logicPieter Wuille2016-06-221-50/+50
* [libconsensus] Script verification API with amountsThomas Kerin2016-06-221-1/+6
* BIP143: Verification logicPieter Wuille2016-06-221-28/+29
* Refactor script validation to observe amountsPieter Wuille2016-06-221-14/+15
* BIP141: Witness programPieter Wuille2016-06-221-16/+20
* Adding P2SH(p2pkh) script test caseChris Stewart2016-05-301-1/+4
* Unit test for CScript::FindAndDeleteGavin Andresen2016-04-191-0/+117
* Merge script_valid and script_invalid testsPieter Wuille2016-04-051-324/+277
* Get rid of expect in script_tests as it's implied by scripterrorPieter Wuille2016-04-051-8/+9
* Make script_error a mandatory 4th field for script_testsPieter Wuille2016-04-051-9/+6
* Fix some misconstructed testsPieter Wuille2016-04-051-4/+10
* Fix JSON pretty printing in script_testsPieter Wuille2016-04-051-4/+16
* Merge #7517: test: script_error checking in script_invalid testsWladimir J. van der Laan2016-03-141-57/+126
|\
| * test: Script_error checking in script_invalid testsWladimir J. van der Laan2016-02-111-54/+123
| * test: Re-introduce JSON pretty printing in test builderWladimir J. van der Laan2016-02-111-3/+3
* | Merge #7184: Implement SequenceLocks functions for BIP 68Wladimir J. van der Laan2016-02-121-2/+2
|\ \ | |/ |/|
| * Implement SequenceLocks functionsAlex Morcos2016-02-101-2/+2