Protocol upgrade doesn't work if block producers number exceeds epoch length #12195
Labels
A-testing
Area: Unit testing / integration testing
C-housekeeping
Category: Refactoring, cleanups, code quality
Description
...because on finalising epoch, only votes from BPs which got chance to produce block are counted. But in percentage computation for upgrade, denominator is still the total number of BPs, and it becomes too low to pass threshold. The fix may be to decrease denominator as well in this case. It should not impact public chains anyway.
The text was updated successfully, but these errors were encountered: