-
Notifications
You must be signed in to change notification settings - Fork 51
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
Add VID to webserver #1954
Conversation
// vote.current_view, | ||
// self.committee_exchange.public_key() | ||
// ); | ||
debug!("DA vote recv, Main Task {:?}", vote.current_view,); |
There was a problem hiding this comment.
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(_) => { |
There was a problem hiding this comment.
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.
Also fixes the webserver error per view