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.
pull/13918/head
Marcin Jachymiak6 years agocommitted byMarcin Jachymiak
"\"avgfeerate\": xxxxx, (numeric) Average feerate (in satoshis per virtual byte)\n"
"\"avgtxsize\": xxxxx, (numeric) Average transaction size\n"
"\"blockhash\": xxxxx, (string) The block hash (to check for potential reorgs)\n"
"\"feerate_percentiles\": [ (array of numeric) Feerates at the 10th, 25th, 50th, 75th, and 90th percentile weight unit (in satoshis per virtual byte)\n"
"\"10th_percentile_feerate\", (numeric) The 10th percentile feerate\n"
"\"25th_percentile_feerate\", (numeric) The 25th percentile feerate\n"
"\"50th_percentile_feerate\", (numeric) The 50th percentile feerate\n"
"\"75th_percentile_feerate\", (numeric) The 75th percentile feerate\n"
"\"90th_percentile_feerate\", (numeric) The 90th percentile feerate\n"
" ],\n"
"\"height\": xxxxx, (numeric) The height of the block\n"
"\"ins\": xxxxx, (numeric) The number of inputs (excluding coinbase)\n"
"\"maxfee\": xxxxx, (numeric) Maximum fee in the block\n"
"\"maxfeerate\": xxxxx, (numeric) Maximum feerate (in satoshis per virtual byte)\n"
"\"maxtxsize\": xxxxx, (numeric) Maximum transaction size\n"
"\"medianfee\": xxxxx, (numeric) Truncated median fee in the block\n"
"\"medianfeerate\": xxxxx, (numeric) Truncated median feerate (in satoshis per virtual byte)\n"
"\"mediantime\": xxxxx, (numeric) The block median time past\n"
"\"mediantxsize\": xxxxx, (numeric) Truncated median transaction size\n"
"\"minfee\": xxxxx, (numeric) Minimum fee in the block\n"