Skip to content

PBTS: Implement adaptive synchronous parameters for consensus #2432

@cason

Description

@cason

Derives from the decision in #2184 to make the SynchronyParams.MessageDelay PBTS parameter adaptive.

The defined mechanism is:

  1. Precision parameter remains unchanged over consensus rounds
  2. MessageDelay parameter increases over consensus rounds, with the following logic:
MessageDelay(round) = MessageDelay * (1.1)^round

Definition of Done

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions