aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant spacesLeonid Logvinov2017-11-131-1/+1
|
* Don't store empty objectsLeonid Logvinov2017-11-131-0/+6
|
* Remove blockStore and default to numConfirmations === 0Leonid Logvinov2017-11-133-82/+8
|
* Store number of confirmations in a blockStoreLeonid Logvinov2017-11-133-15/+16
|
* Clear cache on unsubscribeLeonid Logvinov2017-11-132-0/+8
|
* Clear store cache on eventsLeonid Logvinov2017-11-131-3/+5
|
* Make subscribe function async and make blockStore operationalLeonid Logvinov2017-11-131-4/+25
|
* Add initial incomplete BlockStore implementationLeonid Logvinov2017-11-131-0/+38
|
* Make stores accept numConfirmations and blockStore instead of defaultBlockLeonid Logvinov2017-11-132-10/+20
|
* Add functions to clear stores cacheLeonid Logvinov2017-11-132-0/+16
|
* Add store for order filled/cancelled stateLeonid Logvinov2017-11-131-0/+52
|
* Make store configurable by blockParamLeonid Logvinov2017-11-131-3/+12
|
* Make a store an instance variable of exchange transfer simulator and stop ↵Leonid Logvinov2017-11-131-5/+5
| | | | inheriting it
* Refactor out BalanceAndProxyAllowanceLazyStoreLeonid Logvinov2017-11-131-0/+54