Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1494 from 0xProject/feature/order-watcher/dockerize | Fabio B | 2019-01-09 | 1 | -0/+8 |
|\ | | | | | Dockerize OrderWatcher WS Server | ||||
| * | rename method | Fabio Berger | 2019-01-09 | 1 | -4/+4 |
| | | |||||
| * | Remove stray console | Fabio Berger | 2019-01-09 | 1 | -1/+0 |
| | | |||||
| * | Add assertions to catch trying to add undefined schemas | Fabio Berger | 2019-01-09 | 1 | -0/+9 |
| | | |||||
* | | Move json_schemas to its own package (#1435) | F. Eugene Aumson | 2019-01-09 | 1 | -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 names | F. Eugene Aumson | 2018-12-29 | 1 | -1/+1 |
| | | | | | | | | In both ref ID's and file names. | ||||
* | | Move OrderWatcher Websocket schemas to json-schemas and convert to JSON so ↵ | Fabio Berger | 2018-12-17 | 1 | -0/+4 |
|/ | | | | that they are language agnostic | ||||
* | Move connect schemas to JSON Schemas | Leonid Logvinov | 2018-11-12 | 1 | -0/+12 |
| | |||||
* | chore: add whole number schema | Fabio Berger | 2018-10-22 | 1 | -0/+2 |
| | |||||
* | Convert all schemas to json files, so it's easier for devs in other ↵ | Fabio Berger | 2018-10-17 | 2 | -42/+38 |
| | | | | languages to use it | ||||
* | Throw and handle errors from Providers. | Jacob Evans | 2018-10-09 | 1 | -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 signing | Jacob Evans | 2018-10-05 | 1 | -0/+2 |
| | |||||
* | Merge development | Fabio Berger | 2018-08-15 | 1 | -25/+31 |
|\ | |||||
| * | Correct orderbook typo | fragosti | 2018-08-09 | 1 | -2/+2 |
| | | |||||
| * | Add GET fee_recipients | fragosti | 2018-08-08 | 1 | -0/+2 |
| | | |||||
| * | Add tests for asset pair endpoint | fragosti | 2018-08-02 | 1 | -0/+2 |
| | | |||||
| * | Add paginated collection test case | fragosti | 2018-08-01 | 1 | -1/+1 |
| | | |||||
| * | Get schema tests running (not crashiing) | fragosti | 2018-08-01 | 1 | -2/+10 |
| | | |||||
| * | Update schemas export | fragosti | 2018-07-31 | 1 | -23/+17 |
| | | |||||
* | | Remove all in-package monorepo-scripts by adding doc gen/upload and ↵ | Fabio Berger | 2018-07-30 | 2 | -16/+0 |
|/ | | | | aggregate release note publishing to publish script | ||||
* | Fix tslint issues | Leonid Logvinov | 2018-07-17 | 1 | -1/+1 |
| | |||||
* | Merge branch 'v2-prototype' into v2-contract-wrappers-WIP | Leonid Logvinov | 2018-07-05 | 1 | -0/+2 |
|\ | |||||
| * | Add CallData schema to json-schemas | Fabio Berger | 2018-07-05 | 1 | -0/+2 |
| | | |||||
* | | Export ecSignatureParameterSchema from json-schemas | Leonid Logvinov | 2018-07-05 | 1 | -1/+2 |
| | | |||||
* | | Add ordersSchema to json-schemas | Leonid Logvinov | 2018-07-05 | 1 | -0/+2 |
|/ | |||||
* | Revivie the ECSignatureSchema | Fabio Berger | 2018-05-31 | 1 | -0/+2 |
| | |||||
* | Updated Order, SignedOrder schemas, removed ECSignature schema types and ↵ | Fabio Berger | 2018-05-24 | 1 | -4/+2 |
| | | | | added Hex basic type | ||||
* | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 1 | -1/+1 |
| | |||||
* | Add metacoin example project | Leonid Logvinov | 2018-04-02 | 1 | -2/+0 |
| | |||||
* | Add comments to JSON-schemas public methods | Fabio Berger | 2018-03-22 | 1 | -0/+24 |
| | |||||
* | Rename `stagedocs.ts` file to `stage_docs.ts` in keeping with our file ↵ | Fabio Berger | 2018-03-20 | 1 | -0/+0 |
| | | | | naming conventions. `postpublish.ts` is the only exception and this is because it is dictated by Lerna | ||||
* | Add JSON Schemas docs to website | Fabio Berger | 2018-03-18 | 1 | -0/+8 |
| | |||||
* | Move configuration into package.json configs section | Fabio Berger | 2018-03-14 | 1 | -2/+3 |
| | |||||
* | Fix lint issues | Fabio Berger | 2018-03-13 | 1 | -0/+1 |
| | |||||
* | move scripts to monorepro-scripts | Fabio Berger | 2018-03-13 | 2 | -0/+13 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 3 | -61/+22 |
| | |||||
* | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors | Brandon Millman | 2017-12-20 | 1 | -5/+5 |
| | |||||
* | Fix linter error | Leonid Logvinov | 2017-12-19 | 1 | -4/+4 |
| | |||||
* | Rename SubscriptionOpts to BlockRange | Leonid Logvinov | 2017-12-19 | 1 | -3/+3 |
| | |||||
* | Refactor web3Wrapper to a separate package | Leonid Logvinov | 2017-12-07 | 1 | -6/+0 |
| | |||||
* | Autofix json-schemas linter errors | Leonid Logvinov | 2017-11-24 | 2 | -26/+27 |
| | |||||
* | Add json-schemas package to mono repo | Brandon Millman | 2017-11-14 | 4 | -0/+138 |