Page MenuHomePhabricator

[RPC] Remove deprecated fee-related mempool entry fields
ClosedPublic

Authored by Fabien on Feb 16 2023, 15:41.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABC0599abc7c673: [RPC] Remove deprecated fee-related mempool entry fields
Summary

They have all been deprecated for very long and replaced by the fees object field that provides the same data with better encpsulation.

Depends on D13135.

Test Plan
ninja all check-all

Diff Detail

Repository
rABC Bitcoin ABC
Branch
remove_deprecated_mempool_data
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 22010
Build 43655: Build Difflint-circular-dependencies · build-without-wallet · build-diff · build-debug · build-clang-tidy · build-clang
Build 43654: arc lint + arc unit

Event Timeline

Fabien requested review of this revision.Feb 16 2023, 15:41
Fabien planned changes to this revision.Feb 16 2023, 15:54
PiRK added inline comments.
doc/release-notes.md
9 ↗(On Diff #37914)

were deprecated for long seems wrong (to be confirmed by a native english speaker). I would have used have been deprecated for a long time instead

Rephrase the release notes

This revision is now accepted and ready to land.Feb 17 2023, 08:40