aboutsummaryrefslogtreecommitdiffstats
path: root/packages/asset-buyer/src/utils/buy_quote_calculator.ts
Commit message (Collapse)AuthorAgeFilesLines
* Update dependency packagesHsuan Lee2019-01-191-221/+0
|
* Apply prettierLeonid Logvinov2019-01-151-1/+3
|
* 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
| | | | tests and nest, and put error into its own file
* Factor in slippage amount in InsufficientAssetLiquidityError error, and show ↵Steve Klebanoff2018-12-151-2/+15
| | | | in instant
* feat(asset-buyer): Custom InsufficientAssetLiquidityError errorSteve Klebanoff2018-12-151-2/+9
| | | | BREAKING CHANGE: A custom InsufficientAssetLiquidityError error is now raised when there is insufficient liquidity
* fix(asset-buyer): output assetEthAmount instead of ethPerAssetPrice in ↵Brandon Millman2018-11-131-14/+14
| | | | BuyQuoteInfos
* 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 ↵Brandon Millman2018-10-241-46/+74
| | | | contracts
* 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