aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1494 from 0xProject/feature/order-watcher/dockerizeFabio B2019-01-091-0/+8
|\ | | | | Dockerize OrderWatcher WS Server
| * rename methodFabio Berger2019-01-091-4/+4
| |
| * Remove stray consoleFabio Berger2019-01-091-1/+0
| |
| * Add assertions to catch trying to add undefined schemasFabio Berger2019-01-091-0/+9
| |
* | 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-172-42/+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
|
* Merge developmentFabio Berger2018-08-151-25/+31
|\
| * 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
| |
* | Remove all in-package monorepo-scripts by adding doc gen/upload and ↵Fabio Berger2018-07-302-16/+0
|/ | | | aggregate release note publishing to publish script
* Fix tslint issuesLeonid Logvinov2018-07-171-1/+1
|
* 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
* Add missing type definitionsLeonid Logvinov2018-05-141-1/+1
|
* Add metacoin example projectLeonid Logvinov2018-04-021-2/+0
|
* Add comments to JSON-schemas public methodsFabio Berger2018-03-221-0/+24
|
* Rename `stagedocs.ts` file to `stage_docs.ts` in keeping with our file ↵Fabio Berger2018-03-201-0/+0
| | | | naming conventions. `postpublish.ts` is the only exception and this is because it is dictated by Lerna
* Add JSON Schemas docs to websiteFabio Berger2018-03-181-0/+8
|
* Move configuration into package.json configs sectionFabio Berger2018-03-141-2/+3
|
* Fix lint issuesFabio Berger2018-03-131-0/+1
|
* move scripts to monorepro-scriptsFabio Berger2018-03-132-0/+13
|
* Apply prettier configLeonid Logvinov2018-01-033-61/+22
|
* Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-201-5/+5
|
* Fix linter errorLeonid Logvinov2017-12-191-4/+4
|
* Rename SubscriptionOpts to BlockRangeLeonid Logvinov2017-12-191-3/+3
|
* Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-071-6/+0
|
* Autofix json-schemas linter errorsLeonid Logvinov2017-11-242-26/+27
|
* Add json-schemas package to mono repoBrandon Millman2017-11-144-0/+138