aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-utils/src/order_validation_utils.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix tslint issuesLeonid Logvinov2018-07-171-1/+1
|
* Fix validation logic by checking for 0 maker/taker amount before 0 ↵Fabio Berger2018-07-021-3/+3
| | | | fillTakerAssetAmount since one causes the other during combinatorial testing
* Fix enum nameFabio Berger2018-06-271-9/+9
|
* Fix inconsistency between contract and reference implementation of order ↵Fabio Berger2018-06-261-0/+3
| | | | validation logic
* Fix lint errorsFabio Berger2018-06-261-2/+1
|
* Fix revertReasonFabio Berger2018-06-251-1/+1
|
* Remove no longer used methodFabio Berger2018-06-251-16/+0
|
* Check revert reasons in declarative and combinatorial testsFabio Berger2018-06-251-54/+59
|
* Fix orderValidationUtils where was confusing a makerAssetAmount as a ↵Fabio Berger2018-06-211-10/+3
| | | | takerAssetAmount
* Remaining refactors of order-utils components for V2Fabio Berger2018-06-131-31/+31
|
* Remove comment since we have added the testsFabio Berger2018-06-131-5/+0
|
* Validate all signature types rather then only ECSignaturesFabio Berger2018-06-121-4/+12
|
* Fix tslint issuesFabio Berger2018-06-121-1/+1
|
* Move OrderValidationUtils (+ tests) and ExchangeTransferSimulator to order-utilsFabio Berger2018-06-121-0/+223