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
- Branch
- avalanche_no_auto_finalized_filter
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 32772 Build 65032: Build Diff build-clang-tidy · build-diff · lint-circular-dependencies · build-clang · build-debug · build-without-wallet Build 65031: arc lint + arc unit
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.