-
Notifications
You must be signed in to change notification settings - Fork 780
Closed
Milestone
Description
Derives from the decision in #2184 to make the SynchronyParams.MessageDelay PBTS parameter adaptive.
The defined mechanism is:
Precisionparameter remains unchanged over consensus roundsMessageDelayparameter increases over consensus rounds, with the following logic:
MessageDelay(round) = MessageDelay * (1.1)^round
Definition of Done
- Implement logic for
MessageDelayto increase over rounds and associated testing - Adopt this this logic on the consensus implementation
- Test that a
Proposalwith timestamps far in the past is eventually decided in a height of consensus, provided that multiple rounds are executed - Address comments on feat(pbts): Make synchrony params adaptive #2431
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels