aboutsummaryrefslogtreecommitdiff
path: root/src/table/sync.rs
Commit message (Expand)AuthorAgeFilesLines
* cargo fmtAlex Auvolat2021-03-121-4/+7
* Implement table gc, currently for block_ref and version onlyAlex Auvolat2021-03-121-12/+6
* Move table rpc client out of tableauxAlex Auvolat2021-03-121-3/+3
* Make syncer have its own rpc client/serverAlex Auvolat2021-03-121-23/+58
* Don't sync at beginningAlex Auvolat2021-03-121-3/+7
* Fix merkle updater not being notified; improved loggingAlex Auvolat2021-03-121-6/+7
* whoopsAlex Auvolat2021-03-111-1/+9
* More security: don't delete stuff too easilyAlex Auvolat2021-03-111-0/+3
* Add comment, and also whoops, this wasn't doing what we expectedAlex Auvolat2021-03-111-8/+14
* Add a nice warningAlex Auvolat2021-03-111-2/+5
* Tiny changesAlex Auvolat2021-03-111-3/+6
* (not well tested) use merkle tree for syncAlex Auvolat2021-03-111-0/+632