| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | script tests: add tests for CHECKMULTISIG limits | Otto Allmendinger | 2014-07-18 | 1 | -0/+3 |
| | | |||||
| * | script tests: BOOLAND, BOOLOR decode to integer | Otto Allmendinger | 2014-07-18 | 1 | -0/+3 |
| | | | | | unlike other boolean checks, arguments >5 bytes invalidate the script | ||||
| * | Merge pull request #3965 | Wladimir J. van der Laan | 2014-05-09 | 1 | -0/+3 |
| |\ | | | | | | | | | | | | | | | | | b1fdd54 script: Add test for CScriptNum (Cory Fields) 90320d6 script: add additional script tests (Cory Fields) 05e3ecf script: remove bignum dependency (Cory Fields) 4f497cd script: switch outside users to CScriptNum (Cory Fields) 27bff74 script: switch to CScriptNum usage for scripts (Cory Fields) 48d8eb1 script: add CScriptNum class (Cory Fields) | ||||
| | * | script: add additional script tests | Cory Fields | 2014-04-22 | 1 | -0/+3 |
| | | | |||||
| * | | Test CHECKMULTISIG with m == 0 and n == 0 | Peter Todd | 2014-03-12 | 1 | -0/+16 |
| | | | |||||
| * | | Fix script test handling of empty scripts | Peter Todd | 2014-03-12 | 1 | -0/+10 |
| |/ | | | | Previously an empty script would evaluate to OP_0 | ||||
| * | Add script test to prove that OP_0 evaluates as the empty vector, rather ↵ | Andreas Schildbach | 2014-03-11 | 1 | -1/+3 |
| | | | | | than [0]. | ||||
| * | Document and test OP_RESERVED weirdness | Peter Todd | 2013-08-25 | 1 | -0/+1 |
| | | | | | | | 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. | ||||
| * | Add unittests for multiple ELSEs in a row | Peter Todd | 2013-07-23 | 1 | -1/+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/+3 |
| | | |||||
| * | Add coverage for all invalid ops | Peter Todd | 2013-03-01 | 1 | -1/+67 |
| | | | | | 0xba thru 0xff | ||||
| * | Add a few test cases to data-driven script tests. | Matt Corallo | 2012-08-20 | 1 | -1/+85 |
| | | |||||
| * | Remove newlines from JSON strings | Gavin Andresen | 2012-05-25 | 1 | -30/+5 |
| | | | | | | | 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/+40 |
| | | |||||
| * | Lots more Script unit test cases. | Gavin Andresen | 2012-05-24 | 1 | -0/+117 |
| | | |||||
| * | More CScript unit tests. | Gavin Andresen | 2012-05-24 | 1 | -1/+5 |
| | | |||||
| * | Data-drive script evaluation unit tests. | Gavin Andresen | 2012-04-21 | 1 | -0/+25 |