Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/HowTo/Configure/Consensus-Protocols/QBFT.md
Original file line number Diff line number Diff line change
Expand Up @@ -558,5 +558,5 @@ To swap between block header validator selection and contract validator selectio
*[vanity data]: Validators can include anything they like as vanity data.
*[RLP]: Recursive Length Prefix

[GoQuorum]: https://docs.goquorum.consensys.net/en/stable/
[GoQuorum]: https://consensys.net/docs/goquorum/en/stable/
[View the example smart contract]: https://github.com/ConsenSys/validator-smart-contracts
2 changes: 1 addition & 1 deletion docs/HowTo/Configure/Consensus-Protocols/QuorumIBFT.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Besu nodes can operate (that is, submit transactions and receive blocks) in a Qu

To connect to a Quorum IBFT 1.0 network:

1. In the [Quorum IBFT 1.0 genesis file](https://docs.goquorum.consensys.net/en/stable/HowTo/Configure/Consensus-Protocols/IBFT/#genesis-file):
1. In the [Quorum IBFT 1.0 genesis file](https://consensys.net/docs/goquorum/en/stable/configure-and-manage/configure/consensus-protocols/ibft/#genesis-file):

- Update the consensus protocol specified in the `config` item from `istanbul` to `ibft`.
- In the `ibft` item:
Expand Down
4 changes: 2 additions & 2 deletions docs/HowTo/Use-Privacy/Use-GoQuorum-compatible-privacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ The following documentation explains [the transaction lifecycle] in GoQuorum-com
[Besu channel on Hyperledger Discord](https://discord.gg/hyperledger) or by [email](mailto:besu@lists.hyperledger.org).

<!--links-->
[GoQuorum clients]: https://docs.goquorum.consensys.net/
[GoQuorum clients]: https://consensys.net/docs/goquorum/en/stable/
[QBFT]: ../Configure/Consensus-Protocols/QBFT.md
[the transaction lifecycle]: https://docs.goquorum.consensys.net/Concepts/Privacy/PrivateTransactionLifecycle/
[the transaction lifecycle]: https://consensys.net/docs/goquorum/en/stable/concepts/privacy/private-transaction-lifecycle/
2 changes: 1 addition & 1 deletion docs/Reference/Config-Items.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,5 @@ Anything listed in the configuration file also takes precedence.
```

<!--links-->
[GoQuorum clients]: https://docs.goquorum.consensys.net/
[GoQuorum clients]: https://consensys.net/docs/goquorum/en/stable/
[interoperable private transactions]: ../HowTo/Use-Privacy/Use-GoQuorum-compatible-privacy.md