リーダー
リーダー
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のFinalityがメインストリーム採用に意味すること
Solanaの高いスループットがDeFi、NFT、決済をどのように引き付けたか — そして分散化におけるトレードオフが引き起こした議論について解説します。