aboutsummaryrefslogtreecommitdiff
path: root/src/table/sync.rs
Commit message (Expand)AuthorAgeFilesLines
* rename types to CamelCaseTrinity Pointard2021-05-031-23/+23
* fix clippy warnings on tableTrinity Pointard2021-05-031-12/+11
* Update dependenciesAlex Auvolat2021-03-161-11/+5
* Simpler Merkle & syncAlex Auvolat2021-03-161-97/+37
* Refactor codeAlex Auvolat2021-03-161-27/+31
* Simplify replication logicAlex Auvolat2021-03-161-7/+4
* Some improvements in background worker but we terminate lateAlex Auvolat2021-03-151-1/+1
* WIP migrate to tokio 1Alex Auvolat2021-03-151-23/+12
* Refactor block resync loop; make workers infaillibleAlex Auvolat2021-03-151-6/+4
* 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