github.com/ari-anchor/sei-tendermint@v0.0.0-20230519144642-dc826b7b56bb/spec/consensus/consensus-paper/conclusion.tex (about)

     1  \section{Conclusion} \label{sec:conclusion}
     2  
     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.   
    12  
    13  \section*{Acknowledgment}
    14  
    15  We would like to thank Anton Kaliaev, Ismail Khoffi and Dahlia Malkhi for comments on an earlier version of the paper. We also want to thank Marko Vukolic, Ming Chuan Lin, Maria Potop-Butucaru, Sara Tucci, Antonella Del Pozzo and Yackolley Amoussou-Guenou for pointing out the liveness issues
    16  in the previous version of the algorithm. Finally, we want to thank the Tendermint team members and all project contributors for making Tendermint such a great platform.