aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-utils/src/market_utils.ts
Commit message (Collapse)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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (187 commits) Remove trailing slash Fix linter Stop nesting interfaces and add necessary type exports Remove duplicate type and remove nested interface Add support for rending the Tuple type Add missing keyu Remove excessive timestamp Improve doc commebnt Remove docs catch-all endpoint Fix comments Look for all TS mapped types Add catch and exit with non-zero Remove superfluous dep Fix CHANGELOG entry Fix double assignment Upgrade Typedoc to 0.12.0, which works with TS 3.x Fix prettier issues Enable dry run of release publishing and handle git tags existing update yarn.lock Missing/superfluous type exports from connect ...
| * 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