Replace median fee rate with feerate percentiles

Removes medianfeerate result from getblockstats.
Adds feerate_percentiles which give the feerate of the 10th, 25th, 50th,
75th, and 90th percentile weight unit in the block.
This commit is contained in:
Marcin Jachymiak
2018-08-08 14:40:56 -04:00
committed by Marcin Jachymiak
parent df9f712746
commit 4b7091a842
5 changed files with 162 additions and 12 deletions

View File

@ -27,7 +27,7 @@ class GetblockstatsTest(BitcoinTestFramework):
'maxfee',
'maxfeerate',
'medianfee',
'medianfeerate',
'feerate_percentiles',
'minfee',
'minfeerate',
'totalfee',