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
*
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