aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-utils/test/remaining_fillable_calculator_test.ts
Commit message (Collapse)AuthorAgeFilesLines
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-3/+3
|
* Use make-promises-safe as a preloader instead of manually importingAlex Browne2018-06-221-1/+0
|
* Fix tslint failureFabio Berger2018-06-081-1/+1
|
* Pass in fee and assetAmount rather then the whole signedOrderFabio Berger2018-06-081-30/+20
|
* - Refactor remainingFillableCalculator so it can be used for the maker and ↵Fabio Berger2018-06-081-0/+257
taker side - Moved the tests over from order-watcher - Did some token -> asset renaming