aboutsummaryrefslogtreecommitdiffstats
path: root/src/mempool
Commit message (Collapse)AuthorAgeFilesLines
* fix stylingFabio Berger2017-11-091-1/+2
|
* Add naive order state watcher implementationLeonid Logvinov2017-10-312-34/+41
| | | | | Revalidate all orders upon event received and emit order states even if not changed
* 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