aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-utils/src/market_utils.ts
Commit message (Expand)AuthorAgeFilesLines
* Update dependency packagesHsuan Lee2019-01-191-162/+0
* Upgrade bignumber.js versionLeonid Logvinov2019-01-151-2/+2
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-3/+3
* Calculate min and max rates in buy quotefragosti2018-09-191-14/+25
* Merge branch 'development' into feature/forwarder-helper/initBrandon Millman2018-08-241-3/+8
|\
| * Fix many linter errors that showed up upon upgrading tsutilFabio Berger2018-08-231-1/+1
| * Fix up order-utilsFabio Berger2018-08-211-3/+8
* | Fix rounding bug in marketUtilsBrandon Millman2018-08-231-1/+1
* | Remove marketSell and add to marketBuy implementationBrandon Millman2018-08-231-2/+2
|/
* Make marketUtils interface compatible with Order and SignedOrderBrandon Millman2018-08-141-36/+36
* Update marketUtils apiBrandon Millman2018-08-141-40/+53
* Remove assertion commentsBrandon Millman2018-08-071-4/+0
* Add tests for findFeeOrdersThatCoverFeesForTargetOrdersBrandon Millman2018-08-061-5/+9
* Change orderStates param name to remaingFillableMakerAssetAmountsBrandon Millman2018-08-061-30/+55
* Implement first round of tests for findOrdersThatCoverMakerAssetFillAmountBrandon Millman2018-08-061-12/+11
* Move helper functions into order-utilsBrandon Millman2018-08-061-0/+109