Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Round Times: Period 0 deadline timeout #5850

Merged
merged 5 commits into from
Dec 7, 2023

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    9669909 View commit details
    Browse the repository at this point in the history
  2. Rename deadlineTimeout to 'roundTimeEstimate' in catchup/service.go t…

    …o better reflect the variable's purpose. Fix deadline timeout references that either needed to provide period now or needed the default deadline timeout.
    gmalouf committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    6f07933 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Update config/consensus.go

    Co-authored-by: John Jannotti <jannotti@gmail.com>
    gmalouf and jannotti committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    f7227f7 View commit details
    Browse the repository at this point in the history
  2. Add additional condition to consensus version if check in issueSoftVo…

    …te to for a possible version zero value.
    gmalouf committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    0d6614c View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Pull deadline timeout resolution out to timeoutevent handling in play…

    …er.go, applying the resolved timeout to both issueSoftVote and nextVoteRanges.
    gmalouf committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    4dd7d57 View commit details
    Browse the repository at this point in the history