Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Throw and handle errors from Providers. | Jacob Evans | 2018-10-09 | 1 | -2/+2 |
| | | | | | | | 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 | ||||
* | Add eth_signTypedData support to our wallet subproviders | Jacob Evans | 2018-10-05 | 1 | -6/+39 |
| | |||||
* | Move SignTypedData to utils package | Jacob Evans | 2018-10-05 | 1 | -0/+107 |
| | |||||
* | Add strictArgumentEncodingCheck to BaseContract and use it in contract templates | Alex Browne | 2018-08-09 | 1 | -0/+19 |