aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-watcher/src/order_watcher/event_watcher.ts
Commit message (Expand)AuthorAgeFilesLines
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-2/+2
* Fix lint issuesFabio Berger2018-09-251-11/+9
* Decode logs received from blockstreamFabio Berger2018-09-251-4/+5
* Add missing typeFabio Berger2018-09-251-1/+1
* Refactor blockstream integration to use the proper callback method interfaceFabio Berger2018-09-251-11/+29
* Add comments for clarityFabio Berger2018-09-241-0/+1
* Fix bug where if block wasn't found, getBlockAsync would throw. Now it return...Fabio Berger2018-09-241-4/+14
* Merge branch 'v2-prototype' into feature/order-watcher-v2Leonid Logvinov2018-07-181-9/+5
|\
| * Merge pull request #883 from 0xProject/feature/tslint-improvementsLeonid Logvinov2018-07-181-4/+4
| |\
| | * Fix tslint issuesLeonid Logvinov2018-07-171-4/+4
| * | Remove stateLayer OrderWatcher config and instead temporarily hard-code until...Fabio Berger2018-07-171-1/+1
| * | Remove blockRetention configFabio Berger2018-07-171-6/+0
| * | Pass stateLater into getBlockAsync callFabio Berger2018-07-161-1/+1
| * | Fix bug that make all getBlock and getLog requests go to latest blockFabio Berger2018-07-141-6/+2
| * | Expose Blockstreams blockRetention config as an OrderWatcher configFabio Berger2018-07-141-0/+6
| |/
* / Migrate order-watcher to v2Leonid Logvinov2018-07-131-7/+7
|/
* Add isVerbose flag and log blockstream recoverable errors rather then bubblin...Fabio Berger2018-07-061-8/+13
* properly stop blockstream and pass stateLayer into blockstreamFabio Berger2018-07-061-6/+19
* Don't unsubscribe on Blockstream errorsFabio Berger2018-07-061-5/+1
* Remove legacy logicFabio Berger2018-07-051-35/+0
* Refactor order-watcher to use Blockstream under-the-hoodFabio Berger2018-07-051-47/+103
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifyin...Fabio Berger2018-05-101-0/+99