aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/smartfees.py
AgeCommit message (Expand)Author
2017-03-20Rename qa directory to testJohn Newbery
2017-03-10Fix logging bug and improve readability of smartfees.pySuhas Daftuar
2017-03-10Fix extended rpc tests broken by 8910b4717e5bb946ee6988f7fe9fd461f53a5935John Newbery
2017-03-09Use logging in individual testsJohn Newbery
2017-03-09Remove manual debug settings in qa tests.John Newbery
2017-03-03[test] Remove priority from testsAlex Morcos
2017-03-03No longer allow "free" transactionsAlex Morcos
2017-02-27[mining] Remove -blockprioritysize.Alex Morcos
2017-02-23Fix docstrings in qa testsJohn Newbery
2016-12-03remove relaypriority from rpc testsAlex Morcos
2016-11-07[qa] util: Rework sync_*()MarcoFalke
2016-05-15[qa] Remove hardcoded "4 nodes" from test_frameworkMarcoFalke
2016-05-05[qa] Switch to py3MarcoFalke
2016-05-02[qa] Fix typos in doc and commentsPavel Janík
2016-05-02[qa] smartfees: Properly use ordered dictMarcoFalke
2016-04-01[qa] rpc-tests: Properly use integers, floatsMarcoFalke
2016-03-31[qa] Use python2/3 syntaxMarcoFalke
2015-12-01Add rounding helper function to util.pySuhas Daftuar
2015-11-16Expose RPC calls for estimatesmart functionsAlex Morcos
2015-05-18[QA] restructure rpc tests directoryJonas Schnelli
2015-05-13Create new BlockPolicyEstimator for fee estimatesAlex Morcos
2015-04-01Introduce separate 'generate' RPC callPieter Wuille
2015-01-07Fix smartfees test for change to relay policySuhas Daftuar
2014-11-27Fix python usage for arch's broken maintainersMatt Corallo
2014-10-27Merge pull request #5121Wladimir J. van der Laan
2014-10-24Extend getchaintips RPC test.Daniel Kraft
2014-10-23Update license in pull-tester and rpc-testsMichael Ford
2014-07-09Refactor common RPC test code to BitcoinTestFramework base classGavin Andresen
2014-06-06estimatefee / estimatepriority RPC methodsGavin Andresen