The locally selected stake winner should be treated as accepted by default and put in the winner set. This way, the cache can flip flop on the voted status without removing the local winner until it is invalidated.
Depends on D17336
Differential D17337
[avalanche] Set local stake winner in the contender cache roqqit on Wed, Dec 11, 23:43. Authored by Tags None Subscribers None
Details
The locally selected stake winner should be treated as accepted by default and put in the winner set. This way, the cache can flip flop on the voted status without removing the local winner until it is invalidated. Depends on D17336 ninja check check-functional Make sure to cover the case where the selected quorum proof happens to be the local winner: for I in {0..30}; do ./test/functional/test_runner.py abc_p2p_avalanche_contender_voting || break ; done
Diff Detail
|