Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RAFT/IBFT/QBFT consensus support to Quorum private network blockchains #311

Open
rodion-lim-partior opened this issue Jul 1, 2024 · 0 comments

Comments

@rodion-lim-partior
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant