aboutsummaryrefslogtreecommitdiffstats
path: root/src/order_watcher
Commit message (Collapse)AuthorAgeFilesLines
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-132-320/+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-132-23/+7
|
* Add a commentLeonid Logvinov2017-11-131-0/+2
|
* Store number of confirmations in a blockStoreLeonid Logvinov2017-11-132-9/+6
|
* Remove tautology checkLeonid Logvinov2017-11-131-3/+0
|
* Pass blockStore to eventWatcherLeonid Logvinov2017-11-132-15/+16
|
* 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
|
* Use enum instead of boolean to avoid potential bugs from isRemoved ↵Fabio Berger2017-11-111-6/+10
| | | | incorrectly being set to true
* rename _orders to _orderByOrderhash for clarityFabio Berger2017-11-111-7/+7
|
* Add comment above orderStateWatcher classFabio Berger2017-11-111-0/+6
|
* Feather the callback down to _emitDifferencesAsync and don't store it as a ↵Fabio Berger2017-11-111-11/+11
| | | | class instance. This will make supporting multiple subscriptions easier later on and reduces the amount of unsubscription cleanup
* Throw if trying to subscribe multiple timesFabio Berger2017-11-111-1/+9
|
* Fix alignmentFabio Berger2017-11-111-2/+2
|
* Add comment above the eventWatcher classFabio Berger2017-11-111-0/+4
|
* Rename method since it's not more then just mempoolFabio Berger2017-11-111-2/+2
|
* Make sure to set the defaultBlock to the blockNumber rather then the number ↵Fabio Berger2017-11-101-5/+9
| | | | of confirmations
* Simplify to/from block codeFabio Berger2017-11-101-8/+5
|
* Add assertionFabio Berger2017-11-101-0/+2
|
* rename intervalId to intervalIdIfExistsFabio Berger2017-11-101-3/+5
|
* Fix bug where we hard-coded using pendingBlock for fetching the orderState. ↵Fabio Berger2017-11-102-14/+25
| | | | Moved numConfirmations to become a global orderStateWatcher config
* 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-102-11/+11
|
* Merge branches 'orderWatcher' and 'orderWatcher' of ↵Fabio Berger2017-11-101-2/+3
|\ | | | | | | | | | | | | | | | | | | github.com:0xProject/0x.js into orderWatcher * 'orderWatcher' of github.com:0xProject/0x.js: Fix getting events from non-mempool * 'orderWatcher' of github.com:0xProject/0x.js: Fix getting events from non-mempool
| * Fix getting events from non-mempoolLeonid Logvinov2017-11-101-2/+3
| |
* | use explicit importFabio Berger2017-11-101-1/+1
|/
* Remove finished TODOsFabio Berger2017-11-102-2/+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-102-5/+5
|
* Merge branch 'orderWatcher' of github.com:0xProject/0x.js into orderWatcherFabio Berger2017-11-101-5/+5
| | | | | * 'orderWatcher' of github.com:0xProject/0x.js: Fix namings
* rename folder to order_watcherFabio Berger2017-11-102-0/+253