aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-utils/src/order_validation_utils.ts
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade bignumber.js versionLeonid Logvinov2019-01-151-4/+4
|
* Use RevertReason when possibleFabio Berger2018-11-121-1/+1
|
* Move signature validation into ↵Fabio Berger2018-11-101-1/+13
| | | | OrderValidationUtils.validateOrderFillableOrThrowAsync
* Revert comment changeFabio Berger2018-11-101-1/+1
|
* Keep more helpful error messages, and stop swallowing errors when returning ↵Fabio Berger2018-11-101-59/+72
| | | | contract error
* Remove unused validateFillOrKill methodFabio Berger2018-11-091-30/+1
|
* Fix validateOrderFillableOrThrowAsync method so it also checks order ↵Fabio Berger2018-11-091-17/+18
| | | | signature, cancelled, cancelledUpTo, and throws helpful error messages
* 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
| | | | together in the docs
* 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