aboutsummaryrefslogtreecommitdiff
path: root/src/test/data
Commit message (Expand)AuthorAgeFilesLines
* Add bitcoin-tx testsJeff Garzik2014-08-196-0/+34
* bitcoin-tx: Accept input via stdin. Add input handling to tests.Jeff Garzik2014-08-191-0/+4
* Add "it works" test for bitcoin-txJeff Garzik2014-08-192-0/+6
* script tests: add tests for CHECKMULTISIG limitsOtto Allmendinger2014-07-181-0/+3
* script test: test case for 5-byte boolsOtto Allmendinger2014-07-181-0/+1
* script tests: value with trailing 0x00 is trueOtto Allmendinger2014-07-181-0/+1
* script tests: values that overflow to 0 are trueOtto Allmendinger2014-07-181-0/+1
* script tests: BOOLAND, BOOLOR decode to integerOtto Allmendinger2014-07-181-0/+3
* additional test for OP_SIZE in script_valid.jsonOtto Allmendinger2014-07-181-0/+1
* Merge pull request #4268Wladimir J. van der Laan2014-06-021-1/+1
|\
| * Fix stray uppercase A in tx_valid.json.Andreas Schildbach2014-06-011-1/+1
* | Add CODESEPARATOR/FindAndDelete() testsPeter Todd2014-05-121-0/+46
|/
* Merge pull request #3843Wladimir J. van der Laan2014-05-092-45/+86
|\
| * Add rejection of non-null CHECKMULTISIG dummy valuesPeter Todd2014-05-082-3/+44
| * Let tx (in)valid tests use any SCRIPT_VERIFY flagPeter Todd2014-05-052-43/+43
* | Merge pull request #3965Wladimir J. van der Laan2014-05-092-0/+16
|\ \
| * | script: add additional script testsCory Fields2014-04-222-0/+16
| |/
* | Merge pull request #3860 from petertodd/test-checkmulti-n-m-zeroGavin Andresen2014-05-092-0/+102
|\ \ | |/ |/|
| * Test CHECKMULTISIG with m == 0 and n == 0Peter Todd2014-03-122-0/+80
| * Fix script test handling of empty scriptsPeter Todd2014-03-122-0/+22
* | Add sighash tests from data fileManuel Araoz2014-03-311-0/+503
* | Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-0/+14
|/
* Add script test to prove that OP_0 evaluates as the empty vector, rather than...Andreas Schildbach2014-03-112-2/+6
* 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