Skip to content

Commit 2065d6a

Browse files
authored
Merge branch 'main' into add--cryptox
2 parents 510f228 + 2ec20c8 commit 2065d6a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

source/mainnet/net/mobile-wallet/update-baker-mw.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -775,10 +775,12 @@ Stop validation
775775
===============
776776

777777
If you remove a validator, the node that is configured with the :term:`validator keys<private keys>` will stop producing blocks after the next :term:`pay day`.
778+
778779
After the :term:`cool-down period`, the amount that you previously staked is returned to your disposable balance at the next pay day. When you've removed the validator,
779780
it is recommended that you also remove the keys from the node, but you should only do this after the node has stopped producing blocks, i.e. after the payday.
780781
If you want to use the node for validation at a later point in time, you'll then have to create a new set of validator keys.
781782

783+
782784
If you no longer wish to produce blocks on this account, you can stop validation.
783785

784786
.. dropdown:: |cryptox|

source/mainnet/net/resources/glossary.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ Also see the Concordium `Whitepaper <https://developer.concordium.software/gover
130130

131131
A period of time during which the funds are frozen and cannot be spent.
132132

133+
133134
Concordium Byzantine Fault Tolerance (BFT) protocol
134135

135136
The consensus protocol for the blockchain. The protocol offers high transaction throughput and lower confirmation time because a block can be produced as soon as the previous block has been signed. The protocol proceeds by rounds. In each round, a predetermined leader among the validators should produce a block. The other validators then sign this block, and their collective signatures are aggregated to form a quorum certificate (QC). This quorum certificate is then included in the next block. If the leader fails to produce a block in the round, or not enough signatures were gathered for a QC, then the validators will instead send timeout messages, which are aggregated to form a timeout certificate (TC). Each block always contains a quorum certificate and may contain a timeout certificate for the previous round if and only if the previous round timed out. When blocks on a common chain in two consecutive rounds have quorum certificates, the block in the first of these rounds (together with its ancestors) is considered final. At this point, the protocol ensures that it cannot be rolled back. The two consecutive blocks must also be within the same epoch.

0 commit comments

Comments
 (0)