Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-10 | rpc: faster getblockstats using BlockUndo data | Felix Weis | |
Using undo data for a block (rev?????.dat) we can retrieve value information about prevouts and calculate the final transaction fee (rate). This approach is about 80x faster, drops the requirement for -txindex, and works for all non-pruned blocks. | |||
2018-08-11 | Replace median fee rate with feerate percentiles | Marcin Jachymiak | |
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-05-22 | Tests: Add data file | Anthony Towns | |