Skip to content

refactor(consensus): simplify prepare/commit quorum tracking - #5095

Draft
GheisMohammadi wants to merge 4 commits into
devfrom
refactor/simplify-quorum
Draft

refactor(consensus): simplify prepare/commit quorum tracking#5095
GheisMohammadi wants to merge 4 commits into
devfrom
refactor/simplify-quorum

Conversation

@GheisMohammadi

Copy link
Copy Markdown
Collaborator

This PR simplifies leader-side prepare/commit quorum handling by recording the last block that already triggered quorum side-effects on State, replacing the multi-BLS first-signature heuristics. Behavior stays equivalent on the happy path, remains safe without a hardfork (leader-local only), and clears markers in resetState so the same block can retry after view change.

@GheisMohammadi GheisMohammadi self-assigned this Aug 3, 2026
@GheisMohammadi
GheisMohammadi marked this pull request as draft August 3, 2026 11:58
@GheisMohammadi
GheisMohammadi force-pushed the refactor/simplify-quorum branch from 4f452f2 to a36a60f Compare August 3, 2026 14:42
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.

1 participant