aboutsummaryrefslogtreecommitdiff
path: root/src/test/data/script_valid.json
Commit message (Collapse)AuthorAgeFilesLines
* 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