aboutsummaryrefslogtreecommitdiff
path: root/test/functional/blockchain.py
AgeCommit message (Expand)Author
2017-10-26[rpc] Add initialblockdownload to getblockchaininfoJohn Newbery
2017-10-09Merge #10853: [tests] Fix RPC failure testing (again)MarcoFalke
2017-10-09Merge #11367: [rpc] getblockchaininfo: add size_on_disk, prune_target_sizeWladimir J. van der Laan
2017-10-05scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc errorJohn Newbery
2017-10-02Merge #11021: [rpc] fix getchaintxstats()Wladimir J. van der Laan
2017-09-29[rpc] getblockchaininfo: add size_on_disk, prune_target_size, automatic_pruningDaniel Edgecumbe
2017-09-27Add warnings field to getblockchaininfoAndrew Chow
2017-09-20[test] Add getblockchaininfo functional testJoão Barbosa
2017-09-06[qa] TestNode: Add wait_until_stopped helper methodMarcoFalke
2017-09-01[tests] don't override __init__() in individual testsJohn Newbery
2017-09-01[tests] TestNode: separate add_node from start_nodeJohn Newbery
2017-08-25Add some tests for getchaintxstatsAkio Nakamura
2017-08-15[tests] Introduce TestNodeJohn Newbery
2017-06-29[tests] Move stop_node and start_node methods to BitcoinTestFrameworkJohn Newbery
2017-06-23[qa] blockchain: Pass on closed connection during generate callMarcoFalke
2017-06-20qa: Add stopatheight testMarcoFalke
2017-06-06Merge #10426: Replace bytes_serialized with bogosizeWladimir J. van der Laan
2017-06-05Replace bytes_serialized with bogosizePieter Wuille
2017-06-02[test] Add test for getchaintxstatsJimmy Song
2017-05-26Report on-disk size in gettxoutsetinfoPieter Wuille
2017-05-26Remove/ignore tx version in utxo and undoPieter Wuille
2017-05-25Add test for empty chain and reorg consistency for gettxoutsetinfo.Gregory Maxwell
2017-05-14Merge #10253: [test] Add test for getnetworkhashpsMarcoFalke
2017-05-02Remove unused Python importspracticalswift
2017-05-02[tests] Remove is_network_split from funtional test casesJohn Newbery
2017-04-21Tests: Add test for getnetworkhashpsJimmy Song
2017-04-19Tests: Add test for getdifficultyJimmy Song
2017-03-20Rename rpc-tests directory to functionalJohn Newbery