| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |