aboutsummaryrefslogtreecommitdiffstats
path: root/test/schema_test.ts
Commit message (Expand)AuthorAgeFilesLines
* Use 0x-json-schemasLeonid Logvinov2017-08-281-354/+0
* Put the last test address on it's own lineLeonid Logvinov2017-08-221-1/+3
* Reject checksummed addressesLeonid Logvinov2017-08-221-3/+7
* Remove url from token registryLeonid Logvinov2017-08-151-4/+0
* Make all fields of subscriptionOpts schema optionalLeonid Logvinov2017-07-051-3/+3
* move order hash schema to a separate fileLeonid Logvinov2017-07-051-1/+2
* Add exchangeContractAddress to an order in schema testsLeonid Logvinov2017-07-051-0/+1
* Add tests for order hash SchemaLeonid Logvinov2017-07-051-1/+20
* Add tests for subscriptionOptsSchema and blockParamSchemaLeonid Logvinov2017-07-041-0/+38
* Revert "Use different lodash import syntax which allows to include only used ...Leonid2017-06-221-3/+3
* Fall back to import x = require() syntaxLeonid Logvinov2017-06-211-1/+1
* Use different lodash import syntax which allows to include only used functionsLeonid Logvinov2017-06-211-3/+3
* Merge branch 'master' into json-schemaLeonid2017-06-101-10/+258
|\
| * Address feedbackLeonid Logvinov2017-06-101-10/+20
| * Fix bugs in schemasLeonid Logvinov2017-06-101-3/+3
| * Fix testsLeonid Logvinov2017-06-091-1/+1
| * Add tests for fillOrderRequests schemaLeonid Logvinov2017-06-091-0/+26
| * Add tests for orderCancellationRequestsSchemaLeonid Logvinov2017-06-091-0/+26
| * Fix tests and add fillOrKillRequests schemaLeonid Logvinov2017-06-091-11/+37
| * Refactor testsLeonid Logvinov2017-06-091-53/+47
| * Add tests for signedOrderSchemaLeonid Logvinov2017-06-091-0/+35
| * Add tests for order schemaLeonid Logvinov2017-06-091-0/+36
| * Tolerate more than one validation error in testsLeonid Logvinov2017-06-091-1/+5
| * Rename to validateAgainstSchemaLeonid Logvinov2017-06-091-11/+11
| * Add tests for TokenSchemaLeonid Logvinov2017-06-091-2/+37
| * Add ecSignatureSchema testsLeonid Logvinov2017-06-091-36/+58
| * Add ecSignatureParameter testLeonid Logvinov2017-06-091-0/+20
| * Add tests for address schemaLeonid Logvinov2017-06-091-7/+21
* | Fix testsLeonid Logvinov2017-06-101-2/+1
|/
* Add orderFillOrKillRequestsSchema and validate using it instead of looping ov...Fabio Berger2017-06-091-1/+1
* Update schema_test.tsLeonid2017-06-061-1/+1
* Address feedbackLeonid Logvinov2017-06-061-18/+23
* Add tests to number regex and BigNumber serialization & fix bugsLeonid Logvinov2017-06-051-0/+41