OPERA: Reasoning about continuous common knowledge in asynchronous distributed systems
Abstract
This paper introduces a new family of consensus protocols, namely \emph{Lachesis-class} denoted by , for distributed networks with guaranteed Byzantine fault tolerance. Each Lachesis protocol in has complete asynchrony, is leaderless, has no round robin, no proof-of-work, and has eventual consensus. The core concept of our technology is the \emph{OPERA chain}, generated by the Lachesis protocol. In the most general form, each node in Lachesis has a set of neighbours of most preference. When receiving transactions a node creates and shares an event block with all neighbours. Each event block is signed by the hashes of the creating node and its peers. The OPERA chain of the event blocks is a Directed Acyclic Graph (DAG); it guarantees practical Byzantine fault tolerance (pBFT). Our framework is then presented using Lamport timestamps and concurrent common knowledge. Further, we present an example of Lachesis consensus protocol of our framework. Our protocol can reach consensus upon 2/3 of all participants' agreement to an event block without any additional communication overhead. protocol relies on a cost function to identify peers and to generate the DAG-based OPERA chain. By creating a binary flag table that stores connection information and share information between blocks, Lachesis achieves consensus in fewer steps than pBFT protocol for consensus.
Cite
@article{arxiv.1810.02186,
title = {OPERA: Reasoning about continuous common knowledge in asynchronous distributed systems},
author = {Sang-Min Choi and Jiho Park and Quan Nguyen and Andre Cronje and Kiyoung Jang and Hyunjoon Cheon and Yo-Sub Han and Byung-Ik Ahn},
journal= {arXiv preprint arXiv:1810.02186},
year = {2018}
}