Page MenuHomePhabricator

[avalanche] Remember the dangling proofs
ClosedPublic

Authored by Fabien on Oct 20 2023, 20:13.

Details

Reviewers
PiRK
bytesofman
Group Reviewers
Restricted Project
Commits
rABCda6777152462: [avalanche] Remember the dangling proofs
Summary

Store them in a pool rather than a simpler filter on ids. This makes it possible to access the details of the dangling proofs.
The pool is limited in size the same way the other pools are, by the intrinsic utxo limitation. The only change of behavior is the refined log message.

Test Plan
ninja all check-all

Diff Detail