Revisiting Speculative Leaderless Protocols for Low-Latency BFT Replication
Daniel Qian, Xiyu Hao, Jinkun Geng, Yuncheng Yao, Aurojit Panda, Jinyang Li, Anirudh Sivaraman

TL;DR
Aspen is a leaderless BFT protocol that achieves near-optimal low latency and high throughput in permissioned blockchains by effectively handling contention and network delays, outperforming previous protocols.
Contribution
Aspen introduces a best-effort sequencing layer with loosely synchronized clocks to remove contention restrictions in leaderless BFT protocols, enabling low latency even under network delays.
Findings
Aspen commits requests in less than 75 ms in wide-area settings.
Achieves 19,000 requests per second throughput.
Provides a 1.2 to 3.3× performance improvement over prior protocols.
Abstract
As Byzantine Fault Tolerant (BFT) protocols begin to be used in permissioned blockchains for user-facing applications such as payments, it is crucial that they provide low latency. In pursuit of low latency, some recently proposed BFT consensus protocols employ a leaderless optimistic fast path, in which clients broadcast their requests directly to replicas without first serializing requests at a leader, resulting in an end-to-end commit latency of 2 message delays () during fault-free, synchronous periods. However, such a fast path only works if there is no contention: concurrent contending requests can cause replicas to diverge if they receive conflicting requests in different orders, triggering costly recovery procedures. In this work, we present Aspen, a leaderless BFT protocol that achieves a near-optimal latency of , where indicates…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDistributed systems and fault tolerance · Blockchain Technology Applications and Security · Caching and Content Delivery
