aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas/src/schemas.ts
Commit message (Collapse)AuthorAgeFilesLines
* Move json_schemas to its own package (#1435)F. Eugene Aumson2019-01-091-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move zero_ex.json_schemas to its own package * Support ALL the schemas * Stop installing packages as editable * HACK: cp files because CircleCI isn't * Add example usage to sra_client README * Tweak special case: only strip Schema as suffix * Correct doc titles * Clarify what kind of support ticket was raised. * Correct inconsistencies in JSON schema names In both ref ID's and file names. * Add entry point for validation of JSON strings
| * Correct inconsistencies in JSON schema namesF. Eugene Aumson2018-12-291-1/+1
| | | | | | | | In both ref ID's and file names.
* | Move OrderWatcher Websocket schemas to json-schemas and convert to JSON so ↵Fabio Berger2018-12-171-0/+4
|/ | | | that they are language agnostic
* Move connect schemas to JSON SchemasLeonid Logvinov2018-11-121-0/+12
|
* chore: add whole number schemaFabio Berger2018-10-221-0/+2
|
* Convert all schemas to json files, so it's easier for devs in other ↵Fabio Berger2018-10-171-36/+38
| | | | languages to use it
* Throw and handle errors from Providers.Jacob Evans2018-10-091-2/+4
| | | | | | | In web3 wrapper when a response contains an error field we throw this rather than return response.result which is often undefined. In Signature Utils we handle the error thrown when a user rejects the signing dialogue to prevent double signing. Exposed the ZeroExTransaction JSON schema. In Website only use the MetamaskSubprovider if we can detect the provider is Metamask
* Expose eth_signTypedData functionality for order signingJacob Evans2018-10-051-0/+2
|
* Correct orderbook typofragosti2018-08-091-2/+2
|
* Add GET fee_recipientsfragosti2018-08-081-0/+2
|
* Add tests for asset pair endpointfragosti2018-08-021-0/+2
|
* Add paginated collection test casefragosti2018-08-011-1/+1
|
* Get schema tests running (not crashiing)fragosti2018-08-011-2/+10
|
* Update schemas exportfragosti2018-07-311-23/+17
|
* Merge branch 'v2-prototype' into v2-contract-wrappers-WIPLeonid Logvinov2018-07-051-0/+2
|\
| * Add CallData schema to json-schemasFabio Berger2018-07-051-0/+2
| |
* | Export ecSignatureParameterSchema from json-schemasLeonid Logvinov2018-07-051-1/+2
| |
* | Add ordersSchema to json-schemasLeonid Logvinov2018-07-051-0/+2
|/
* Revivie the ECSignatureSchemaFabio Berger2018-05-311-0/+2
|
* Updated Order, SignedOrder schemas, removed ECSignature schema types and ↵Fabio Berger2018-05-241-4/+2
| | | | added Hex basic type
* Apply prettier configLeonid Logvinov2018-01-031-56/+17
|
* Fix linter errorLeonid Logvinov2017-12-191-4/+4
|
* Rename SubscriptionOpts to BlockRangeLeonid Logvinov2017-12-191-3/+3
|
* Autofix json-schemas linter errorsLeonid Logvinov2017-11-241-25/+25
|
* Add json-schemas package to mono repoBrandon Millman2017-11-141-0/+99