| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Backport of some of BIP66's tests | Pieter Wuille | 2015-10-18 | 1 | -1/+55 |
| | | |||||
| * | Fix script test handling of empty scripts | Peter Todd | 2014-06-29 | 1 | -0/+12 |
| | | | | | Previously an empty script would evaluate to OP_0 | ||||
| * | Test CHECKMULTISIG with m == 0 and n == 0 | Peter Todd | 2014-06-29 | 1 | -0/+64 |
| | | |||||
| * | script: add additional script tests | Cory Fields | 2014-05-29 | 1 | -0/+13 |
| | | |||||
| * | Add a few more basic script/tx test-cases. | Matt Corallo | 2013-11-08 | 1 | -1/+9 |
| | | |||||
| * | Document and test OP_RESERVED weirdness | Peter Todd | 2013-08-25 | 1 | -1/+5 |
| | | | | | | | Seems it was forgotten about when IsPushOnly() and the unittests were written. A particular oddity is that OP_RESERVED doesn't count towards the >201 opcode limit unlike every other named opcode. | ||||
| * | More unit tests for NUMEQUAL | Gavin Andresen | 2013-08-06 | 1 | -0/+9 |
| | | |||||
| * | Add unittests for multiple ELSEs in a row | Peter Todd | 2013-07-23 | 1 | -0/+15 |
| | | | | | | IF ELSE ELSE ENDIF is a valid construct; execution or non-execution inverts on each ELSE encountered. | ||||
| * | Test canonical prunable txout format explicitly | Peter Todd | 2013-03-01 | 1 | -0/+2 |
| | | |||||
| * | Add coverage for all invalid ops | Peter Todd | 2013-03-01 | 1 | -0/+64 |
| | | | | | 0xba thru 0xff | ||||
| * | Add a few test cases to data-driven script tests. | Matt Corallo | 2012-08-20 | 1 | -1/+110 |
| | | |||||
| * | Remove newlines from JSON strings | Gavin Andresen | 2012-05-25 | 1 | -50/+6 |
| | | | | | | | Newlines in JSON strings are against the JSON spec, so remove them from the script*.json unit tests to make python's jsonrpc happy (json::spirit didn't care). | ||||
| * | Unit tests for transaction size limits | Gavin Andresen | 2012-05-25 | 1 | -0/+60 |
| | | |||||
| * | Lots more Script unit test cases. | Gavin Andresen | 2012-05-24 | 1 | -7/+107 |
| | | |||||
| * | More CScript unit tests. | Gavin Andresen | 2012-05-24 | 1 | -0/+10 |
| | | |||||
| * | Data-drive script evaluation unit tests. | Gavin Andresen | 2012-04-21 | 1 | -0/+78 |