aboutsummaryrefslogtreecommitdiffstats
path: root/packages/asset-buyer/src/utils/buy_quote_calculator.ts
Commit message (Expand)AuthorAgeFilesLines
* Upgrade bignumber.js versionLeonid Logvinov2019-01-151-5/+5
* Fix var name and use floor instead of .round(0, ROUND_DOWN)Steve Klebanoff2018-12-221-9/+7
* Make amountAvailableToFill requiredSteve Klebanoff2018-12-221-5/+1
* Only send in amountAvailableToFill if it's a non-zero amount, add additional ...Steve Klebanoff2018-12-151-9/+7
* Factor in slippage amount in InsufficientAssetLiquidityError error, and show ...Steve Klebanoff2018-12-151-2/+15
* feat(asset-buyer): Custom InsufficientAssetLiquidityError errorSteve Klebanoff2018-12-151-2/+9
* fix(asset-buyer): output assetEthAmount instead of ethPerAssetPrice in BuyQuo...Brandon Millman2018-11-131-14/+14
* fix(asset-buyer): fix default values being overriden and incorrect fee roundingBrandon Millman2018-11-031-1/+1
* chore(asset-buyer): fix lint errorsBrandon Millman2018-10-241-3/+3
* feat(asset-buyer): update buyQuoteCalculator to match rounding behavior in co...Brandon Millman2018-10-241-46/+74
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-2/+2
* Fix incorrect affiliate fee calculations and associated testsBrandon Millman2018-10-061-5/+5
* Update BuyQuote interfaceBrandon Millman2018-10-051-10/+16
* Add comments about buy quote calculationBrandon Millman2018-10-041-0/+2
* Fix linterBrandon Millman2018-10-041-2/+0
* Add additional test for slippageBrandon Millman2018-10-041-6/+6
* Add buy_quote_calculator_testBrandon Millman2018-10-041-31/+116
* Merge AssetBuyer and AssetBuyerManagerBrandon Millman2018-10-031-8/+7
* More renamingfragosti2018-09-211-0/+1
* Add labels to TODOsfragosti2018-09-211-1/+2
* Move some logic to order utilsfragosti2018-09-211-4/+6
* Implement StandardRelayerAPIAssetBuyerManagerfragosti2018-09-201-0/+1
* Calculate min and max rates in buy quotefragosti2018-09-191-19/+43
* Flesh out the AssetBuyer classBrandon Millman2018-09-151-0/+60