English

The Istanbul BFT Consensus Algorithm

Distributed, Parallel, and Cluster Computing 2020-05-20 v2

Abstract

This paper presents IBFT, a simple and elegant Byzantine fault-tolerant consensus algorithm that is used to implement state machine replication in the \emph{Quorum} blockchain. IBFT assumes a partially synchronous communication model, where safety does not depend on any timing assumptions and only liveness depends on periods of synchrony. The algorithm is deterministic, leader-based, and optimally resilient - tolerating ff faulty processes out of nn, where n3f+1n \geq 3f+1. During periods of good communication, IBFT achieves termination in three message delays and has O(n2)O(n^2) total communication complexity.

Keywords

Cite

@article{arxiv.2002.03613,
  title  = {The Istanbul BFT Consensus Algorithm},
  author = {Henrique Moniz},
  journal= {arXiv preprint arXiv:2002.03613},
  year   = {2020}
}