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
// check that all precommits are for blocks higher than the target
We should not simply report bad commit if we encounter a vote for a block that is not a descendent of the target because the sender might have included the vote as a proof of equivocation and the equivocator might have voted on a non-descendent of the target.
The text was updated successfully, but these errors were encountered:
drskalman
changed the title
Merely including a vote which is not a descendent of the round base, should not disqualify a commit message
Merely including a vote which is not a descendent of the round target, should not disqualify a commit message
Mar 20, 2020
This refers to these lines of the code:
finality-grandpa/src/lib.rs
Line 443 in 4c71f4b
We should not simply report bad commit if we encounter a vote for a block that is not a descendent of the target because the sender might have included the vote as a proof of equivocation and the equivocator might have voted on a non-descendent of the target.
The text was updated successfully, but these errors were encountered: