aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_getblockstats.py
AgeCommit message (Expand)Author
2022-10-23test: Test exclusion of OP_RETURN from getblockstatsFabian Jahr
2022-10-23test: Fix getblockstats test data generatorFabian Jahr
2022-10-23rpc: Improve getblockstatsFabian Jahr
2021-12-13rpc: Quote user supplied strings in error messagesMarcoFalke
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-11-10scripted-diff: Remove redundant sync_all and sync_blocksMarcoFalke
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-05-31Use COINBASE_MATURITY constant in functional tests.Kiminuo
2019-12-06tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift
2019-05-10rpc: faster getblockstats using BlockUndo dataFelix Weis
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-02-20rpc: Actually throw help when passed invalid number of paramsMarcoFalke
2018-10-19rpc: Always throw in getblockstats if -txindex is requiredJoão Barbosa
2018-08-13Merge #13918: rpc: Replace median fee rate with feerate percentiles in getblo...MarcoFalke
2018-08-12Ported usage of deprecated optparse module to argparse moduleKvaciral
2018-08-11Replace median fee rate with feerate percentilesMarcin Jachymiak
2018-07-27Update copyright headers to 2018DrahtBot
2018-06-12Explicitly specify encoding when opening text files in Python codepracticalswift
2018-05-22Tests: Test new getblockstats RPCJorge Timón