aboutsummaryrefslogtreecommitdiffstats
path: root/src/mempool
Commit message (Expand)AuthorAgeFilesLines
* 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