aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/order_watcher/expiration_watcher.ts
Commit message (Expand)AuthorAgeFilesLines
* Make some callbacks failable and add error handlingLeonid Logvinov2018-01-111-2/+3
* Fix linter errorsLeonid Logvinov2018-01-041-2/+1
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-1/+1
* Apply prettier configLeonid Logvinov2018-01-031-13/+12
* Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-201-28/+28
* Fix 0x.js unused varsLeonid Logvinov2017-12-151-2/+1
* Move more shared utils into utils package and reuse themLeonid Logvinov2017-12-141-1/+1
* Auto-fix linter errorsLeonid Logvinov2017-11-241-4/+5
* Cleanup order watcher from redundant asyncsLeonid Logvinov2017-11-241-4/+4
* Last renamesLeonid Logvinov2017-11-231-5/+5
* Refactor while conditionLeonid Logvinov2017-11-231-6/+12
* Fix testsLeonid Logvinov2017-11-221-1/+2
* Fix a typoLeonid Logvinov2017-11-221-1/+1
* Check if callback existsLeonid Logvinov2017-11-211-4/+4
* RenameLeonid Logvinov2017-11-211-8/+8
* Pass callback downLeonid Logvinov2017-11-211-9/+5
* Remove custom heap and use bintreesLeonid Logvinov2017-11-211-9/+13
* Add expirationMarginMsLeonid Logvinov2017-11-211-6/+13
* Add ifExists suffixLeonid Logvinov2017-11-211-2/+2
* Improve the commentLeonid Logvinov2017-11-211-1/+1
* Remove commentLeonid Logvinov2017-11-211-1/+0
* Delete orderExpirationCheckingIntervalIdIfExistsLeonid Logvinov2017-11-211-0/+1
* Throw when subscription is already removedLeonid Logvinov2017-11-211-1/+4
* Throw when subscription is already presentLeonid Logvinov2017-11-211-1/+4
* Remove redundant bindLeonid Logvinov2017-11-211-3/+1
* Do simple inits inlineLeonid Logvinov2017-11-211-2/+1
* Improve the commentLeonid Logvinov2017-11-181-1/+2
* Add initial implementation of expiration watcherLeonid Logvinov2017-11-161-0/+58