aboutsummaryrefslogtreecommitdiff
path: root/src/test/data
Commit message (Expand)AuthorAgeFilesLines
* Backport of some of BIP66's testsPieter Wuille2015-10-182-2/+98
* Fix script test handling of empty scriptsPeter Todd2014-06-292-0/+22
* Test CHECKMULTISIG with m == 0 and n == 0Peter Todd2014-06-292-0/+80
* Add rejection of non-null CHECKMULTISIG dummy valuesPeter Todd2014-06-292-3/+44
* Let tx (in)valid tests use any SCRIPT_VERIFY flagPeter Todd2014-06-292-43/+43
* script: add additional script testsCory Fields2014-05-292-0/+16
* Supply working pre-generated sighash test vectors.langerhans2014-05-261-500/+500
* Add sighash tests from data fileManuel Araoz2014-05-261-0/+503
* Add licenses for tests and test dataWladimir J. van der Laan2014-05-181-0/+14
* Fix doubled alerts in alert tests causing them to faillangerhans2014-04-241-0/+0
* Updated signed alert test data to reflect Dogecoin keyslangerhans2014-04-171-0/+0
* change valid base58 key test data to doge networkPatrick Lodder2014-04-131-100/+100
* Add more data-driven tests.Matt Corallo2014-01-302-2/+34
* Add tests for correct and incorrect order of signatures for a multisigTamas Blummer2013-12-112-2/+12
* Test alerts high at high PROTOCOL_VERSIONsGavin Andresen2013-11-111-0/+0
* Add a few more basic script/tx test-cases.Matt Corallo2013-11-082-2/+14
* included-tests: generate binary data from test files for inclusion into test ...Cory Fields2013-09-161-0/+0
* Document and test OP_RESERVED weirdnessPeter Todd2013-08-252-1/+6
* More unit tests for NUMEQUALGavin Andresen2013-08-061-0/+9
* Add unittests for multiple ELSEs in a rowPeter Todd2013-07-232-1/+30
* Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...Eric Lombrozo2013-06-052-2/+2
* Add new data-driven test-case.Matt Corallo2013-06-021-1/+7
* Add a few data-driven tests for SIGHASH_ANYONECANPAYMatt Corallo2013-05-212-2/+17
* -alertnotify=<cmd>Gavin Andresen2013-03-191-0/+0
* Some unit tests for CAlertGavin Andresen2013-03-191-0/+0
* Test canonical prunable txout format explicitlyPeter Todd2013-03-012-0/+5
* Add coverage for all invalid opsPeter Todd2013-03-012-1/+131
* Merge pull request #1742 from sipa/canonicalJeff Garzik2012-10-202-0/+29
|\
| * Check for canonical public keys and signaturesPieter Wuille2012-09-212-0/+29
* | data-driven base58 CBitcoinAddress/CBitcoinSecret testsWladimir J. van der Laan2012-10-013-0/+618
|/
* Add various tests for CTransaction::CheckTransaction()Matt Corallo2012-09-052-2/+59
* Add data-driven transaction tests.Matt Corallo2012-08-202-0/+78
* Add a few test cases to data-driven script tests.Matt Corallo2012-08-202-2/+195
* Remove newlines from JSON stringsGavin Andresen2012-05-252-80/+11
* Unit tests for transaction size limitsGavin Andresen2012-05-252-0/+100
* Lots more Script unit test cases.Gavin Andresen2012-05-242-7/+224
* More CScript unit tests.Gavin Andresen2012-05-242-1/+15
* Data-drive script evaluation unit tests.Gavin Andresen2012-04-212-0/+103