aboutsummaryrefslogtreecommitdiff
path: root/test/functional/blockchain.py
AgeCommit message (Expand)Author
2017-11-01scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc errorJohn Newbery
2017-10-03[qa] TestNode: Add wait_until_stopped helper methodMarcoFalke
2017-10-03[tests] don't override __init__() in individual testsJohn Newbery
2017-10-03[tests] TestNode: separate add_node from start_nodeJohn Newbery
2017-10-03[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