aboutsummaryrefslogtreecommitdiff
path: root/test/functional/pruning.py
AgeCommit message (Collapse)Author
2017-05-04[qa] Relax assumptions on mempool behavior during reorgSuhas Daftuar
Policy limits (such as chain limits and mempool total size) could reasonably be enforced more aggressively during a reorg, so use resendwallettransactions to repopulate the mempool to avoid mined blocks being too small, and increase the chain limits from the default for this test. This is in preparation for a change in mempool behavior during a reorg.
2017-05-02[tests] Remove is_network_split from funtional test casesJohn Newbery
2017-03-20Rename rpc-tests directory to functionalJohn Newbery