diff options
author | Alex Auvolat <alex@adnab.me> | 2023-12-06 18:03:33 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-12-06 18:03:33 +0100 |
commit | d3c5a34d2709b484bde95b6ecce3d82c7d4d1849 (patch) | |
tree | ca01a2ea26ae266d5c0905a204bcad852b7a46ce /content/blog/2023-11-thoughts-on-leaderless-consensus | |
parent | e66f6de458d19fe7a5bf433134b535c52422694e (diff) | |
download | garagehq.deuxfleurs.fr-d3c5a34d2709b484bde95b6ecce3d82c7d4d1849.tar.gz garagehq.deuxfleurs.fr-d3c5a34d2709b484bde95b6ecce3d82c7d4d1849.zip |
remove --- in article
Diffstat (limited to 'content/blog/2023-11-thoughts-on-leaderless-consensus')
-rw-r--r-- | content/blog/2023-11-thoughts-on-leaderless-consensus/index.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/content/blog/2023-11-thoughts-on-leaderless-consensus/index.md b/content/blog/2023-11-thoughts-on-leaderless-consensus/index.md index 1dce0e6..aea6210 100644 --- a/content/blog/2023-11-thoughts-on-leaderless-consensus/index.md +++ b/content/blog/2023-11-thoughts-on-leaderless-consensus/index.md @@ -61,8 +61,6 @@ discussing Byzantine-tolerant systems, which seem to be the main focus of *Leaderless Consensus*, even though the authors also propose an algorithm for non-Byzantine systems (the one we are interested in). ---- - ## Main takeaways of *Leaderless Consensus* To be able to meaningfully say that an algorithm is *leaderless*, one has to first @@ -115,8 +113,6 @@ in only 42 lines of very understandable pseudocode. There is also a BFT variant of Archipelago, which is not of interest to us in the context of Garage as we are making the hypothesis that all nodes are trusted. ---- - ## Where to go from now? Before an algorithm such as OFT-Archipelago can be added to Garage, a few fundamental |