aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-utils/src/order_validation_utils.ts
Commit message (Expand)AuthorAgeFilesLines
* Use RevertReason when possibleFabio Berger2018-11-121-1/+1
* Move signature validation into OrderValidationUtils.validateOrderFillableOrTh...Fabio Berger2018-11-101-1/+13
* Revert comment changeFabio Berger2018-11-101-1/+1
* Keep more helpful error messages, and stop swallowing errors when returning c...Fabio Berger2018-11-101-59/+72
* Remove unused validateFillOrKill methodFabio Berger2018-11-091-30/+1
* Fix validateOrderFillableOrThrowAsync method so it also checks order signatur...Fabio Berger2018-11-091-17/+18
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-2/+2
* Append -Floor to getPartialAmount and isRoundingErrorRemco Bloemen2018-08-251-5/+5
* Add missing commentsFabio Berger2018-08-041-0/+50
* Make signature_util into an object literal so related functions are rendered ...Fabio Berger2018-08-031-2/+2
* Fix tslint issuesLeonid Logvinov2018-07-171-1/+1
* Fix validation logic by checking for 0 maker/taker amount before 0 fillTakerA...Fabio Berger2018-07-021-3/+3
* Fix enum nameFabio Berger2018-06-271-9/+9
* Fix inconsistency between contract and reference implementation of order vali...Fabio Berger2018-06-261-0/+3
* 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 takerAss...Fabio Berger2018-06-211-10/+3
* 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