aboutsummaryrefslogtreecommitdiffstats
path: root/packages/asset-buyer/src/types.ts
Commit message (Expand)AuthorAgeFilesLines
* Export types and add additional documentationSteve Klebanoff2019-01-161-0/+6
* Merge branch 'development' into feature/instant/asset-buyer-check-liquiditySteve Klebanoff2019-01-121-1/+1
|\
| * Only send in amountAvailableToFill if it's a non-zero amount, add additional ...Steve Klebanoff2018-12-151-11/+1
| * Factor in slippage amount in InsufficientAssetLiquidityError error, and show ...Steve Klebanoff2018-12-151-3/+3
| * feat(asset-buyer): Custom InsufficientAssetLiquidityError errorSteve Klebanoff2018-12-151-0/+10
* | Add LiquidityRequestOpts typeSteve Klebanoff2019-01-111-0/+5
* | rename tokensAvailableInUnitAmount to tokensAvailableInBaseUnits and use test...Steve Klebanoff2019-01-111-1/+1
* | Implement liquidity checking w/ testingSteve Klebanoff2019-01-111-0/+8
|/
* fix(asset-buyer): output assetEthAmount instead of ethPerAssetPrice in BuyQuo...Brandon Millman2018-11-131-3/+3
* feat: expose new `getAvailableAssetDatasAsync` APIfragosti2018-11-011-2/+3
* feat(asset-buyer): throw SignatureRequestDenied and TransactionValueTooLow er...Brandon Millman2018-10-241-0/+2
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-2/+2
* Add comments for expiryBufferBrandon Millman2018-10-101-1/+1
* Add comments for gasPrice and gasLimitBrandon Millman2018-10-061-0/+2
* Fix order expiration calc bug and expose gas options to executeBuyQuotefragosti2018-10-061-0/+2
* Update BuyQuote interfaceBrandon Millman2018-10-051-8/+19
* Add AssetUnavailable errorBrandon Millman2018-10-031-7/+1
* Merge AssetBuyer and AssetBuyerManagerBrandon Millman2018-10-031-3/+1
* Use options object convention everywhere, and make package privatefragosti2018-09-251-0/+27
* Rename StandardRelayerAPIAssetBuyerManager to just AssetBuyerManager and gene...fragosti2018-09-251-2/+2
* Add order provider response validationfragosti2018-09-211-0/+1
* More renamingfragosti2018-09-211-1/+1
* Rename OrderFetcher to OrderProvider and other small improvementsfragosti2018-09-201-4/+4
* Implement StandardRelayerAPIAssetBuyerManagerfragosti2018-09-201-0/+7
* Rename forceOrderRefresh to shouldForceOrderRefreshfragosti2018-09-191-1/+1
* make the slippage percentage customizable by integratorfragosti2018-09-181-0/+6
* Restrict orders field of AssetBuyerOrdersAndFillableAmounts to SignedOrder fo...fragosti2018-09-181-2/+2
* Flesh out the AssetBuyer classBrandon Millman2018-09-151-10/+40
* Create initial AssetBuyer classBrandon Millman2018-09-151-35/+28
* Move packages/forwarder-helper into packages/asset-buyerBrandon Millman2018-09-151-0/+49