Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

dBFT: Recovery message triggers PrepareRequest from Primary even if the timer isn't fired yet #799

@AnnaShaleva

Description

@AnnaShaleva

Describe the bug
See the nspcc-dev/dbft#74, please. The same bug exists in C# implementation:

else if (context.IsPrimary)
SendPrepareRequest();

Expected behavior
Even on Recovery message receival, the primary node should wait until the timer fires before the subsequent PrepareRequest creation.

Platform:

  • Version: dBFT Plugin 3.5.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions