Skip to content

Conversation

@bfish713
Copy link
Contributor

@bfish713 bfish713 commented Dec 3, 2025

Closes #<ISSUE_NUMBER>

This PR:

This PR does not:

Key places to review:

@bfish713 bfish713 changed the base branch from ma/hotshot-ci-stability to main December 3, 2025 15:44
@bfish713 bfish713 changed the title Bf/proposal-epoch-refactor Use Epoch From events in Proposal Task Dec 4, 2025
@bfish713 bfish713 marked this pull request as ready for review December 4, 2025 13:45
Comment on lines +444 to +450
loop {
let p = self.primary().recv_message().await?;
if !p.is_empty() {
return Ok::<_, NetworkError>(p);
}
tracing::warn!("Received empty message from primary network");
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this relevant in testing only or can it happen in real scenarios as well?

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