aboutsummaryrefslogtreecommitdiff
path: root/src/test/script_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Add test for DER-encoding edge caseSuhas Daftuar2015-02-101-0/+6
* Fix NegateSignatureS to not duplicate last byte of SSuhas Daftuar2015-02-101-2/+0
* Merge pull request #5713Wladimir J. van der Laan2015-02-031-0/+73
|\
| * Example unit tests from BIP66Pieter Wuille2015-02-011-0/+73
* | Avoid storing a reference passed to SignatureChecker constructorsPieter Wuille2015-02-021-14/+14
* | Use separate SignatureChecker for CMutableTransactionPieter Wuille2015-02-021-14/+14
|/
* Merge pull request #5143Wladimir J. van der Laan2015-01-081-0/+16
|\
| * Add SCRIPT_VERIFY_CLEANSTACK (BIP62 rule 6)Pieter Wuille2014-11-251-0/+16
* | Merge pull request #5513Wladimir J. van der Laan2015-01-061-7/+0
|\ \
| * | namespace: drop most boost namespaces and a few header cleanupsCory Fields2015-01-021-7/+0
* | | clarify obscure uses of EvalScript()Pavel Vasin2014-12-301-4/+4
|/ /
* | Use deterministically generated script testsPieter Wuille2014-12-011-22/+12
* | Merge pull request #5227Wladimir J. van der Laan2014-12-011-1/+2
|\ \ | |/ |/|
| * Deterministic signingPieter Wuille2014-11-201-1/+2
* | Make STRICTENC invalid pubkeys fail the script rather than the opcode.Pieter Wuille2014-11-201-6/+15
|/
* build: add quick consensus lib testsCory Fields2014-11-191-1/+12