Skip to content
This repository was archived by the owner on Feb 23, 2022. It is now read-only.

Commit bbae5c0

Browse files
committed
textwrap to 79
1 parent 907fa3c commit bbae5c0

File tree

5 files changed

+779
-405
lines changed

5 files changed

+779
-405
lines changed

consensus/conclusion.tex

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
\section{Conclusion}
2-
\label{sec:conclusion}
1+
\section{Conclusion} \label{sec:conclusion}
32

4-
We have proposed a new Byzantine-fault tolerant consensus algorithm that is the core of the Tendermint BFT SMR platform. The algorithm
5-
is designed for the wide area network with high number of mutually distrusted nodes that communicate over gossip based peer-to-peer network. It has only a single mode of execution and the communication pattern is very similar to the "normal" case of the state-of-the art PBFT algorithm. The algorithm ensures termination with a novel mechanism that takes advantage of the gossip based communication between nodes.
6-
The proposed algorithm and the proofs are simple and elegant, and we believe that this makes it easier to understand and implement correctly.
3+
We have proposed a new Byzantine-fault tolerant consensus algorithm that is the
4+
core of the Tendermint BFT SMR platform. The algorithm is designed for the wide
5+
area network with high number of mutually distrusted nodes that communicate
6+
over gossip based peer-to-peer network. It has only a single mode of execution
7+
and the communication pattern is very similar to the "normal" case of the
8+
state-of-the art PBFT algorithm. The algorithm ensures termination with a novel
9+
mechanism that takes advantage of the gossip based communication between nodes.
10+
The proposed algorithm and the proofs are simple and elegant, and we believe
11+
that this makes it easier to understand and implement correctly.
712

813
\section*{Acknowledgment}
914

10-
We would like to thank...
15+
We would like to thank...

0 commit comments

Comments
 (0)