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
For example as suggested here if a pending block takes too long to get a majority of signatures:
Next step IMO is to put a timeout on how long a pending block can exist and if we reach it, start a new consensus round. so our assumption `block_height == slot_idx` won't hold anymore.
_Originally posted by @omerfirmak in https://github.com/bosagora/agora/issues/3039#issuecomment-1046482920_
But perhaps this could also be used once we get behind block schedule and are not making progress during nomination phases.
The text was updated successfully, but these errors were encountered:
hewison-chris
changed the title
Start a new consensus round if timeout on pending block takes too long
Start a new consensus round if a pending block takes too long to get a majority of signatures
Feb 22, 2022
hewison-chris
changed the title
Start a new consensus round if a pending block takes too long to get a majority of signatures
Start a new consensus round if we get stuck
Feb 22, 2022
For example as suggested here if a pending block takes too long to get a majority of signatures:
But perhaps this could also be used once we get behind block schedule and are not making progress during nomination phases.
The text was updated successfully, but these errors were encountered: