Skip to content

Commit

Permalink
Clarify BFT validator requirements (#1081)
Browse files Browse the repository at this point in the history
Signed-off-by: Roland Tyler <roland.tyler@consensys.net>
  • Loading branch information
rolandtyler committed Jul 6, 2022
1 parent f1e770a commit 9018c03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/HowTo/Configure/Consensus-Protocols/IBFT.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ consensus protocol for private networks.

In IBFT 2.0 networks, approved accounts, known as validators, validate transactions and blocks.
Validators take turns to create the next block. Before inserting the block onto the chain, a
super-majority (greater than 66%) of validators must first sign the block.
super-majority (greater than or equal to 2/3) of validators must first sign the block.

Existing validators propose and vote to [add or remove validators](#add-and-remove-validators).

You can [create a private network using IBFT](../../../Tutorials/Private-Network/Create-IBFT-Network.md).

!!! important

Configure your network to ensure you never lose 1/3 or more of your validators. If more
Configure your network to ensure you never lose more than 1/3 of your validators. If more
than 1/3 of validators stop participating, new blocks are no longer created, and the
network stalls. It may take significant time to recover once nodes are restarted.

Expand Down
4 changes: 2 additions & 2 deletions docs/HowTo/Configure/Consensus-Protocols/QBFT.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ QBFT is the recommended enterprise-grade consensus protocol for private networks

In QBFT networks, approved accounts, known as validators, validate transactions and blocks.
Validators take turns to create the next block. Before inserting the block onto the chain, a
super-majority (greater than 66%) of validators must first sign the block.
super-majority (greater than or equal to 2/3) of validators must first sign the block.

Existing validators propose and vote to [add or remove validators](#add-and-remove-validators).

You can [create a private network using QBFT](../../../Tutorials/Private-Network/Create-QBFT-Network.md).

!!! important

Configure your network to ensure you never lose 1/3 or more of your validators. If more
Configure your network to ensure you never lose more than 1/3 your validators. If more
than 1/3 of validators stop participating, new blocks are no longer created, and the
network stalls. It may take significant time to recover once nodes are restarted.

Expand Down

0 comments on commit 9018c03

Please sign in to comment.