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

Subround endround v2 fixes #6683

Merged
merged 5 commits into from
Dec 19, 2024

Conversation

ssd04
Copy link
Contributor

@ssd04 ssd04 commented Dec 18, 2024

Reasoning behind the pull request

  • Do not wait for signatures if proof already received
  • small refactorings and checks

Testing procedure

  • TBD

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 Dec 18, 2024
AdoAdoAdo
AdoAdoAdo previously approved these changes Dec 18, 2024
}

sr.mutProcessingEndRound.Lock()
defer sr.mutProcessingEndRound.Unlock()
proof, ok := sr.sendProof()

Copy link
Contributor

Choose a reason for hiding this comment

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

remove the empty line here

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@AdoAdoAdo AdoAdoAdo merged commit 7e35a87 into feat/equivalent-messages Dec 19, 2024
5 checks passed
@AdoAdoAdo AdoAdoAdo deleted the subround-endround-v2-fixes branch December 19, 2024 08:11
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.

3 participants