aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/src/contract_wrappers/order_validator_wrapper.ts
Commit message (Expand)AuthorAgeFilesLines
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-6/+6
* In contract-wrappers, remove setProvider and add unsubscribeAll method.Alex Browne2018-10-161-6/+0
* Improve error handling for unknown network ids in contract-wrappersAlex Browne2018-10-161-1/+2
* Apply various PR feedbackAlex Browne2018-10-161-3/+2
* Introduce new contract-addresses package and use it everywhereAlex Browne2018-10-161-5/+7
* update contract_wrappers to use new artifacts and abi-gen wrappers packagesAlex Browne2018-10-161-5/+6
* Remove artifacts from migrations package and update contract-wrappers accordi...Alex Browne2018-10-161-7/+9
* Update contract-wrappers package to use new contracts package for generated f...Alex Browne2018-10-161-5/+4
* Add getBalancesAndAllowances to wrapperBrandon Millman2018-08-281-0/+25
* Add params to all function commentsBrandon Millman2018-08-281-0/+12
* Add getERC721Owner to wrapperBrandon Millman2018-08-281-1/+13
* Update getOrdersAndTradersInfo to return an array insteadBrandon Millman2018-08-281-7/+12
* Add getBalanceAndAllowance to wrapperBrandon Millman2018-08-281-1/+19
* Add getTraderInfo and getTradersInfo to wrapperBrandon Millman2018-08-281-2/+27
* Add getOrderAndTraderInfoAsync to wrapperBrandon Millman2018-08-281-2/+20
* Initial OrderValidator wrapperBrandon Millman2018-08-281-0/+72