aboutsummaryrefslogtreecommitdiff
path: root/src/test/script_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Do not use EC code in global constructorsPieter Wuille2014-11-181-1/+2
* script: check ScriptError values in script testsCory Fields2014-11-141-20/+46
* Do signature-s negation inside the testsPieter Wuille2014-11-101-1/+46
* Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4)Pieter Wuille2014-10-251-5/+5
* Add SCRIPT_VERIFY_SIGPUSHONLY (BIP62 rule 2)Pieter Wuille2014-10-251-2/+21
* script: add ToByteVector() for converting anything with begin/endCory Fields2014-10-171-44/+44
* script: move CScriptID to standard.h and add a ctor for creating them from CS...Cory Fields2014-10-171-2/+2
* Make SCRIPT_VERIFY_STRICTENC compatible with BIP62Pieter Wuille2014-10-081-12/+60
* Prettify JSON tests and minimize diffsPieter Wuille2014-10-071-14/+29
* Merge pull request #4890Wladimir J. van der Laan2014-10-061-18/+18
|\
| * Replace SCRIPT_VERIFY_NOCACHE by flag directly to checkerPieter Wuille2014-10-021-17/+17
| * Abstract out SignatureCheckerPieter Wuille2014-10-021-1/+1
* | DRY: Avoid repetitions in script_testjtimon2014-10-021-30/+7
|/
* Fix vector out of bounds in script testsPieter Wuille2014-09-291-8/+8
* Add automatic script test generation, and actual checksig testsPieter Wuille2014-09-261-8/+317
* Use actually valid transactions for script testsPieter Wuille2014-09-221-5/+44
* Merge pull request #4555Wladimir J. van der Laan2014-09-171-19/+19
|\
| * Don't pass nHashType to EvalScript nor CheckSigjtimon2014-09-121-4/+4
| * Don't pass nHashType to VerifyScriptjtimon2014-09-121-15/+15
* | Move CTxDestination from script/script to script/standardPieter Wuille2014-09-161-3/+3
|/