aboutsummaryrefslogtreecommitdiffstats
path: root/src/mempool
Commit message (Expand)AuthorAgeFilesLines
* Add SubscriptionAlreadyPresent errorLeonid Logvinov2017-11-101-0/+4
* fix merge conflictsFabio Berger2017-11-101-4/+7
|\
| * Pass orderHash instead of an order to removeOrder and adjust the testsLeonid Logvinov2017-11-101-3/+6
| * Remove check for now, we need a more robust checkFabio Berger2017-11-101-3/+0
| * Look for relevant events in the decodedLogs and emit orderState events for or...Fabio Berger2017-11-101-8/+81
| * Add todo commentsFabio Berger2017-11-101-0/+2
| * fix stylingFabio Berger2017-11-101-1/+2
| * Add naive order state watcher implementationLeonid Logvinov2017-11-102-34/+41
| * Add empty implementation of order state watcherLeonid Logvinov2017-11-102-28/+70
| * Clear event cache on unsubscribeLeonid Logvinov2017-11-101-0/+1
| * Move provider altering logic to Web3WrapperLeonid Logvinov2017-11-101-10/+11
| * Add initial interface of an OrderWatcherLeonid Logvinov2017-11-101-0/+27
| * Rename MempoolWatcher to EventWatcher and remove from public interfaceLeonid Logvinov2017-11-101-1/+1
| * Fix namingsLeonid Logvinov2017-11-101-2/+2
| * Don't emit new events if already unsubscribedLeonid Logvinov2017-11-101-1/+3
| * Compare logs by string representationLeonid Logvinov2017-11-101-2/+2
| * Add initial mempool watching implememtationLeonid Logvinov2017-11-101-0/+64
* Add comments to public methodsFabio Berger2017-11-101-1/+21
* Add numConfirmations arg so that caller can decide on numConfirmations at whi...Fabio Berger2017-11-102-9/+18
* Remove check for now, we need a more robust checkFabio Berger2017-11-091-3/+0
* Look for relevant events in the decodedLogs and emit orderState events for or...Fabio Berger2017-11-091-8/+81
* Add todo commentsFabio Berger2017-11-091-0/+2
* fix stylingFabio Berger2017-11-091-1/+2
* Add naive order state watcher implementationLeonid Logvinov2017-10-312-34/+41
* Add empty implementation of order state watcherLeonid Logvinov2017-10-312-28/+70
* Clear event cache on unsubscribeLeonid Logvinov2017-10-311-0/+1
* Move provider altering logic to Web3WrapperLeonid Logvinov2017-10-311-10/+11
* Add initial interface of an OrderWatcherLeonid Logvinov2017-10-311-0/+27
* Rename MempoolWatcher to EventWatcher and remove from public interfaceLeonid Logvinov2017-10-311-1/+1
* Fix namingsLeonid Logvinov2017-10-311-2/+2
* Don't emit new events if already unsubscribedLeonid Logvinov2017-10-311-1/+3
* Compare logs by string representationLeonid Logvinov2017-10-311-2/+2
* Add initial mempool watching implememtationLeonid Logvinov2017-10-311-0/+64