aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-utils/src/abstract/abstract_order_filled_cancelled_fetcher.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix validateOrderFillableOrThrowAsync method so it also checks order ↵Fabio Berger2018-11-091-1/+2
| | | | signature, cancelled, cancelledUpTo, and throws helpful error messages
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-1/+1
|
* Fix many linter errors that showed up upon upgrading tsutilFabio Berger2018-08-231-1/+1
|
* Add missing commentsFabio Berger2018-08-041-0/+15
|
* Remaining refactors of order-utils components for V2Fabio Berger2018-06-131-1/+1
|
* Update naming in orderStateUtils to use asset over token, also removed ↵Fabio Berger2018-06-081-2/+1
| | | | cancelledAmount since in V2 it's binary.
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-101-0/+8
unifying library with the same interface