Page MenuHomePhabricator

[avalanche] Add a rescan method to the ProofPool
ClosedPublic

Authored by Fabien on Nov 30 2021, 10:32.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Project
Maniphest Tasks
Restricted Maniphest Task
Commits
rABC16b231471426: [avalanche] Add a rescan method to the ProofPool
Summary

Similar to what is done in the OrphanProofPool, with a test.

Ref T1854.

Test Plan
ninja all check-avalanche

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.Nov 30 2021, 10:32
This revision is now accepted and ready to land.Nov 30 2021, 16:50

The dependencies are almost certainly wrong here. This could go in fairly quickly.

I need the pool.size() method in the test that is from the dependency, but I can easily reverse order them

Rebase on master, remove the dependency to D10597.