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
vncoelho
changed the title
Bugs on NotAcceptingPayloadsDueToViewChanging - Logic probably changed
Bugs on MoreThanFNodesCommittedOrLost - Logic probably not used for changeview
Dec 21, 2022
I double checked again and it looks like the problem in a missing use of MoreThanFNodesCommittedOrLost.
Currently, the logic for NotAcceptingPayloadsDueToViewChanging => ViewChanging && !MoreThanFNodesCommittedOrLost; is correct. However, we are still changing view if MoreThanFNodesCommittedOrLost. This should be avoided because nodes will be isolated.
Also related to issue #780,
there is something strange in the logic for avoiding nodes to accept payloads.
As I remember, this logic was also created for avoiding a node to change view if more than
F
nodes are committed or lost.This needs a double check.
neo-modules/src/DBFTPlugin/Consensus/ConsensusContext.cs
Lines 96 to 102 in c187c26
The text was updated successfully, but these errors were encountered: