HomePhabricator

Fix fee estimate rounding errors

Description

Fix fee estimate rounding errors

Summary:
Fixes an issue that has been brought up where fees were truncated down during estimation,
causing the estimatefee rpc to return values less than the current minimum relay feerate.

We replace default truncation with mathimatical ceilings everywhere relevant for estimating
a fee to be paid. Note well: we leave all minimum calculation alone so as to not underbill
by accident.

Builds on D1670

Inspired by Core PR 11303 by Matt Corallo.

Test Plan:

make VERBOSE=1 check && ./test/functional/test_runner.py --extended

Reviewers: #bitcoin_abc, deadalnix

Reviewed By: #bitcoin_abc, deadalnix

Subscribers: teamcity

Differential Revision: https://reviews.bitcoinabc.org/D1815

Details

Provenance
schancelAuthored on Sep 27 2018, 00:02
schancelPushed on Sep 27 2018, 23:38
Reviewer
Restricted Project
Differential Revision
D1815: Fix fee estimate rounding errors
Parents
rABC1254f95f79ec: Make sure to fund transactions with a ceil'd result
Branches
Unknown
Tags
Unknown