AntelopeIO / leap

C++ implementation of the Antelope protocol
Other
116 stars 70 forks source link

IF: Consider voting immediately if final on strong qc is validated #2290

Closed heifner closed 6 months ago

heifner commented 6 months ago

Consider voting immediately on a block if its final on strong qc block reference has been validated. The block does not necessarily need to be on our head branch as long as we have validated it.

The voting uncovered a number of problems that are fixed by this PR:

Also:

Resolves #2125

ericpassmore commented 6 months ago

Note:start group: IF category: INTERNALS summary: Consider voting immediately on a block if its final on strong qc block reference has been validated. Note:end