aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-utils/src/order_state_utils.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix tslint issuesLeonid Logvinov2018-07-171-2/+2
|
* Fix tslint issuesFabio Berger2018-06-261-1/+0
|
* Fix lint errorsFabio Berger2018-06-261-1/+0
|
* Fix orderValidationUtils where was confusing a makerAssetAmount as a ↵Fabio Berger2018-06-211-1/+8
| | | | takerAssetAmount
* Implement initial set of orderFill combinatorial testsFabio Berger2018-06-131-61/+201
|
* Cleanup after last rebaseGreg Hysen2018-06-081-2/+2
|
* Fixes after rebasingGreg Hysen2018-06-081-2/+2
|
* Pass in fee and assetAmount rather then the whole signedOrderFabio Berger2018-06-081-3/+2
|
* Revert to returning orderState on invalid orderFabio Berger2018-06-081-1/+6
|
* Update naming in orderStateUtils to use asset over token, also removed ↵Fabio Berger2018-06-081-42/+36
| | | | cancelledAmount since in V2 it's binary.
* Try enabling no-unused-variable...fragosti2018-06-051-1/+0
|
* Initial refactor of order-utils. Move many utils from contracts into this ↵Fabio Berger2018-05-301-15/+17
| | | | package.
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-101-0/+140
unifying library with the same interface