aboutsummaryrefslogtreecommitdiff
path: root/src/test/data/script_valid.json
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* additional test for OP_SIZE in script_valid.jsonOtto Allmendinger2014-07-181-0/+1
|
* Merge pull request #3965Wladimir J. van der Laan2014-05-091-0/+13
|\ | | | | | | | | | | | | | | | | 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 testsCory Fields2014-04-221-0/+13
| |
* | Test CHECKMULTISIG with m == 0 and n == 0Peter Todd2014-03-121-0/+64
| |
* | Fix script test handling of empty scriptsPeter Todd2014-03-121-0/+12
|/ | | | Previously an empty script would evaluate to OP_0
* Add script test to prove that OP_0 evaluates as the empty vector, rather ↵Andreas Schildbach2014-03-111-1/+3
| | | | than [0].
* Add a few more basic script/tx test-cases.Matt Corallo2013-11-081-1/+9
|
* Document and test OP_RESERVED weirdnessPeter Todd2013-08-251-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 NUMEQUALGavin Andresen2013-08-061-0/+9
|
* Add unittests for multiple ELSEs in a rowPeter Todd2013-07-231-0/+15
| | | | | IF ELSE ELSE ENDIF is a valid construct; execution or non-execution inverts on each ELSE encountered.
* Test canonical prunable txout format explicitlyPeter Todd2013-03-011-0/+2
|
* Add coverage for all invalid opsPeter Todd2013-03-011-0/+64
| | | | 0xba thru 0xff
* Add a few test cases to data-driven script tests.Matt Corallo2012-08-201-1/+110
|
* Remove newlines from JSON stringsGavin Andresen2012-05-251-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 limitsGavin Andresen2012-05-251-0/+60
|
* Lots more Script unit test cases.Gavin Andresen2012-05-241-7/+107
|
* More CScript unit tests.Gavin Andresen2012-05-241-0/+10
|
* Data-drive script evaluation unit tests.Gavin Andresen2012-04-211-0/+78