Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better dup key validator | Yoichi Hirai | 2018-03-21 | 1 | -1/+1 |
| | |||||
* | Check for duplicate keys in JSON objects | Yoichi Hirai | 2018-03-19 | 1 | -3/+6 |
| | |||||
* | Allow LLL code in transaction data | Yoichi Hirai | 2018-03-01 | 1 | -4/+9 |
| | |||||
* | allow decimal storage values in test fillers | Dimitry | 2018-02-17 | 1 | -2/+8 |
| | |||||
* | Fixing errors from JSONSchema/st-filler-schema.json | Yoichi Hirai | 2018-01-30 | 1 | -3/+4 |
| | |||||
* | add expect section to linting of test fillers | Jared Wasinger | 2018-01-30 | 1 | -4/+78 |
| | |||||
* | add blockchain test linting to travis | Jared Wasinger | 2017-08-26 | 4 | -2/+499 |
| | |||||
* | add storage and code restrictions to json schema | cdetrio | 2017-08-08 | 2 | -3/+25 |
| | |||||
* | replace Metropolis with Byzantium and Constantinople in state test schema | cdetrio | 2017-08-08 | 1 | -1/+4 |
| | |||||
* | add schema for state test fillers | cdetrio | 2017-08-08 | 1 | -0/+257 |
| | |||||
* | use more type definitions in schema | cdetrio | 2017-08-08 | 1 | -116/+214 |
| | |||||
* | validate.js takes schema file as argument | cdetrio | 2017-08-08 | 1 | -1/+3 |
| | |||||
* | improve type checking. | Jared Wasinger | 2017-08-08 | 1 | -148/+190 |
| | |||||
* | remove es6 syntax from validation script. | Jared Wasinger | 2017-08-08 | 1 | -1/+1 |
| | |||||
* | make log ordering consistent | Jared Wasinger | 2017-08-08 | 1 | -0/+11 |
| | |||||
* | add ECDSA parameters r, s, v. Make sure certain fields are marked as ↵ | Jared Wasinger | 2017-08-08 | 1 | -8/+25 |
| | | | | required. Add regex for GasAmount. | ||||
* | make error output more informative. Make schema more comprehensive. Add ↵ | Jared Wasinger | 2017-08-08 | 2 | -37/+80 |
| | | | | exit code of -1 upon failure | ||||
* | fix process error | Jared Wasinger | 2017-08-08 | 1 | -1/+0 |
| | |||||
* | format code. Remove unused python code | Jared Wasinger | 2017-08-08 | 3 | -132/+105 |
| | |||||
* | use JS for json schema validation because the Node 'jsonschema' library is ↵ | Jared Wasinger | 2017-08-08 | 2 | -5/+9 |
| | | | | the only one (that I have found) to correctly handle 'additionalProperties' as a boolean (https://spacetelescope.github.io/understanding-json-schema/reference/object.html) | ||||
* | add schema validation with Travis integration. | Jared Wasinger | 2017-08-08 | 3 | -20/+39 |
| | |||||
* | add "explanation" field. Reduce number of schema errors | Jared Wasinger | 2017-08-08 | 3 | -0/+190 |