working on #197 : fixed : now a union of discoverable transactions of multiple profiles is sent when syncing a websocket client. there is not ant duplicate transactions any more
completed beta of making max_sync_depth system work
SyncCentreWidget was extracted to DashboardParts - its now synced with everywhere using virtual local storage context
little : moved apply_max_sync_depth to UH Core
added support for caches. server wont any transaction that you have already inside disk or whatever
added disk cache and it seems to be working as expected. some more improvements must be done.
addressed an issue about local storage limit : it was found out that it needs approx 25 mil transactions to pass that limit! added a try catch. even if it happen there will not be any problem: just new writings to local storage will fail and those new changes will be discarded once page is reloaded.