Remove handling of incremental relay fee which was
added for RBF support.
Details
Details
- Reviewers
deadalnix jasonbcox sickpig - Group Reviewers
Restricted Project - Commits
- rSTAGING8b790efbff17: Remove incremental relay fee.
rABC8b790efbff17: Remove incremental relay fee.
make check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- remove-incremental
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 2568 Build 3253: Bitcoin ABC Buildbot (legacy) Build 3252: arc lint + arc unit
Event Timeline
src/txmempool.cpp | ||
---|---|---|
1216 ↗ | (On Diff #3092) | Seems logic to have something here, but I'm not sure what it should be. Maybe the min relay fee? |
Comment Actions
It is used for mempool limiting AND replacement. Why isn't it necessary for mempool limiting now ?
Comment Actions
Why is a configurable fee increment on the mempool limit necessary? It's re-evaluated after every single txn. It will be increased as necessary anyways. It does make sense to have it as some fraction of the minimum relay fee.
Comment Actions
This will be scheduled for 0.17.1 So we can check the effect on the BlockPolicyEstimator.