Page MenuHomePhabricator

[avalanche] Add to the recently finalized items filter at callsite
ClosedPublic

Authored by Fabien on Wed, Mar 19, 19:54.

Details

Summary

With pre-consensus, we want to mark final all the txs that are parents of the one being finalized. This implies that there is more logic before adding an item to the recently finalized filter, and to achieve that we move the responsability of filling the filter to the callsite.

Test Plan
ninja all check-all

Diff Detail

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

Event Timeline

Fabien requested review of this revision.Wed, Mar 19, 19:54
roqqit added a subscriber: roqqit.

This looks a bit odd to move it to the callsite but since it is moving in the right direction with regards to the processor FIXME, it is probably a small step in the right direction.

This revision is now accepted and ready to land.Wed, Mar 19, 22:53