Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add blockchain test linting to travis | Jared Wasinger | 2017-08-26 | 1 | -2/+8 |
| | |||||
* | validate.js takes schema file as argument | cdetrio | 2017-08-08 | 1 | -1/+3 |
| | |||||
* | 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 |
| | |||||
* | make error output more informative. Make schema more comprehensive. Add ↵ | Jared Wasinger | 2017-08-08 | 1 | -31/+38 |
| | | | | 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 | 1 | -8/+12 |
| | |||||
* | use JS for json schema validation because the Node 'jsonschema' library is ↵ | Jared Wasinger | 2017-08-08 | 1 | -1/+1 |
| | | | | 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 "explanation" field. Reduce number of schema errors | Jared Wasinger | 2017-08-08 | 1 | -0/+50 |