| Commit message (Expand) | Author | Age | Files | Lines |
* | add sealEngine to jsonSchema | Dimitry | 2018-08-28 | 3 | -3/+40 |
* | test.py, VMTests, src/VMTestsFiller, JSONSchema/: output newline at end of fi... | Everett Hildenbrandt | 2018-06-07 | 7 | -7/+7 |
* | JSONSchema/*.json: format files | Everett Hildenbrandt | 2018-06-02 | 6 | -28/+26 |
* | JSONSchema/*: add _info block to schemas to require filler information | Everett Hildenbrandt | 2018-05-31 | 4 | -3/+36 |
* | JSONSchema/validate: remove now unused file | Everett Hildenbrandt | 2018-05-31 | 1 | -82/+0 |
* | test.py, JSONSchema/bc-filler-schema: add BlockchainTests filler validation s... | Everett Hildenbrandt | 2018-05-31 | 1 | -0/+333 |
* | JSONSchema/bc-schema: fix schema for blockchaintests | Everett Hildenbrandt | 2018-05-31 | 1 | -18/+31 |
* | JSONSchema/st-filler-schema: fix GeneralStateTests filler schema | Everett Hildenbrandt | 2018-05-31 | 1 | -14/+11 |
* | test.py, JSONSchema/{vm,vm-filler}-schema: add schemas for vm tests | Everett Hildenbrandt | 2018-05-31 | 2 | -0/+300 |
* | JSONSchema/*.json: sort/organize and standardize spacing | Everett Hildenbrandt | 2018-05-31 | 4 | -560/+727 |
* | test.py, JSONSchema/*: factor out common schema definitions | Everett Hildenbrandt | 2018-05-31 | 4 | -433/+200 |
* | 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 require... | Jared Wasinger | 2017-08-08 | 1 | -8/+25 |
* | make error output more informative. Make schema more comprehensive. Add exi... | Jared Wasinger | 2017-08-08 | 2 | -37/+80 |
* | 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 th... | Jared Wasinger | 2017-08-08 | 2 | -5/+9 |
* | 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 |