aboutsummaryrefslogtreecommitdiffstats
path: root/packages/utils/test/sign_typed_data_utils_test.ts
Commit message (Collapse)AuthorAgeFilesLines
* feat(order_utils.py) generate_order_hash_hex() (#1234)F. Eugene Aumson2018-11-141-0/+23
|
* Throw and handle errors from Providers.Jacob Evans2018-10-091-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 subprovidersJacob Evans2018-10-051-6/+39
|
* Move SignTypedData to utils packageJacob Evans2018-10-051-0/+107