Fabio B
5dd55491b8
Merge pull request #1494 from 0xProject/feature/order-watcher/dockerize
...
Dockerize OrderWatcher WS Server
2019-01-09 11:27:22 +01:00
Fabio Berger
28aa12691e
rename method
2019-01-09 11:06:15 +01:00
F. Eugene Aumson
4689f20b86
Move json_schemas to its own package ( #1435 )
...
* 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
2019-01-08 14:28:32 -05:00
Fabio Berger
0cfeea7c8c
Remove stray console
2019-01-08 17:15:05 +01:00
Fabio Berger
e2df4b355b
Add assertions to catch trying to add undefined schemas
2019-01-08 17:07:10 +01:00
F. Eugene Aumson
a3eab71908
Correct inconsistencies in JSON schema names
...
In both ref ID's and file names.
2018-12-28 15:08:15 -05:00
Fabio Berger
ee4185ab46
Move OrderWatcher Websocket schemas to json-schemas and convert to JSON so that they are language agnostic
2018-12-16 16:52:37 -08:00
Leonid Logvinov
33dbdb0184
Move connect schemas to JSON Schemas
2018-11-12 13:44:24 +01:00
Fabio Berger
b9dccf9da3
chore: add whole number schema
2018-10-21 19:20:36 +02:00
Fabio Berger
7d9009bb96
Convert all schemas to json files, so it's easier for devs in other languages to use it
2018-10-17 13:28:26 +01:00
Jacob Evans
9e8031d5e3
Throw and handle errors from Providers.
...
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
2018-10-09 19:01:36 +11:00
Jacob Evans
adcfaa2e80
Expose eth_signTypedData functionality for order signing
2018-10-05 11:59:24 +10:00
Fabio Berger
2f2582a0da
Merge development
2018-08-14 14:21:47 -07:00
fragosti
cc67c0df51
Correct orderbook typo
2018-08-08 14:18:24 -07:00
fragosti
95b656f360
Add GET fee_recipients
2018-08-07 17:42:52 -07:00
fragosti
86eafeb826
Add tests for asset pair endpoint
2018-08-01 11:44:59 -07:00
fragosti
63e869f6d0
Add paginated collection test case
2018-07-31 17:04:22 -07:00
fragosti
4aff9515d8
Get schema tests running (not crashiing)
2018-07-31 16:37:51 -07:00
fragosti
162fe797fc
Update schemas export
2018-07-30 17:53:01 -07:00
Fabio Berger
f4a2e227e1
Remove all in-package monorepo-scripts by adding doc gen/upload and aggregate release note publishing to publish script
2018-07-29 21:58:39 +02:00
Leonid Logvinov
bf8ac3b9e6
Fix tslint issues
2018-07-17 12:59:02 +02:00
Leonid Logvinov
01c6efeaf1
Merge branch 'v2-prototype' into v2-contract-wrappers-WIP
2018-07-05 17:00:50 +03:00
Leonid Logvinov
7fbee77875
Export ecSignatureParameterSchema from json-schemas
2018-07-05 15:05:57 +02:00
Leonid Logvinov
3cc1a952ca
Add ordersSchema to json-schemas
2018-07-05 15:05:57 +02:00
Fabio Berger
2a7b3aecc3
Add CallData schema to json-schemas
2018-07-05 12:33:48 +02:00
Fabio Berger
3302c89284
Revivie the ECSignatureSchema
2018-05-30 13:52:27 -07:00
Fabio Berger
9c850d152c
Updated Order, SignedOrder schemas, removed ECSignature schema types and added Hex basic type
2018-05-23 16:52:41 -07:00
Leonid Logvinov
b74957acdf
Add missing type definitions
2018-05-14 10:35:13 +02:00
Leonid Logvinov
4d9029bb0e
Add metacoin example project
2018-04-02 12:34:29 +03:00
Fabio Berger
d437a66019
Add comments to JSON-schemas public methods
2018-03-21 18:51:17 +00:00
Fabio Berger
db8be4a66e
Rename stagedocs.ts
file to stage_docs.ts
in keeping with our file naming conventions. postpublish.ts
is the only exception and this is because it is dictated by Lerna
2018-03-20 12:00:22 +00:00
Fabio Berger
c7302c46e5
Add JSON Schemas docs to website
2018-03-18 14:54:12 +01:00
Fabio Berger
f7c1e10b5a
Move configuration into package.json configs section
2018-03-14 14:07:24 +01:00
Fabio Berger
a2e848a7fa
Fix lint issues
2018-03-13 16:55:50 +01:00
Fabio Berger
ca25b816fa
move scripts to monorepro-scripts
2018-03-13 15:29:12 +01:00
Leonid Logvinov
e744e4cd98
Apply prettier config
2018-01-03 11:37:38 +01:00
Brandon Millman
cb11aec84d
Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors
2017-12-20 15:30:25 +01:00
Leonid Logvinov
f269ecd95e
Fix linter error
2017-12-19 12:10:43 +01:00
Leonid Logvinov
1e4fdcf615
Rename SubscriptionOpts to BlockRange
2017-12-19 12:10:43 +01:00
Leonid Logvinov
f1b267cc9f
Refactor web3Wrapper to a separate package
2017-12-06 20:55:09 +03:00
Leonid Logvinov
2fa5bb2028
Autofix json-schemas linter errors
2017-11-23 15:13:37 -06:00
Brandon Millman
56b5619d24
Add json-schemas package to mono repo
2017-11-14 09:42:50 -05:00