Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -6/+42 |
| | | | | exit code of -1 upon failure | ||||
* | format code. Remove unused python code | Jared Wasinger | 2017-08-08 | 1 | -94/+93 |
| | |||||
* | use JS for json schema validation because the Node 'jsonschema' library is ↵ | Jared Wasinger | 2017-08-08 | 1 | -4/+8 |
| | | | | 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 | 1 | -19/+9 |
| | |||||
* | add "explanation" field. Reduce number of schema errors | Jared Wasinger | 2017-08-08 | 1 | -0/+139 |