aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/order_watcher/remaining_fillable_calculator.ts
Commit message (Collapse)AuthorAgeFilesLines
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-101-95/+0
| | | | unifying library with the same interface
* Add SignedOrder, Order, and ECSignature types to the types packageBrandon Millman2018-03-151-2/+1
|
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-1/+1
|
* Apply prettier configLeonid Logvinov2018-01-031-25/+34
|
* Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-201-38/+38
|
* Fix rebasing issuesLeonid Logvinov2017-11-241-1/+2
|
* Fix nitsJacob Evans2017-11-231-5/+4
|
* Perform the division last to not compound any errorsJacob Evans2017-11-221-2/+6
|
* Add a test for when the ratio is < 1Jacob Evans2017-11-221-43/+55
|
* totalZRXTransferAmount -> totalZRXTransferAmountRequiredJacob Evans2017-11-211-2/+2
|
* Unit test edge case for ZRX and ZRX partial fillJacob Evans2017-11-211-10/+13
|
* Refactor into a calculator classJacob Evans2017-11-211-0/+68