Tenderbake : Tezos consensus algorithm

Tezos and its consensus algorithm

What is Tezos ?

Tezos is a scalable blockchain-based platform designed for the development of smart contracts.
The Tezos (XTZ) protocol is currently based on a Liquid Proof of Stake (Liquid Staking) consensus algorithm, called Tenderbake, which replaces Emmy*.

Tenderbake ?! What is that ?

Actually, Tenderbake adapts Tendermint to the Tezos blockchain, which in turn is inspired by PBFT (Pratical Byzantine Fault Tolerance) and DLS (Distributed Ledger System).

Tenderbake add 2 majors improvement to Tendermint :

  • 1 - A quick deterministic finality :

With Tenderbake, a block that has been appended to the chain of a node is marked as final when it has 2 additionnal blocks on top off it, regardless of network latency.
Tenderbake can finish in a real quick time, that's why it is known as fast.

  • 2 - Safe under asynchrony :

Even if a part of the network is down during an asynchronous period, when synchrony is restored, the blockchain will just return to where it left off. It's one of the main advantage of Tenderbake consensus algorithms.

Okay ... but How it works ?

First, let me give you some specific vocabulary :

  • Level of a block : It's his "position" from the genesis block, which is at level ("position") 0.

  • In Tezos blockchain, the fundamental unit of identity is a cryptographic key.

  • A delegate is a cryptographic key. Owner can participate in the consensus algorithm and in the governance process by registering their public key on the chain and by holding at least one roll (around 8000 TZ). Of course, the owner have to be active recently.

Tenderbake a consensus algorithm

For each new level of block, Tenderbake is executed by validators, which are, actually, delegates selected at random based on their stake, just like endorsers were selected in Emmy*. Then, validator's job is to choose which block to add next.
So, a simple approach for validators to choose a block could be : one validator, by using the native Tezos proposal mechanism, propose its block as the next block to add in the Tezos blockchain. After that, others validators can vote for blocks through the Tezos network as Tezos Operations.

And How does the voting process works ?

To complete the vote, for each level, that we mentioned earlier, Tenderbake proceeds in rounds which are just an attempt to make validators to agree on the current level's block. Each round has its own duration, that can be increased in order that, when a message delay or an asynchronous period appears because of network slowdowns or failure, have a longer round.

Each round has three phases:

  • The first one, "a block proposal phase", a validator is chosen as "the round master", and it have to propose a candiate block.

  • The second one, "a preendorsement phase", is a Tezos operation containing a tuple (x,bc,r).
    Validators send a supporting vote on the candidate block's contents, called preendorsement.
    We can sum up it with the following form : " I, validator x, hereby endorse block contents bc for round r“

  • The third one, "the endorsement phase", if validators have observed a quorum (the minimum number of members of a deliberative assembly) of preendorsement, then they will send a confirmation vote, called endorsement, for the candidate block's contents and they will certify that they have observed a quorum of preendorsments.
    We can sum up it with the following form : "I, validator x, hereby affirm to have observed a quorum of preendorsements for block contents bc at round r"

So validators have to vote twice with Tenderbake.

There is a difference between the first round and others for the proposer.
In the first round, the proposer, which have to propose a block, is free to propose a block contents from the memory pool of its node, which is the blockchain's "waiting room" (when a operation is verified, it will wait in the mempool for beeing put in a block ). In the next rounds, the proposer have to propose the same contents of block candidate that it has proposed in the previous round, but only if a quorum of preendorsement was observed, otherwise the proposer is free to choose a block candidate like in the first round.

When a validator observes a quorum of endorsement at the current round, so the validator will think that an agreement is found on the current block candidate for the current level L and will move to the next level L+1.
But if a validator doesn't observe any quorum of endorsement at the current round, the validator will think that an agreement was not found yet and will skip to the next round. It can happen when :

  • When a proposer is Byzantine, it trying to propose two candidate block or it propose nothing.
  • When there are network delays or failure, preendorsement and endorsement don't arrive in time and prevents quorum from being reached.

You have to notice that for each block candidate at level L+1, it have to include level L quorums endorsement in order to have a proof that an agreement was successfully reached at previous level L.

At the end, the last round will look like this :

  • A non-byzantine proposer has proposed one candidate block
  • The round is long enough in order to be sure that any asynchronous periods have finished and that network messages arrive in time
  • And finally, a quorum of endorsement is observed and a candidate block for that round is agreed upon

Then, our loop terminates with consensus.

Tenderbake has also the advantage to be fast, it can finish in at most 1 minute assuming good network conditions.

To shorten it, Tenderbake acts in the following way :

1- A validator make a proposition by injecting a candidate block and votes into the attached node
2- Then it diffuses those blocks and votes to all of the others nodes of the network
3- After that, it communicates them to validators attached to those nodes
4- And finally, they can vote on which block to accept

Sources :


0
0
0.000
2 comments
avatar

Thanks for your contribution to the STEMsocial community. Feel free to join us on discord to get to know the rest of us!

Please consider delegating to the @stemsocial account (85% of the curation rewards are returned).

You may also include @stemsocial as a beneficiary of the rewards of this post to get a stronger support. 
 

0
0
0.000
avatar

Congratulations @bbybender! You have completed the following achievement on the Hive blockchain And have been rewarded with New badge(s)

You received more than 300 upvotes.
Your next target is to reach 400 upvotes.

You can view your badges on your board and compare yourself to others in the Ranking
If you no longer want to receive notifications, reply to this comment with the word STOP

Check out the last post from @hivebuzz:

HiveBuzz World Cup Contest - Recap of Day 9
Hive Power Up Day - December 1st 2022
HiveBuzz World Cup Contest - Check your ranking
Support the HiveBuzz project. Vote for our proposal!
0
0
0.000