aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/order_validation_utils.ts
Commit message (Expand)AuthorAgeFilesLines
* Add validation for the case where the order is fully filled or canceled and a...Leonid Logvinov2017-08-241-0/+5
* Simplify the validation check for ExchangeContractErrs.OrderAlreadyCancelledO...Leonid Logvinov2017-08-241-1/+1
* Remove unused varLeonid Logvinov2017-08-241-1/+0
* Add newlineLeonid Logvinov2017-08-241-1/+2
* Remove And's from namesLeonid Logvinov2017-08-241-12/+12
* Move order validation functions to orderValidationUtils and make isRoundingEr...Leonid Logvinov2017-08-241-2/+62
* Simplify order checksLeonid Logvinov2017-07-261-30/+18
* Store tokenWrapper inside of OrdervalidationUtilsLeonid Logvinov2017-07-261-21/+25
* Remove and from namesLeonid Logvinov2017-07-261-5/+5
* Cover all possible branches of order validation errors with testsLeonid Logvinov2017-07-261-11/+8
* Refactor OrderValidationUtils to check for the case when ZRX is one of the to...Leonid Logvinov2017-07-261-53/+79
* Pass tokenWrapper to validateFillOrderBalancesAndAllowancesAndThrowIfInvalidA...Leonid Logvinov2017-07-261-11/+11
* Move _validateFillOrderBalancesAndAllowancesAndThrowIfInvalidAsync to orderVa...Leonid Logvinov2017-07-261-0/+66