Page MenuHomePhabricator

[avalanche] Only re-add contenders to the cache if the remote proof is present
AcceptedPublic

Authored by roqqit on Mon, Apr 28, 23:53.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Summary

While debugging D18003 I discovered that the last old_quorum proof was being re-added to the cache unexpectedly. The tests would pass due to incomplete test coverage. This diff fixes both of these.

Depends on D18011

Test Plan
ninja check
./test/functional/test_runner.py abc_p2p_avalanche_contender_voting

Diff Detail