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

[Consensus2] - Init new consensus module #3149

Merged
merged 8 commits into from
May 20, 2024
Merged

[Consensus2] - Init new consensus module #3149

merged 8 commits into from
May 20, 2024

Conversation

jparr721
Copy link
Contributor

@jparr721 jparr721 commented May 11, 2024

Closes #3172

This PR:

We need a new separate consensus module that will exist alongside the existing consensus module to achieve our goals of removing the old logic. This will enable us to build the features in isolation without needing to fight against merge conflicts and bug fixes as we stabilize for Cappuccino.

This PR:

  • Creates the new consensus2 module and associated handlers.
  • Adds a toggle flag to turn the new consensus2 module on alongside the other dependency tasks.

This PR does not:

Key places to review:

@jparr721 jparr721 changed the title Consensus2 [Consensus2] - Init new consensus module May 11, 2024
@jparr721 jparr721 marked this pull request as ready for review May 15, 2024 22:20
shenkeyao
shenkeyao previously approved these changes May 17, 2024
Copy link
Member

@shenkeyao shenkeyao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jparr721 jparr721 merged commit ef3ced0 into main May 20, 2024
22 of 24 checks passed
@jparr721 jparr721 deleted the jp/consensus2 branch May 20, 2024 14:40
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

Successfully merging this pull request may close these issues.

[CX_CLEANUP] - Diverge the Quorum Vote Task
3 participants