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

Proposer equivalent proof for previous block #6428

Draft
wants to merge 2 commits into
base: feat/equivalent-messages
Choose a base branch
from

Conversation

ssd04
Copy link
Contributor

@ssd04 ssd04 commented Aug 30, 2024

Reasoning behind the pull request

Proposed changes

Testing procedure

Pre-requisites

Based on the Contributing Guidelines the PR author and the reviewers must check the following requirements are met:

  • was the PR targeted to the correct branch?
  • if this is a larger feature that probably needs more than one PR, is there a feat branch created?
  • if this is a feat branch merging, do all satellite projects have a proper tag inside go.mod?

@ssd04 ssd04 self-assigned this Aug 30, 2024
@sstanculeanu sstanculeanu self-requested a review September 2, 2024 13:50
@@ -136,6 +136,9 @@ func (sr *subroundStartRound) initCurrentRound() bool {

sr.AppStatusHandler().SetStringValue(common.MetricConsensusRoundState, "")

// get previous bitmap before generating next consensus group
previousBitmap := sr.GenerateBitmap(SrSignature)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

handle scenario on start of epoch block where the consensus group will still be selected based on previous model

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