aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-utils/src/order_hash.ts
Commit message (Collapse)AuthorAgeFilesLines
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-3/+3
|
* Throw and handle errors from Providers.Jacob Evans2018-10-091-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 Evans2018-10-051-38/+5
| | | | | Create a helper back in EIP712Utils for code cleanup. Moved constants in order-utils into the constants object
* Move SignTypedData to utils packageJacob Evans2018-10-051-20/+32
|
* Expose eth_signTypedData functionality for order signingJacob Evans2018-10-051-1/+1
|
* Rename EIP712Utils to eip712Utils since objectLiterals shouldn't start with capsFabio Berger2018-08-041-4/+4
|
* Optimize and remove redundant encodePackedJacob Evans2018-06-191-3/+0
|
* Merge branch 'v2-prototype' into bug/contracts/eip712-191-prefixJacob Evans2018-06-181-3/+0
|\
| * Try enabling no-unused-variable...fragosti2018-06-051-3/+0
| |
* | Rebase and update feedbackJacob Evans2018-06-181-13/+13
| | | | | | | | | | | | Cache the domain separator data with address this Use the EIP712Types enum for types everywhere Rename EIP712 struct ExecuteTransaction to ZeroExTransaction
* | Basic EIP712 encoderJacob Evans2018-06-081-18/+1
| |
* | Update Order utils to use eip712Jacob Evans2018-06-061-45/+30
|/
* Improve comments and remove unused importsFabio Berger2018-06-021-1/+1
|
* Fix type importsFabio Berger2018-06-021-1/+2
|
* Fix order-utils testsFabio Berger2018-05-311-2/+2
|
* Initial refactor of order-utils. Move many utils from contracts into this ↵Fabio Berger2018-05-301-77/+103
| | | | package.
* Fix TSLint rulesFabio Berger2018-05-161-1/+2
|
* Add missing type definitionsLeonid Logvinov2018-05-141-1/+1
|
* Move order utils to @0xproject/order-utilsLeonid Logvinov2018-05-021-0/+89