bitcoin/src/rpc
Marcin Jachymiak 4b7091a842 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.
2018-08-11 15:00:17 -04:00
..
blockchain.cpp Replace median fee rate with feerate percentiles 2018-08-11 15:00:17 -04:00
blockchain.h Replace median fee rate with feerate percentiles 2018-08-11 15:00:17 -04:00
client.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
client.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
mining.cpp Merge #12764: doc: Remove field in getblocktemplate help that has never been used. 2018-07-22 09:40:18 -04:00
mining.h scripted-diff: Replace #include "" with #include <> (ryanofsky) 2017-11-16 08:23:01 +13:00
misc.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
net.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
protocol.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
protocol.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
rawtransaction.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
rawtransaction.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
register.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
server.cpp Return void instead of bool for functions that cannot fail 2018-07-27 13:19:03 +02:00
server.h Merge #13780: 0.17: Pre-branch maintenance 2018-08-08 13:55:27 +02:00
util.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
util.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00