index
:
dexon-0x-contracts
dev
master
stable
DEXON fork of 0x protocol contracts forked from 0x-monorepo (https://github.com/dexon-foundation/0x-contracts)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
utils
/
order_validation_utils.ts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Small reordering
Leonid Logvinov
2017-10-05
1
-1
/
+1
*
Fi fees validation is one of the tokens transfered is 0x
Leonid Logvinov
2017-10-04
1
-1
/
+8
*
Fix an issue when validation failed, but contract call will succeed
Leonid Logvinov
2017-10-04
1
-1
/
+5
*
Refactor our logic checking fillAmountNotZero and expiry
Fabio Berger
2017-09-26
1
-14
/
+21
*
rename validateOrderFillableThrowIfNotFillableAsync to validateOrderFillableO...
Fabio Berger
2017-09-26
1
-1
/
+1
*
Fix bug where we were accidentally comparing a makerTokenAmount to a takerTok...
Fabio Berger
2017-09-26
1
-2
/
+2
*
Add validateOrderFillableThrowIfNotFillableAsync to public methods in order t...
Fabio Berger
2017-09-26
1
-0
/
+21
*
Fix import in order_validation_utils
Leonid Logvinov
2017-09-06
1
-1
/
+1
*
Add signature verification as a part of order validation and tests for it
Leonid Logvinov
2017-09-06
1
-1
/
+5
*
Add validation for the case where the order is fully filled or canceled and a...
Leonid Logvinov
2017-08-24
1
-0
/
+5
*
Simplify the validation check for ExchangeContractErrs.OrderAlreadyCancelledO...
Leonid Logvinov
2017-08-24
1
-1
/
+1
*
Remove unused var
Leonid Logvinov
2017-08-24
1
-1
/
+0
*
Add newline
Leonid Logvinov
2017-08-24
1
-1
/
+2
*
Remove And's from names
Leonid Logvinov
2017-08-24
1
-12
/
+12
*
Move order validation functions to orderValidationUtils and make isRoundingEr...
Leonid Logvinov
2017-08-24
1
-2
/
+62
*
Simplify order checks
Leonid Logvinov
2017-07-26
1
-30
/
+18
*
Store tokenWrapper inside of OrdervalidationUtils
Leonid Logvinov
2017-07-26
1
-21
/
+25
*
Remove and from names
Leonid Logvinov
2017-07-26
1
-5
/
+5
*
Cover all possible branches of order validation errors with tests
Leonid Logvinov
2017-07-26
1
-11
/
+8
*
Refactor OrderValidationUtils to check for the case when ZRX is one of the to...
Leonid Logvinov
2017-07-26
1
-53
/
+79
*
Pass tokenWrapper to validateFillOrderBalancesAndAllowancesAndThrowIfInvalidA...
Leonid Logvinov
2017-07-26
1
-11
/
+11
*
Move _validateFillOrderBalancesAndAllowancesAndThrowIfInvalidAsync to orderVa...
Leonid Logvinov
2017-07-26
1
-0
/
+66