리더
리더
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는 1초 미만의 최종성과 초당 수만 건의 트랜잭션 처리를 달성합니다.
Origin StorySolana의 탄생: 한 엔지니어의 시계 동기화에 대한 집착
Qualcomm 엔지니어 Anatoly Yakovenko가 검증 가능한 시계가 블록체인 처리량을 제한하는 통신 오버헤드를 제거할 수 있다는 것을 깨달은 이야기입니다.
Impact & LegacySolana의 속도 혁명: 400ms 최종성이 주류 채택에 의미하는 것
Solana의 높은 처리량이 DeFi, NFT, 결제를 끌어들인 방법 — 그리고 탈중앙화에서의 트레이드오프가 불러온 논쟁을 살펴봅니다.