hyperledger-firefly / hyperledger-firefly/cli
Add RAFT/IBFT/QBFT consensus support to Quorum private network blockchains
Open
- Dominant language
- Go
- Stars
- 66
- Forks
- 64
- PR merge metrics
- No merged PRs in 30d
Description
Current support for Quorum only includes Clique consensus support. There are viable use cases of spinning up development environments on the other consensus mechanisms, for example, testing the consensus specific API calls etc.
The remaining work for the other consensus layers as follows:
1. RAFT - Command line tweaks, might require to switch from bootnodes discovery to static nodes
2. IBFT - Genesis file tweaks
3. QBFT - Genesis file tweaks
Contributor guide
Assessment
This issue has not been assessed yet.