-
Notifications
You must be signed in to change notification settings - Fork 33
Integration with Fabric Ordering Service #4
Comments
@anweiss I guess Jason is actively working on it recently, he's fork at https://github.com/jyellick/mirbft |
Is the intention still to integrate this with Fabric and if so what remains left to done? I've compared the code between that currently in etcdraft (under the consensus folder of the orderer) and this library but don't see common structure which would indicate so. |
Would replacing the raft node within the node struct of node.go with a mir-BFT node be a good start? The fields and methods of a raft node differ to a mir-BFT node meaning the accompanying methods of node.go would have to be altered/removed. Any help would be greatly appreciated! |
While the principal idea behind the architecture of mirbft is inspired by etcd raft, the interface is not exactly the same and. We hope, however, that it will not be difficult to write a small wrapper around mirbft to integrate it in other projects. |
The library has been substantially refactored now and is under active development. It is, however, still not ready to be integrated into fabric, even though this remains the goal. |
Per the presentation from the Hyperledger Global Forum, it was mentioned that there was a plan to integrate this BFT implementation with the Fabric ordering service. Is this still in the works? And if so, has anything been open sourced yet? Thanks!
The text was updated successfully, but these errors were encountered: