领导者
领导者
Consensus Mechanisms
12 个参考
某些协议中给定时间窗口的指定区块生产者。领导者通常是通过权益加权时间表或其他确定性规则来选择的。
出现在 12 个白皮书章节中
Abstract
... them without communicating with each other. This allows the system to choose a leader, have that leader sequence user messages, and have validators process those mes...
Introduction
...ign that leverages PoH as a global clock, enabling a pipeline of optimizations: leader-based block production with predetermined schedules, streaming block propagatio...
Outline
...fied efficiently.
Next, we present the network design of Solana, including the leader rotation mechanism, the data plane used for block propagation, and the transact...
Network Design
Solana's network operates on a rotating leader model where a single validator at a time is designated as the leader, responsib...
Proof of History Sequence
...))`. The ordering within a single PoH index is determined by the generator (the leader), while the ordering between different PoH indices is determined by the hash ch...
Timestamp
...erty of PoH timestamps is that they cannot be manipulated by a single malicious leader. A leader could attempt to assign incorrect wall-clock times to PoH ticks, but ...
Proof of Stake Consensus
...al for any validator whose stake exceeds the potential profit from the attack.
Leader selection in Tower BFT is determined by the PoH sequence and the current stake ...
Streaming Proof of Replication
...continuously as new blocks are produced, rather than in discrete rounds. As the leader produces new blocks, validators encrypt them into their local PoRep store immed...
System Architecture
...cuted transactions to the ledger and integrates them into the PoH sequence. The leader's PoH generator incorporates the transaction results into the hash chain, produ...
Performance
...network's aggregate bandwidth is utilized efficiently, so the bottleneck is the leader's outbound bandwidth rather than the total network capacity.
```
Throughput Pr...
Conclusion
...oH timestamps. Gulf Stream eliminates the mempool by leveraging the predictable leader schedule that PoH enables. Turbine uses erasure coding and tree-structured prop...
相关文章
Whitepaper Deep Dive
Solana 白皮书:Proof of History 如何实现 400ms 出块
探索Anatoly Yakovenko创新的时钟机制,使Solana能够实现亚秒级最终确认并每秒处理数万笔交易。
Origin StorySolana 的创世:一位工程师对时钟同步的执着
Qualcomm工程师Anatoly Yakovenko如何意识到可验证时钟能够消除限制区块链吞吐量的通信开销。
Impact & LegacySolana 的速度革命:400ms 最终性对主流采用意味着什么
Solana 的高吞吐量如何吸引了 DeFi、NFT 和支付——以及在去中心化方面的权衡所引发的争论。