aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas/schemas/zero_ex_transaction_schema.ts
Commit message (Collapse)AuthorAgeFilesLines
* Convert all schemas to json files, so it's easier for devs in other ↵Fabio Berger2018-10-171-10/+0
| | | | languages to use it
* Throw and handle errors from Providers.Jacob Evans2018-10-091-0/+10
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