Skip to content

Commit 0b514c0

Browse files
Remove QBFT consensus early access warning (#956)
Signed-off-by: Lucas Saldanha <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]>
1 parent 4d98eb0 commit 0b514c0

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

docs/Concepts/Consensus-Protocols/Overview-Consensus.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ Besu implements the following consensus protocols:
1212
* [Quorum IBFT 1.0](../../HowTo/Configure/Consensus-Protocols/QuorumIBFT.md) (proof of authority).
1313
* [QBFT](../../HowTo/Configure/Consensus-Protocols/QBFT.md) (proof of authority).
1414

15-
!!! warning
16-
17-
QBFT is currently an early access feature. It is not recommended for production networks with
18-
business critical impact.
19-
2015
The `config` property in the genesis file specifies the consensus protocol for a chain.
2116

2217
!!! example

docs/HowTo/Configure/Consensus-Protocols/QBFT.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ description: Hyperledger Besu QBFT proof of authority (PoA) consensus protocol i
77
Hyperledger Besu implements the QBFT proof of authority (PoA) consensus protocol. Private networks
88
can use QBFT.
99

10-
!!! warning
11-
12-
QBFT is currently an early access feature. It is not recommended for production networks with
13-
business critical impact.
14-
1510
In QBFT networks, approved accounts, known as validators, validate transactions and blocks.
1611
Validators take turns to create the next block. Before inserting the block onto the chain, a
1712
super-majority (greater than 66%) of validators must first sign the block.

docs/Tutorials/Private-Network/Create-QBFT-Network.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ description: Hyperledger Besu private network using the QBFT (proof of authority
44

55
# Create a private network using the QBFT (proof of authority) consensus protocol
66

7-
!!! warning
8-
9-
QBFT is currently an early access feature. It is not recommended for production networks with
10-
business critical impact.
11-
127
A private network provides a configurable network for testing. This private network uses the
138
[QBFT (proof of authority) consensus protocol](../../HowTo/Configure/Consensus-Protocols/QBFT.md).
149

0 commit comments

Comments
 (0)