Skip to content

Conversation

sashass1315
Copy link

The previous comment claimed the cache “ends with at least 8 consecutive rounds,” but the implementation only checks the number of cached rounds (self.cache.len() >= CACHE_SIZE). Rounds can legitimately be skipped when collecting Deliver actions (only the latest round in a batch is used), and is_unknown only needs a horizon of recent processed rounds, not strict numeric consecutiveness. This change aligns the comment with the actual and intended behavior, preventing confusion and avoiding pressure to implement an unnecessary “consecutive rounds” check.

@CLAassistant
Copy link

CLAassistant commented Sep 17, 2025

CLA assistant check
All committers have signed the CLA.

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