Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stop exporting EIP712 schemas | Fabio Berger | 2019-02-07 | 1 | -11/+6 |
| | |||||
* | Allow custom domains in eip712Utils | Amir Bandeali | 2019-02-06 | 1 | -6/+35 |
| | |||||
* | Update ZeroExTransactionSchema | Amir Bandeali | 2019-02-06 | 1 | -8/+6 |
| | |||||
* | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 1 | -1/+1 |
| | |||||
* | Throw and handle errors from Providers. | Jacob Evans | 2018-10-09 | 1 | -1/+1 |
| | | | | | | | 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 | ||||
* | Return SignedOrder from signing utils. | Jacob Evans | 2018-10-05 | 1 | -0/+44 |
Create a helper back in EIP712Utils for code cleanup. Moved constants in order-utils into the constants object |