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
/
packages
/
order-utils
/
src
/
order_validation_utils.ts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use RevertReason when possible
Fabio Berger
2018-11-12
1
-1
/
+1
*
Move signature validation into OrderValidationUtils.validateOrderFillableOrTh...
Fabio Berger
2018-11-10
1
-1
/
+13
*
Revert comment change
Fabio Berger
2018-11-10
1
-1
/
+1
*
Keep more helpful error messages, and stop swallowing errors when returning c...
Fabio Berger
2018-11-10
1
-59
/
+72
*
Remove unused validateFillOrKill method
Fabio Berger
2018-11-09
1
-30
/
+1
*
Fix validateOrderFillableOrThrowAsync method so it also checks order signatur...
Fabio Berger
2018-11-09
1
-17
/
+18
*
chore: change package org from 0xproject to 0x
Jacob Evans
2018-10-18
1
-2
/
+2
*
Append -Floor to getPartialAmount and isRoundingError
Remco Bloemen
2018-08-25
1
-5
/
+5
*
Add missing comments
Fabio Berger
2018-08-04
1
-0
/
+50
*
Make signature_util into an object literal so related functions are rendered ...
Fabio Berger
2018-08-03
1
-2
/
+2
*
Fix tslint issues
Leonid Logvinov
2018-07-17
1
-1
/
+1
*
Fix validation logic by checking for 0 maker/taker amount before 0 fillTakerA...
Fabio Berger
2018-07-02
1
-3
/
+3
*
Fix enum name
Fabio Berger
2018-06-27
1
-9
/
+9
*
Fix inconsistency between contract and reference implementation of order vali...
Fabio Berger
2018-06-26
1
-0
/
+3
*
Fix lint errors
Fabio Berger
2018-06-26
1
-2
/
+1
*
Fix revertReason
Fabio Berger
2018-06-25
1
-1
/
+1
*
Remove no longer used method
Fabio Berger
2018-06-25
1
-16
/
+0
*
Check revert reasons in declarative and combinatorial tests
Fabio Berger
2018-06-25
1
-54
/
+59
*
Fix orderValidationUtils where was confusing a makerAssetAmount as a takerAss...
Fabio Berger
2018-06-21
1
-10
/
+3
*
Remaining refactors of order-utils components for V2
Fabio Berger
2018-06-13
1
-31
/
+31
*
Remove comment since we have added the tests
Fabio Berger
2018-06-13
1
-5
/
+0
*
Validate all signature types rather then only ECSignatures
Fabio Berger
2018-06-12
1
-4
/
+12
*
Fix tslint issues
Fabio Berger
2018-06-12
1
-1
/
+1
*
Move OrderValidationUtils (+ tests) and ExchangeTransferSimulator to order-utils
Fabio Berger
2018-06-12
1
-0
/
+223