Skip to content

Commit

Permalink
docs: link to CometBFT specs (#3138)
Browse files Browse the repository at this point in the history
Closes #735
  • Loading branch information
rootulp authored Mar 4, 2024
1 parent 904e5d8 commit 630a3e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs/src/specs/consensus.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@

## Leader Selection

TODO
Refer to the CometBFT specifications for [proposer selection procedure](https://docs.cometbft.com/v0.34/spec/consensus/proposer-selection).

## Fork Choice

The Tendermint consensus protocol is fork-free by construction under an honest majority of stake assumption.

If a block has a [valid commit](#blocklastcommit), it is part of the canonical chain. If equivocation evidence is detected for more than 1/3 of voting power, the node must halt.
If a block has a [valid commit](#blocklastcommit), it is part of the canonical chain. If equivocation evidence is detected for more than 1/3 of voting power, the node must halt. See [proof of fork accountability](https://docs.cometbft.com/v0.34/spec/consensus/consensus#proof-of-fork-accountability).

## Block Validity

Expand Down

0 comments on commit 630a3e9

Please sign in to comment.