aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/order_validation_utils.ts
Commit message (Collapse)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 ↵Fabio Berger2017-09-261-1/+1
| | | | validateOrderFillableOrThrowAsync
* Fix bug where we were accidentally comparing a makerTokenAmount to a ↵Fabio Berger2017-09-261-2/+2
| | | | takerTokenAmount
* Add validateOrderFillableThrowIfNotFillableAsync to public methods in order ↵Fabio Berger2017-09-261-0/+21
| | | | to validate orders in an orderbook without a specific taker in mind
* 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 ↵Leonid Logvinov2017-08-241-0/+5
| | | | a test
* Simplify the validation check for ↵Leonid Logvinov2017-08-241-1/+1
| | | | ExchangeContractErrs.OrderAlreadyCancelledOrFilled
* 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 ↵Leonid Logvinov2017-08-241-2/+62
| | | | isRoundingError public
* 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 ↵Leonid Logvinov2017-07-261-53/+79
| | | | tokens traded
* Pass tokenWrapper to ↵Leonid Logvinov2017-07-261-11/+11
| | | | validateFillOrderBalancesAndAllowancesAndThrowIfInvalidAsync
* Move _validateFillOrderBalancesAndAllowancesAndThrowIfInvalidAsync to ↵Leonid Logvinov2017-07-261-0/+66
orderValidationUtils