You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we hold all rounds in memory and we get rid of a round only whenever we commit its finalization certificate and the round is too far in the past.
When we collect notarizations, we advance to higher rounds, but we may not collect finalizations.
We should investigate the behavior of the epoch when it receives more consecutive notarizations than defaultMaxRoundWindow, and see whether it's still possible to finalize blocks only after it has received too many notarizations.
The text was updated successfully, but these errors were encountered:
Currently, we hold all rounds in memory and we get rid of a round only whenever we commit its finalization certificate and the round is too far in the past.
When we collect notarizations, we advance to higher rounds, but we may not collect finalizations.
We should investigate the behavior of the epoch when it receives more consecutive notarizations than defaultMaxRoundWindow, and see whether it's still possible to finalize blocks only after it has received too many notarizations.
The text was updated successfully, but these errors were encountered: