aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/pruning.py
Commit message (Expand)AuthorAgeFilesLines
* qa: Fix typosrht2021-05-181-2/+2
* Return correct error codes in blockchain.cpp.John Newbery2017-06-051-20/+11
* Fix pruning test broken by 2 hour manual prune windowRussell Yanofsky2017-02-231-1/+6
* qa: Actually test assertions in pruning.pyMarcoFalke2017-01-261-21/+17
* Merge #9628: qa: Increase a sync_blocks timeout in pruning.pyMarcoFalke2017-01-261-1/+1
|\
| * qa: Increase a sync_blocks timeout in pruning.pySuhas Daftuar2017-01-251-1/+1
* | Return height of last block pruned by pruneblockchain RPCRussell Yanofsky2017-01-111-5/+22
|/
* fixup! Add pruneblockchain RPC to enable manual block file pruning.Russell Yanofsky2017-01-101-41/+56
* Add pruneblockchain RPC to enable manual block file pruning.mrbandrews2017-01-101-3/+110
* [qa] pruning: Use cached utxo set to run fasterMarcoFalke2016-12-041-4/+11
* [qa] Get rid of duplicate codeMarcoFalke2016-12-021-41/+4
* [qa] Split up slow RPC calls to avoid pruning test timeoutsSuhas Daftuar2016-09-281-1/+4
* Tests: Increase sync_blocks() timeouts in pruning.pySuhas Daftuar2016-06-281-2/+2
* Merge #8056: [qa] Remove hardcoded "4 nodes" from test_frameworkMarcoFalke2016-05-201-4/+4
|\
| * [qa] Remove hardcoded "4 nodes" from test_frameworkMarcoFalke2016-05-151-4/+4
* | Increase timeout waiting for pruned blk00000.daterror102016-05-101-1/+1
|/
* [qa] Switch to py3MarcoFalke2016-05-051-34/+34
* [qa] py2: Unfiddle strings into bytes explicitlyMarcoFalke2016-04-101-1/+1
* [qa] rpc-tests: Properly use integers, floatsMarcoFalke2016-04-011-3/+3
* [qa] Fix pyton syntax in rpc testsMarcoFalke2016-01-131-1/+0
* Merge pull request #7205Wladimir J. van der Laan2016-01-051-1/+1
|\
| * Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* | [qa] Move gen_return_txouts() to util.pyMarcoFalke2015-12-241-18/+1
|/
* Make fee aware of min relay in pruning.py RPC testAlex Morcos2015-10-171-1/+4
* [QA] restructure rpc tests directoryJonas Schnelli2015-05-181-3/+2
* Increase timeouts in pruning.py and modify warning language.Alex Morcos2015-05-131-9/+10
* Add block pruning functionalitymrbandrews2015-04-221-0/+356