Update fork-generation.md

This commit is contained in:
Josh Kauffman 2020-07-29 21:15:48 -04:00 committed by Michael Vines
parent 01e26012b3
commit e0f74c6862
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Nodes take turns being leader and generating the PoH that encodes state changes.
2. Leader filters valid transactions.
3. Leader executes valid transactions updating its state.
4. Leader packages transactions into entries based off its current PoH slot.
5. Leader transmits the entries to validator nodes \(in signed shreds\)
5. Leader transmits the entries to validator nodes \(in signed shreds\)
1. The PoH stream includes ticks; empty entries that indicate liveness of the leader and the passage of time on the cluster.
2. A leader's stream begins with the tick entries necessary to complete PoH back to the leader's most recently observed prior leader slot.
6. Validators retransmit entries to peers in their set and to further downstream nodes.