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

Tendermint: We will re-propose another peer's valid proposal for a given round #3078

Open
hrxi opened this issue Nov 16, 2024 · 0 comments
Open

Comments

@hrxi
Copy link
Contributor

hrxi commented Nov 16, 2024

If that peer has sent it to us before we start the round ourselves.

// At least one proposal exists. Broadcast it.
if let Some((proposal_hash, (vr, signature))) = proposals.iter().next() {
// A proposal exist. Broadcast it and progress to prevote step.
log::debug!(
current_round = self.state.current_round,
?proposal_hash,
"Our turn, broadcasting previously set proposal",
);

@hrxi hrxi added the bug Something isn't working label Nov 16, 2024
@sisou sisou removed the bug Something isn't working label Nov 21, 2024
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

No branches or pull requests

2 participants