aboutsummaryrefslogtreecommitdiff
path: root/src/test/script_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* | Merge pull request #7205Wladimir J. van der Laan2016-01-051-1/+1
|\ \
| * | Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
| |/
* / Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY.mb300sd2015-12-151-4/+4
|/
* Prevector typePieter Wuille2015-11-131-2/+2
* [Univalue] add univalue over subtreeJonas Schnelli2015-10-011-1/+1
* Resolve issue 3166.mruddy2015-07-301-1/+31
* Includes: Cleanup around net main and walletJorge Timón2015-07-231-1/+0
* TRIVIAL: Missing includesJorge Timón2015-07-231-0/+1
* Remove JSON Spirit wrapper, remove JSON Spirit leftoversJonas Schnelli2015-06-041-7/+7
* remove JSON Spirit UniValue wrapperJonas Schnelli2015-06-041-7/+7
* expicit set UniValue type to avoid empty valuesJonas Schnelli2015-06-041-1/+1
* extend conversion to UniValueJonas Schnelli2015-06-041-6/+8
* Convert tree to using univalue. Eliminate all json_spirit uses.Jeff Garzik2015-06-041-13/+9
* tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan2015-03-121-1/+2