aboutsummaryrefslogtreecommitdiff
path: root/src/model/block.rs
Commit message (Collapse)AuthorAgeFilesLines
* Checkpoint: add merkle tree in data tableAlex Auvolat2021-03-111-8/+6
|
* Switch to blake2 sum for identifying blocks by their dataAlex Auvolat2021-03-101-1/+1
|
* Refactor model stuff, including cleaner CRDTsAlex Auvolat2021-03-101-1/+1
|
* Remove epidemic propagation for fully replicated stuff: write directly to ↵Alex Auvolat2021-03-051-9/+27
| | | | all nodes
* Simulate stuff moving aroundAlex Auvolat2021-02-251-0/+3
|
* fix tracingAlex Auvolat2021-02-241-2/+1
|
* Arrange block managerAlex Auvolat2021-02-241-83/+65
|
* rename hash() to sha256sum(), we might want to change it at some placesAlex Auvolat2021-02-211-1/+1
|
* Convert bucket table to better CRDT representationAlex Auvolat2020-11-201-1/+1
|
* Slight refactoring to make things clearer with DeletedFilterAlex Auvolat2020-11-201-2/+2
|
* Refactor error management in API parterror-refactoringAlex Auvolat2020-11-081-1/+1
|
* Rename garage_core to garage_modelAlex Auvolat2020-07-071-0/+506