You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: spec/consensus/proposer-selection.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ order: 3
5
5
# Proposer Selection Procedure
6
6
7
7
This document specifies the Proposer Selection Procedure that is used in Tendermint, the consensus algorithm adopted in CometBFT, to choose a round proposer.
8
-
As Tendermint is “leader-based consensus protocol”, the proposer selection is critical for its correct functioning.
8
+
As Tendermint is "leader-based consensus protocol", the proposer selection is critical for its correct functioning.
9
9
10
10
At a given block height, the proposer selection algorithm runs with the same validator set at each round .
11
11
Between heights, an updated validator set may be specified by the application as part of the ABCIResponses' EndBlock.
0 commit comments