aboutsummaryrefslogtreecommitdiff
path: root/src/test/script_tests.cpp
AgeCommit message (Expand)Author
2016-05-30Adding P2SH(p2pkh) script test caseChris Stewart
2016-04-19Unit test for CScript::FindAndDeleteGavin Andresen
2016-04-05Merge script_valid and script_invalid testsPieter Wuille
2016-04-05Get rid of expect in script_tests as it's implied by scripterrorPieter Wuille
2016-04-05Make script_error a mandatory 4th field for script_testsPieter Wuille
2016-04-05Fix some misconstructed testsPieter Wuille
2016-04-05Fix JSON pretty printing in script_testsPieter Wuille
2016-03-14Merge #7517: test: script_error checking in script_invalid testsWladimir J. van der Laan
2016-02-12Merge #7184: Implement SequenceLocks functions for BIP 68Wladimir J. van der Laan
2016-02-11test: Script_error checking in script_invalid testsWladimir J. van der Laan
2016-02-11test: Re-introduce JSON pretty printing in test builderWladimir J. van der Laan
2016-02-10Implement SequenceLocks functionsAlex Morcos
2016-01-05Merge pull request #7205Wladimir J. van der Laan
2015-12-15Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY.mb300sd
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-11-13Prevector typePieter Wuille
2015-10-01[Univalue] add univalue over subtreeJonas Schnelli
2015-07-30Resolve issue 3166.mruddy
2015-07-23Includes: Cleanup around net main and walletJorge Timón
2015-07-23TRIVIAL: Missing includesJorge Timón
2015-06-04Remove JSON Spirit wrapper, remove JSON Spirit leftoversJonas Schnelli
2015-06-04remove JSON Spirit UniValue wrapperJonas Schnelli
2015-06-04expicit set UniValue type to avoid empty valuesJonas Schnelli
2015-06-04extend conversion to UniValueJonas Schnelli
2015-06-04Convert tree to using univalue. Eliminate all json_spirit uses.Jeff Garzik
2015-03-12tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan
2015-02-10Add test for DER-encoding edge caseSuhas Daftuar
2015-02-10Fix NegateSignatureS to not duplicate last byte of SSuhas Daftuar
2015-02-03Merge pull request #5713Wladimir J. van der Laan
2015-02-02Avoid storing a reference passed to SignatureChecker constructorsPieter Wuille
2015-02-02Use separate SignatureChecker for CMutableTransactionPieter Wuille
2015-02-01Example unit tests from BIP66Pieter Wuille
2015-01-08Merge pull request #5143Wladimir J. van der Laan
2015-01-06Merge pull request #5513Wladimir J. van der Laan
2015-01-02namespace: drop most boost namespaces and a few header cleanupsCory Fields
2014-12-30clarify obscure uses of EvalScript()Pavel Vasin
2014-12-01Use deterministically generated script testsPieter Wuille
2014-12-01Merge pull request #5227Wladimir J. van der Laan
2014-11-25Add SCRIPT_VERIFY_CLEANSTACK (BIP62 rule 6)Pieter Wuille
2014-11-20Deterministic signingPieter Wuille
2014-11-20Make STRICTENC invalid pubkeys fail the script rather than the opcode.Pieter Wuille
2014-11-19build: add quick consensus lib testsCory Fields
2014-11-18Do not use EC code in global constructorsPieter Wuille
2014-11-14script: check ScriptError values in script testsCory Fields
2014-11-10Do signature-s negation inside the testsPieter Wuille
2014-10-25Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4)Pieter Wuille
2014-10-25Add SCRIPT_VERIFY_SIGPUSHONLY (BIP62 rule 2)Pieter Wuille
2014-10-17script: add ToByteVector() for converting anything with begin/endCory Fields
2014-10-17script: move CScriptID to standard.h and add a ctor for creating them from CS...Cory Fields
2014-10-08Make SCRIPT_VERIFY_STRICTENC compatible with BIP62Pieter Wuille