aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/src/utils/transaction_encoder.ts
Commit message (Collapse)AuthorAgeFilesLines
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-5/+5
|
* update contract_wrappers to use new artifacts and abi-gen wrappers packagesAlex Browne2018-10-161-4/+4
|
* Update contract-wrappers package to use new contracts package for generated ↵Alex Browne2018-10-161-5/+5
| | | | files
* 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-24/+3
| | | | | Create a helper back in EIP712Utils for code cleanup. Moved constants in order-utils into the constants object
* Add eth_signTypedData support to our wallet subprovidersJacob Evans2018-10-051-13/+22
|
* Fix linter issueLeonid Logvinov2018-10-021-1/+1
|
* Fix remaining merge issuesFabio Berger2018-08-221-3/+3
|
* Rename to Transaction Encoder.Jacob Evans2018-08-181-0/+293
Add tests for all encoding methods.