aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/src/types.ts
Commit message (Collapse)AuthorAgeFilesLines
* feat(contract-wrappers): export ForwarderWrapperError and ↵Brandon Millman2018-10-231-0/+5
| | | | ContractWrapperError.SignatureRequestDenied
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-4/+4
|
* Remove ContractNotFound errors in contract-wrappersAlex Browne2018-10-161-7/+0
|
* Introduce new contract-addresses package and use it everywhereAlex Browne2018-10-161-8/+4
|
* update contract_wrappers to use new artifacts and abi-gen wrappers packagesAlex Browne2018-10-161-11/+12
|
* Remove artifacts from migrations package and update contract-wrappers ↵Alex Browne2018-10-161-6/+2
| | | | accordingly
* Update contract-wrappers package to use new contracts package for generated ↵Alex Browne2018-10-161-7/+11
| | | | files
* Update getOrdersAndTradersInfo to return an array insteadBrandon Millman2018-08-281-5/+0
|
* Add getBalanceAndAllowance to wrapperBrandon Millman2018-08-281-0/+6
|
* Add getOrderAndTraderInfoAsync to wrapperBrandon Millman2018-08-281-0/+4
|
* Initial OrderValidator wrapperBrandon Millman2018-08-281-0/+16
|
* Add getOrdersInfo to exchange_wrapperBrandon Millman2018-07-311-2/+2
|
* Implement initial forwarder wrapperBrandon Millman2018-07-311-0/+2
|
* Dedupe AssetProxyId typesLeonid Logvinov2018-07-091-5/+0
|
* Add basic validation for exchange contract wrapperLeonid Logvinov2018-07-091-2/+4
|
* Add type for AssetProxyIdLeonid Logvinov2018-07-091-0/+5
|
* Add blockPollingInterval config to contractWrappers config typeLeonid Logvinov2018-07-051-0/+2
|
* Add OrderInfo and OrderStatus to typesLeonid Logvinov2018-07-051-0/+16
|
* Remove tokenTransferProxyAddress from configLeonid Logvinov2018-06-291-4/+4
|
* Refactor typesLeonid Logvinov2018-06-291-35/+21
|
* merge v2-prototypeFabio Berger2018-06-061-1/+1
|\
| * Mention the gasLimit until in the doc commentFabio Berger2018-06-051-1/+1
| |
* | Try enabling no-unused-variable...fragosti2018-06-051-4/+0
|/
* Rename zeroExContract... to contractWrappers...Fabio Berger2018-05-101-1/+1
|
* Remove unneeded tslint disableFabio Berger2018-05-101-1/+0
|
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-101-0/+187
unifying library with the same interface