Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch over to Lerna + Yarn Workspaces setup for a mono-repo approach | Fabio Berger | 2017-11-13 | 2 | -320/+0 |
| | |||||
* | Remove unused code | Leonid Logvinov | 2017-11-13 | 1 | -3/+0 |
| | |||||
* | Fix a typo | Leonid Logvinov | 2017-11-13 | 1 | -1/+1 |
| | |||||
* | Remove duplicate operations | Leonid Logvinov | 2017-11-13 | 1 | -2/+0 |
| | |||||
* | Remove redundant instance variables | Leonid Logvinov | 2017-11-13 | 1 | -8/+2 |
| | |||||
* | Remove blockStore and default to numConfirmations === 0 | Leonid Logvinov | 2017-11-13 | 2 | -23/+7 |
| | |||||
* | Add a comment | Leonid Logvinov | 2017-11-13 | 1 | -0/+2 |
| | |||||
* | Store number of confirmations in a blockStore | Leonid Logvinov | 2017-11-13 | 2 | -9/+6 |
| | |||||
* | Remove tautology check | Leonid Logvinov | 2017-11-13 | 1 | -3/+0 |
| | |||||
* | Pass blockStore to eventWatcher | Leonid Logvinov | 2017-11-13 | 2 | -15/+16 |
| | |||||
* | Fix last merge conflicts | Leonid Logvinov | 2017-11-13 | 1 | -13/+3 |
| | |||||
* | Clear cache on unsubscribe | Leonid Logvinov | 2017-11-13 | 1 | -0/+2 |
| | |||||
* | Clear store cache on events | Leonid Logvinov | 2017-11-13 | 1 | -30/+71 |
| | |||||
* | Make subscribe function async and make blockStore operational | Leonid Logvinov | 2017-11-13 | 1 | -17/+34 |
| | |||||
* | Create stores in orderStateWatcher | Leonid Logvinov | 2017-11-13 | 1 | -15/+23 |
| | |||||
* | Make orderStateUtils operate on stores | Leonid Logvinov | 2017-11-13 | 1 | -8/+1 |
| | |||||
* | Add comment | Fabio Berger | 2017-11-12 | 1 | -0/+2 |
| | |||||
* | rename isDecodedLog to isLogDecoded | Fabio Berger | 2017-11-11 | 1 | -2/+2 |
| | |||||
* | Improve comment | Fabio Berger | 2017-11-11 | 1 | -1/+2 |
| | |||||
* | Fix comment | Fabio Berger | 2017-11-11 | 1 | -3/+0 |
| | |||||
* | Remove keys from dependentOrderHashes if empty | Fabio Berger | 2017-11-11 | 1 | -2/+10 |
| | |||||
* | establish convention of initializing empty instances in instance declaration | Fabio Berger | 2017-11-11 | 1 | -4/+2 |
| | |||||
* | Use enum instead of boolean to avoid potential bugs from isRemoved ↵ | Fabio Berger | 2017-11-11 | 1 | -6/+10 |
| | | | | incorrectly being set to true | ||||
* | rename _orders to _orderByOrderhash for clarity | Fabio Berger | 2017-11-11 | 1 | -7/+7 |
| | |||||
* | Add comment above orderStateWatcher class | Fabio Berger | 2017-11-11 | 1 | -0/+6 |
| | |||||
* | Feather the callback down to _emitDifferencesAsync and don't store it as a ↵ | Fabio Berger | 2017-11-11 | 1 | -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 times | Fabio Berger | 2017-11-11 | 1 | -1/+9 |
| | |||||
* | Fix alignment | Fabio Berger | 2017-11-11 | 1 | -2/+2 |
| | |||||
* | Add comment above the eventWatcher class | Fabio Berger | 2017-11-11 | 1 | -0/+4 |
| | |||||
* | Rename method since it's not more then just mempool | Fabio Berger | 2017-11-11 | 1 | -2/+2 |
| | |||||
* | Make sure to set the defaultBlock to the blockNumber rather then the number ↵ | Fabio Berger | 2017-11-10 | 1 | -5/+9 |
| | | | | of confirmations | ||||
* | Simplify to/from block code | Fabio Berger | 2017-11-10 | 1 | -8/+5 |
| | |||||
* | Add assertion | Fabio Berger | 2017-11-10 | 1 | -0/+2 |
| | |||||
* | rename intervalId to intervalIdIfExists | Fabio Berger | 2017-11-10 | 1 | -3/+5 |
| | |||||
* | Fix bug where we hard-coded using pendingBlock for fetching the orderState. ↵ | Fabio Berger | 2017-11-10 | 2 | -14/+25 |
| | | | | Moved numConfirmations to become a global orderStateWatcher config | ||||
* | Fix comments | Fabio Berger | 2017-11-10 | 1 | -3/+2 |
| | |||||
* | comment improvements | Fabio Berger | 2017-11-10 | 1 | -3/+3 |
| | |||||
* | Closing paren on same level as open | Fabio Berger | 2017-11-10 | 1 | -1/+2 |
| | |||||
* | Rename _callbackAsync to _callbackIfExistsAsync for clarity | Fabio Berger | 2017-11-10 | 2 | -11/+11 |
| | |||||
* | Merge branches 'orderWatcher' and 'orderWatcher' of ↵ | Fabio Berger | 2017-11-10 | 1 | -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-mempool | Leonid Logvinov | 2017-11-10 | 1 | -2/+3 |
| | | |||||
* | | use explicit import | Fabio Berger | 2017-11-10 | 1 | -1/+1 |
|/ | |||||
* | Remove finished TODOs | Fabio Berger | 2017-11-10 | 2 | -2/+0 |
| | |||||
* | Create assert.isValidSignature method and use it in `addOrder` | Fabio Berger | 2017-11-10 | 1 | -0/+1 |
| | |||||
* | Add nested config for orderWatcher | Fabio Berger | 2017-11-10 | 1 | -1/+3 |
| | |||||
* | Rename MempoolEventCallback to EventWatcherCallback | Fabio Berger | 2017-11-10 | 2 | -5/+5 |
| | |||||
* | Merge branch 'orderWatcher' of github.com:0xProject/0x.js into orderWatcher | Fabio Berger | 2017-11-10 | 1 | -5/+5 |
| | | | | | * 'orderWatcher' of github.com:0xProject/0x.js: Fix namings | ||||
* | rename folder to order_watcher | Fabio Berger | 2017-11-10 | 2 | -0/+253 |