Fast-HotStuff: A Fast and Resilient HotStuff Protocol
Mohammad M. Jalalzai, Jianyu Niu, Chen Feng, Fangyu Gai
TL;DR
Fast-HotStuff addresses the primary bottlenecks of HotStuff by introducing a two-round, rotating-primary BFT that requires a block to prove extension of the latest highQC, enabling two-round optimistic commits and improved responsiveness. The protocol combines basic and pipelined variants with AggQC/ highQC mechanisms to reduce view-change cost and fork-related inefficiencies, while maintaining safety and liveness through formal proofs. Empirical evaluation on AWS across up to $n=160$ replicas shows that Fast-HotStuff achieves lower latency than HotStuff in typical operation and remains robust under forking attacks, with only modest overhead when a primary fails. Overall, the work demonstrates a practical, fork-resilient two-chain consensus that sustains high performance in both LAN and WAN environments, offering a significant improvement for rotating-primary BFT in blockchain-like systems.
Abstract
The HotStuff protocol is a breakthrough in Byzantine Fault Tolerant (BFT) consensus that enjoys both responsiveness and linear view change. It creatively adds an additional round to classic BFT protocols (like PBFT) using two rounds. This brings us to an interesting question: Is this additional round really necessary in practice? In this paper, we answer this question by designing a new two-round BFT protocol called Fast-HotStuff, which enjoys responsiveness and efficient view change that is comparable to linear view change in terms of performance. Compared to (three-round) HotStuff, Fast-HotStuff has lower latency and is more robust against performance attacks that HotStuff is susceptible to.
