aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-utils/src/remaining_fillable_calculator.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix tslint issuesLeonid Logvinov2018-07-171-7/+7
|
* Fix divide by zero bugFabio Berger2018-06-141-3/+3
|
* Pass in fee and assetAmount rather then the whole signedOrderFabio Berger2018-06-081-12/+4
|
* - Refactor remainingFillableCalculator so it can be used for the maker and ↵Fabio Berger2018-06-081-58/+57
| | | | | | | taker side - Moved the tests over from order-watcher - Did some token -> asset renaming
* Initial refactor of order-utils. Move many utils from contracts into this ↵Fabio Berger2018-05-301-6/+6
| | | | package.
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-101-0/+95
unifying library with the same interface