aboutsummaryrefslogtreecommitdiffstats
path: root/JSONSchema
Commit message (Collapse)AuthorAgeFilesLines
* add blockchain test linting to travisJared Wasinger2017-08-264-2/+499
|
* add storage and code restrictions to json schemacdetrio2017-08-082-3/+25
|
* replace Metropolis with Byzantium and Constantinople in state test schemacdetrio2017-08-081-1/+4
|
* add schema for state test fillerscdetrio2017-08-081-0/+257
|
* use more type definitions in schemacdetrio2017-08-081-116/+214
|
* validate.js takes schema file as argumentcdetrio2017-08-081-1/+3
|
* improve type checking.Jared Wasinger2017-08-081-148/+190
|
* remove es6 syntax from validation script.Jared Wasinger2017-08-081-1/+1
|
* make log ordering consistentJared Wasinger2017-08-081-0/+11
|
* add ECDSA parameters r, s, v. Make sure certain fields are marked as ↵Jared Wasinger2017-08-081-8/+25
| | | | required. Add regex for GasAmount.
* make error output more informative. Make schema more comprehensive. Add ↵Jared Wasinger2017-08-082-37/+80
| | | | exit code of -1 upon failure
* fix process errorJared Wasinger2017-08-081-1/+0
|
* format code. Remove unused python codeJared Wasinger2017-08-083-132/+105
|
* use JS for json schema validation because the Node 'jsonschema' library is ↵Jared Wasinger2017-08-082-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 Wasinger2017-08-083-20/+39
|
* add "explanation" field. Reduce number of schema errorsJared Wasinger2017-08-083-0/+190