This will remove all the conflicting peers, then create a new one from the conflicting proof.
Ret T1854.
Differential D10289
[avalanche] Add a conflicting proof registration method Fabien on Oct 8 2021, 14:15. Authored by
Details
This will remove all the conflicting peers, then create a new one from the conflicting proof. Ret T1854. ninja ninja check-avalanche-peermanager_tests
Diff Detail
Event TimelineComment Actions I don't think this really make sense. What happens to the previous proof?
Comment Actions This function is intended to be called after a vote on a conflicting proof has been finalized, and the conflicting proof accepted. Since this proof is the valid one, all the proofs with conflicting utxos need to be removed so we have no conflict in our pool. We don't keep the previous proofs since they are no longer relevant.
|