aboutsummaryrefslogtreecommitdiffstats
path: root/src/order_watcher/order_state_watcher.ts
Commit message (Expand)AuthorAgeFilesLines
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-131-232/+0
* Remove unused codeLeonid Logvinov2017-11-131-3/+0
* Fix a typoLeonid Logvinov2017-11-131-1/+1
* Remove duplicate operationsLeonid Logvinov2017-11-131-2/+0
* Remove redundant instance variablesLeonid Logvinov2017-11-131-8/+2
* Remove blockStore and default to numConfirmations === 0Leonid Logvinov2017-11-131-16/+4
* Add a commentLeonid Logvinov2017-11-131-0/+2
* Store number of confirmations in a blockStoreLeonid Logvinov2017-11-131-4/+4
* Remove tautology checkLeonid Logvinov2017-11-131-3/+0
* Pass blockStore to eventWatcherLeonid Logvinov2017-11-131-5/+8
* Fix last merge conflictsLeonid Logvinov2017-11-131-13/+3
* Clear cache on unsubscribeLeonid Logvinov2017-11-131-0/+2
* Clear store cache on eventsLeonid Logvinov2017-11-131-30/+71
* Make subscribe function async and make blockStore operationalLeonid Logvinov2017-11-131-17/+34
* Create stores in orderStateWatcherLeonid Logvinov2017-11-131-15/+23
* Make orderStateUtils operate on storesLeonid Logvinov2017-11-131-8/+1
* Add commentFabio Berger2017-11-121-0/+2
* rename isDecodedLog to isLogDecodedFabio Berger2017-11-111-2/+2
* Improve commentFabio Berger2017-11-111-1/+2
* Fix commentFabio Berger2017-11-111-3/+0
* Remove keys from dependentOrderHashes if emptyFabio Berger2017-11-111-2/+10
* establish convention of initializing empty instances in instance declarationFabio Berger2017-11-111-4/+2
* rename _orders to _orderByOrderhash for clarityFabio Berger2017-11-111-7/+7
* Add comment above orderStateWatcher classFabio Berger2017-11-111-0/+6
* Make sure to set the defaultBlock to the blockNumber rather then the number o...Fabio Berger2017-11-101-5/+9
* Fix bug where we hard-coded using pendingBlock for fetching the orderState. M...Fabio Berger2017-11-101-4/+13
* Fix commentsFabio Berger2017-11-101-3/+2
* comment improvementsFabio Berger2017-11-101-3/+3
* Closing paren on same level as openFabio Berger2017-11-101-1/+2
* Rename _callbackAsync to _callbackIfExistsAsync for clarityFabio Berger2017-11-101-6/+6
* use explicit importFabio Berger2017-11-101-1/+1
* Remove finished TODOsFabio Berger2017-11-101-1/+0
* Create assert.isValidSignature method and use it in `addOrder`Fabio Berger2017-11-101-0/+1
* Add nested config for orderWatcherFabio Berger2017-11-101-1/+3
* Rename MempoolEventCallback to EventWatcherCallbackFabio Berger2017-11-101-2/+2
* rename folder to order_watcherFabio Berger2017-11-101-0/+175