English

Liveness and Latency of Byzantine State-Machine Replication (Extended Version)

Distributed, Parallel, and Cluster Computing 2022-10-06 v3

Abstract

Byzantine state-machine replication (SMR) ensures the consistency of replicated state in the presence of malicious replicas and lies at the heart of the modern blockchain technology. Byzantine SMR protocols often guarantee safety under all circumstances and liveness only under synchrony. However, guaranteeing liveness even under this assumption is nontrivial. So far we have lacked systematic ways of incorporating liveness mechanisms into Byzantine SMR protocols, which often led to subtle bugs. To close this gap, we introduce a modular framework to facilitate the design of provably live and efficient Byzantine SMR protocols. Our framework relies on a view abstraction generated by a special SMR synchronizer primitive to drive the agreement on command ordering. We present a simple formal specification of an SMR synchronizer and its bounded-space implementation under partial synchrony. We also apply our specification to prove liveness and analyze the latency of three Byzantine SMR protocols via a uniform methodology. In particular, one of these results yields what we believe is the first rigorous liveness proof for the algorithmic core of the seminal PBFT protocol.

Keywords

Cite

@article{arxiv.2202.06679,
  title  = {Liveness and Latency of Byzantine State-Machine Replication (Extended Version)},
  author = {Manuel Bravo and Gregory Chockler and Alexey Gotsman},
  journal= {arXiv preprint arXiv:2202.06679},
  year   = {2022}
}

Comments

Extended version of a paper from the 2022 Symposium on Distributed Computing (DISC'22)

R2 v1 2026-06-24T09:35:10.129Z