Page MenuHomePhabricator

mempool: Removed the ancestor_score index
ClosedPublic

Authored by Fabien on Feb 10 2023, 14:24.

Details

Reviewers
PiRK
sdulfari
Group Reviewers
Restricted Project
Commits
rABC856203e358f4: mempool: Removed the ancestor_score index
Summary
This is no longer being used (it was used previously for mining). After
the CPFP-removal from the mining code in a previous commit, this index
is no longer needed.

Also removed the comparator CompareTxMemPoolEntryByAncestorFee and the tests for this index and comparator.

Port of bchn#1113.

Depends on D13122.

Test Plan
ninja all check

Diff Detail

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