aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_getblockstats.py
Commit message (Expand)AuthorAgeFilesLines
* rpc: Actually throw help when passed invalid number of paramsMarcoFalke2019-02-201-0/+5
* rpc: Always throw in getblockstats if -txindex is requiredJoão Barbosa2018-10-191-0/+2
* Merge #13918: rpc: Replace median fee rate with feerate percentiles in getblo...MarcoFalke2018-08-131-1/+1
|\
| * Replace median fee rate with feerate percentilesMarcin Jachymiak2018-08-111-1/+1
* | Ported usage of deprecated optparse module to argparse moduleKvaciral2018-08-121-7/+7
|/
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Explicitly specify encoding when opening text files in Python codepracticalswift2018-06-121-2/+2
* Tests: Test new getblockstats RPCJorge Timón2018-05-221-0/+180