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

fixes for multikey mode, send proof from random managed key #6764

Conversation

sstanculeanu
Copy link
Collaborator

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?

@sstanculeanu sstanculeanu added the ignore-for-release-notes Do not include item in release notes label Jan 31, 2025
@sstanculeanu sstanculeanu self-assigned this Jan 31, 2025
}

if len(consensusKeysManagedByCurrentNode) == 0 {
return sr.SelfPubKey() // fallback return self pub key, should never happen
Copy link
Contributor

Choose a reason for hiding this comment

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

could happen if we allow observers or waiting nodes to send proofs as well

@sstanculeanu sstanculeanu merged commit a06e1f7 into feat/equivalent-messages Jan 31, 2025
4 checks passed
@sstanculeanu sstanculeanu deleted the send_proof_from_random_key_in_multikey_mode branch January 31, 2025 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ignore-for-release-notes Do not include item in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants