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

Handle HighQcSend #3919

Merged
merged 4 commits into from
Dec 2, 2024
Merged

Handle HighQcSend #3919

merged 4 commits into from
Dec 2, 2024

Conversation

lukaszrzasik
Copy link
Contributor

Closes #<ISSUE_NUMBER>

This PR:

This PR does not:

Key places to review:

Copy link
Contributor

@ss-es ss-es left a comment

Choose a reason for hiding this comment

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

just one comment, otherwise looks fine to me

HotShotEvent::HighQcSend(quorum_cert, leader, sender) => Some((
sender,
MessageKind::Consensus(SequencingMessage::General(
GeneralConsensusMessage::HighQc(quorum_cert.to_qc()),
Copy link
Contributor

Choose a reason for hiding this comment

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

can we change GeneralConsensusMessage::HighQc to a QuorumCertificate2?

it's not deployed so I think we can make the breaking change, and I think we would be gated on the same version (epochs)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah, that's a good idea.

@lukaszrzasik lukaszrzasik merged commit 7ccea8b into main Dec 2, 2024
17 checks passed
@lukaszrzasik lukaszrzasik deleted the lr/high-qc-send branch December 2, 2024 10:19
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.

4 participants