aboutsummaryrefslogtreecommitdiff
path: root/test/functional/data/rpc_getblockstats.json
Commit message (Collapse)AuthorAgeFilesLines
* Replace consensus values with Dogecoin equivalentsRoss Nicoll2021-06-021-247/+247
| | | | | | | * Replace chain parameters with Dogecoin values * Update maximum coins to match Dogecoin * Disable version 2 block requirement * Update coinbase maturity to match Dogecoin
* Add Dogecoin block subsidiesRoss Nicoll2021-05-301-252/+252
|
* Dogecoin: Update coinbase maturityRoss Nicoll2021-05-201-50/+190
| | | | | | | * Change coinbase maturity to 240 blocks in most cases, with main/test early chains allowing 30 blocks. I've kept the 240 consistent in regtest to avoid having to redesign a lot of the test cases. * Disabled mining unit test which require COINBASE_MATURITY worth of pre-calculated blocks, as we'd otherwise be constantly refactoring them. * Moved functional test which uses the Bitcoin testnet block data as its reference, as it completely breaks as we introduce Dogecoin data. * Updated standard blockchains for tests from 100/200 to 240/480 as appropriate.
* rpc: faster getblockstats using BlockUndo dataFelix Weis2019-05-101-138/+138
| | | | 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.
* Replace median fee rate with feerate percentilesMarcin Jachymiak2018-08-111-3/+21
| | | | | | 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.
* Tests: Add data fileAnthony Towns2018-05-221-0/+204