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.
Details
Details
- Reviewers
roqqit - Group Reviewers
Restricted Project - Commits
- rABCd0d90118ccea: [avalanche] Add to the recently finalized items filter at callsite
ninja all check-all
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
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.