aboutsummaryrefslogtreecommitdiffstats
path: root/packages/asset-buyer/test/buy_quote_calculator_test.ts
Commit message (Expand)AuthorAgeFilesLines
* Only send in amountAvailableToFill if it's a non-zero amount, add additional ...Steve Klebanoff2018-12-151-79/+117
* Factor in slippage amount in InsufficientAssetLiquidityError error, and show ...Steve Klebanoff2018-12-151-0/+28
* feat(asset-buyer): Custom InsufficientAssetLiquidityError errorSteve Klebanoff2018-12-151-7/+66
* fix(asset-buyer): output assetEthAmount instead of ethPerAssetPrice in BuyQuo...Brandon Millman2018-11-131-13/+13
* feat(asset-buyer): update buyQuoteCalculator to match rounding behavior in co...Brandon Millman2018-10-241-4/+8
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-2/+2
* Fix incorrect affiliate fee calculations and associated testsBrandon Millman2018-10-061-9/+15
* Update BuyQuote interfaceBrandon Millman2018-10-051-10/+24
* Remove unused constantsBrandon Millman2018-10-041-3/+0
* Add fee order with a takerFeeBrandon Millman2018-10-041-2/+6
* Add additional order factory methods and refactor test to use themBrandon Millman2018-10-041-60/+23
* Add additional test for slippageBrandon Millman2018-10-041-12/+64
* Add buy_quote_calculator_testBrandon Millman2018-10-041-0/+130