Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在基板中,一个块通常与一个理由配对。这是否与共识机制有关?
理由是区块确定性的证明。对于爷爷来说,这是提交中所有投票的提交 + 祖先标头(以便我们可以验证提交)。
该术语来自 Tendermint 实现。
例如,在 Tendermint 中,将所有块签名包含在块哈希中是错误的,因为您可以拥有多个有效的 2/3 预提交集。
所以你宁愿从你的同行那里获取一个区块共识的理由,那么他们向你发送哪一组 2/3 预提交并不重要。
如果您有后续问题,我们可以为您进一步澄清,那就太好了。