Projat
Projat

Reputation: 1

SBFT Multiple Leader Ordering Service

How can a Smart-BFT Multiple Leader Ordering Service be implemented ? What are the implementation changes that needs to be incorporated (refer to some source code) ? I was looking at https://github.com/hyperledger/fabric/blob/main/orderer/consensus/consensus.go but I do not think that this reference would be enough. What can be the added pros and cons in this kind of implementation ?

Upvotes: 0

Views: 115

Answers (1)

James Taylor
James Taylor

Reputation: 797

There is currently some work underway to implement BFT ordering for Fabric. The recent BFT RFC is a good place to start. If you are interested in finding out more I would recommend participating in the fabric-orderer channel on the Hyperledger Discord Chat.

Upvotes: 1

Related Questions