Cob:一种支持可持续基于分片共识协议的一致性层
分布式、并行与集群计算
2022-05-16 v1
摘要
本文探讨 Cob 的应用背景,Cob 是最近提出的一种拜占庭容错(BFT)共识协议。Cob 被证明是一种无领导者共识协议,它在待观测与记录事件列表的每个分量上并行执行共识过程。我们展示如何利用 Cob 为可扩展且可持续的区块链定义一致性层。该层用于设计基于分片(作为实现可扩展性的手段)以及将时间划分为时隙(分配给被指示创建新块的节点,以减少维护分布式账本所需的计算与通信量)的共识协议。我们通过引入一个名为同步链(Synchronization Chain)的辅助区块链,解释为何 Cob 是实现此类一致性层的可行候选。
引用
@article{arxiv.2205.06384,
title = {Cob: a consensus layer enabling sustainable sharding-based consensus protocols},
author = {Andrea Flamini and Riccardo Longo and Alessio Meneghetti},
journal= {arXiv preprint arXiv:2205.06384},
year = {2022}
}
备注
15 pages, 2 figures, 1 table