aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas/test/schema_test.ts
Commit message (Collapse)AuthorAgeFilesLines
* Update dependency packagesHsuan Lee2019-01-191-872/+0
|
* Add wholeNumberSchema testFabio Berger2018-10-221-0/+12
|
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-1/+1
|
* Merge pull request #938 from 0xProject/sol-cov-fixesFabio Berger2018-08-141-4/+0
|\ | | | | Sol cov fixes
| * Merge branch 'sol-cov-fixes' of github.com:0xProject/0x-monorepo into ↵Fabio Berger2018-08-141-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sol-cov-fixes * 'sol-cov-fixes' of github.com:0xProject/0x-monorepo: (49 commits) Add @return comments Import marshaller directly Update comment about ethers checksummed address behavior Add packages/coverage/.gitkeep file Update CI config and package.json to run @0xproject/utils tests on CI Update remaining CHANGELOG.json files Change amir picture Update CHANGELOG.json for contract-wrappers Update ethers typings for TypeScript 2.9.2 Update CHANGELOG.json for base-contract Move some ethers-related types to typescript-typings/ethers Apply prettier Add strictArgumentEncodingCheck to BaseContract and use it in contract templates fix(monorepo-scripts): Fix typo in git tag command feat(monorepo-scripts): Add confirmation prompt before publishing fix comments and styling for MixinSignatureValidator Update TypeScript to version 2.9.2 Use asm for hashEIP712Message, increment free memory pointer after asm hashing functions Fix comments, styling, and optimize hashOrder Remove assertion comments ...
| * | Remove test for unknown prop now that we are allowing additional props fro ↵Fabio Berger2018-08-141-4/+0
| | | | | | | | | | | | txData
* | | Fix linting issuesfragosti2018-08-101-1/+0
| | |
* | | Correct orderbook typofragosti2018-08-091-3/+3
| | |
* | | Change remainingFillableAmount to metaDatafragosti2018-08-091-2/+4
| | |
* | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-08-081-1/+1
|\ \ \ | | |/ | |/| | | | feature/sra/add-sra-package
| * | Remove 0x test case from hexSchema testBrandon Millman2018-08-061-1/+1
| |/
* | Create asset_pairs SRA endpoint (and establish conventions)fragosti2018-08-031-1/+0
| |
* | All schema tests paddingfragosti2018-08-021-6/+17
| |
* | update orders channel subscribe schemafragosti2018-08-021-74/+12
| |
* | Update order book schema testfragosti2018-08-021-18/+43
| |
* | Add relayerApiOrdersResponseTestfragosti2018-08-021-0/+33
| |
* | Add tests for asset pair endpointfragosti2018-08-021-85/+109
| |
* | Group all standard relayer api tests togetherfragosti2018-08-011-405/+406
| |
* | Add test for relayerApiOrderSchemafragosti2018-08-011-0/+17
| |
* | Add paginated collection test casefragosti2018-08-011-1/+29
| |
* | Get schema tests running (not crashiing)fragosti2018-08-011-152/+53
|/
* Use make-promises-safe as a preloader instead of manually importingAlex Browne2018-06-221-1/+0
|
* Initial refactor of order-utils. Move many utils from contracts into this ↵Fabio Berger2018-05-301-0/+1
| | | | package.
* Add senderAddress to order schemaFabio Berger2018-05-251-0/+1
|
* Force hex to have at least two hex values after the prefix, but it could be ↵Fabio Berger2018-05-241-1/+1
| | | | two zeros
* Fix Hex regex and testsFabio Berger2018-05-241-2/+3
|
* Updated Order, SignedOrder schemas, removed ECSignature schema types and ↵Fabio Berger2018-05-241-56/+18
| | | | added Hex basic type
* Merge pull request #594 from 0xProject/improvement/addCustomTslintRulesFabio Berger2018-05-231-3/+8
|\ | | | | Add more tslint rules
| * Improve nameFabio Berger2018-05-161-2/+2
| |
| * Fix TSLint rulesFabio Berger2018-05-161-3/+8
| |
* | Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-171-0/+1
|/
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-1/+1
|
* Apply prettier configLeonid Logvinov2018-01-031-112/+34
|
* Rename SubscriptionOpts to BlockRangeLeonid Logvinov2017-12-191-4/+4
|
* Fix connect unused varsLeonid Logvinov2017-12-151-2/+0
|
* Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-071-1/+1
|
* Add requestId to subscription messages and update json-schemasBrandon Millman2017-12-061-10/+33
|
* Add type information for the linterLeonid Logvinov2017-11-241-1/+1
|
* Autofix json-schemas linter errorsLeonid Logvinov2017-11-241-5/+6
|
* Add json-schemas package to mono repoBrandon Millman2017-11-141-0/+972