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

Add VID to webserver #1954

Merged
merged 5 commits into from
Oct 30, 2023
Merged

Add VID to webserver #1954

merged 5 commits into from
Oct 30, 2023

Conversation

rob-maron
Copy link
Collaborator

Also fixes the webserver error per view

elliedavidson
elliedavidson previously approved these changes Oct 30, 2023
crates/hotshot/src/traits/networking/web_server_network.rs Outdated Show resolved Hide resolved
// vote.current_view,
// self.committee_exchange.public_key()
// );
debug!("DA vote recv, Main Task {:?}", vote.current_view,);
Copy link
Member

Choose a reason for hiding this comment

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

Very nice!

@@ -361,6 +369,9 @@ where
}
}
}
HotShotEvent::VidCertRecv(_) => {
Copy link
Member

Choose a reason for hiding this comment

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

I actually think we'd want to put this event into the consensus task, since replicas need to check if they have it before voting on a quorum proposal. But this can be done in a separate issue.

@rob-maron rob-maron merged commit 8ceb257 into develop Oct 30, 2023
3 of 4 checks passed
@rob-maron rob-maron deleted the rm/vid-webserver-endpoint branch October 30, 2023 18:59
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.

2 participants