aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/order_validation_utils.ts
Commit message (Expand)AuthorAgeFilesLines
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-131-166/+0
* Upgrade bignumber to the version with native typings and remove typingsLeonid Logvinov2017-10-261-11/+12
* Fix the rounding of makerFillAmount and correctly validate partial feesLeonid Logvinov2017-10-241-9/+34
* Revert "Reduce final bundle size by 11% (82kB)"Leonid2017-10-241-1/+1
* Include only used lodash functionsLeonid Logvinov2017-10-181-1/+1
* Pass correct parameters to validation simulationLeonid Logvinov2017-10-121-3/+3
* Implement transfer Emulator and rewrite testsLeonid Logvinov2017-10-091-101/+52
* Small reorderingLeonid Logvinov2017-10-051-1/+1
* Fi fees validation is one of the tokens transfered is 0xLeonid Logvinov2017-10-041-1/+8
* Fix an issue when validation failed, but contract call will succeedLeonid Logvinov2017-10-041-1/+5
* Refactor our logic checking fillAmountNotZero and expiryFabio Berger2017-09-261-14/+21
* rename validateOrderFillableThrowIfNotFillableAsync to validateOrderFillableO...Fabio Berger2017-09-261-1/+1
* Fix bug where we were accidentally comparing a makerTokenAmount to a takerTok...Fabio Berger2017-09-261-2/+2
* Add validateOrderFillableThrowIfNotFillableAsync to public methods in order t...Fabio Berger2017-09-261-0/+21
* Fix import in order_validation_utilsLeonid Logvinov2017-09-061-1/+1
* Add signature verification as a part of order validation and tests for itLeonid Logvinov2017-09-061-1/+5
* 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