Page MenuHomePhabricator

[mempool] remove `CompareTxMemPoolEntryByAncestorFee` as it is no longer needed
Needs RevisionPublic

Authored by schancel on May 12 2019, 05:34.

Details

Reviewers
deadalnix
jasonbcox
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Project
Summary

Delete CompareTxMemPoolEntryByAncestorFee and the associated mapTx index ancestor_score.
This is no longer needed, as we have implemented new mining code which does not depend on
these calcuations.

Depends on D3027

Test Plan
make check && ./test/functional/test_runner.py

Diff Detail

Repository
rABC Bitcoin ABC
Branch
chains-for-real7 (branched from master)
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 5818
Build 9698: Bitcoin ABC Buildbot (legacy)
Build 9697: arc lint + arc unit