aboutsummaryrefslogtreecommitdiffstats
path: root/test/schema_test.ts
Commit message (Expand)AuthorAgeFilesLines
* 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