aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-12-06 18:03:33 +0100
committerAlex Auvolat <alex@adnab.me>2023-12-06 18:03:33 +0100
commitd3c5a34d2709b484bde95b6ecce3d82c7d4d1849 (patch)
treeca01a2ea26ae266d5c0905a204bcad852b7a46ce
parente66f6de458d19fe7a5bf433134b535c52422694e (diff)
downloadgaragehq.deuxfleurs.fr-d3c5a34d2709b484bde95b6ecce3d82c7d4d1849.tar.gz
garagehq.deuxfleurs.fr-d3c5a34d2709b484bde95b6ecce3d82c7d4d1849.zip
remove --- in article
-rw-r--r--content/blog/2023-11-thoughts-on-leaderless-consensus/index.md4
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