aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_pruning.py
AgeCommit message (Expand)Author
2023-08-01scripted-diff: Use blocks_path where possibleMarcoFalke
2023-06-21scripted-diff: Use wallets_path and chain_path where possibleMarcoFalke
2023-04-27Merge bitcoin/bitcoin#25937: test: add coverage for rpc error when trying to ...fanquake
2023-02-16validation: report if pruning prevents completion of verificationMartin Zumsande
2023-01-06rpc: Return accurate results for scanblocksAurèle Oulès
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-15test: Introduce MIN_BLOCKS_TO_KEEP constantAurèle Oulès
2022-12-15test: Wallet imports on pruned nodesAurèle Oulès
2022-11-10test: Remove wallet option from non-wallet testsMacroFake
2022-10-19Revert "test: check importing wallets when blocks are pruned throw an error"Aurèle Oulès
2022-09-29test: check importing wallets when blocks are pruned throw an errorbrunoerg
2022-09-05test: add coverage for rpc error when trying to rescan beyond pruned databrunoerg
2022-06-03Bugfix: RPC/blockchain: pruneblockchain: Return the height of the actual last...Luke Dashjr
2022-04-29test: stop node before calling assert_start_raises_init_errorMartin Zumsande
2022-04-25Index: Allow coinstatsindex with pruning enabledFabian Jahr
2022-03-24init: disallow reindex-chainstate when pruningMartin Zumsande
2022-01-03test: run feature_pruning.py without wallet compiledSebastian Falbesoner
2021-12-16test: check that pruneblockchain RPC fails for future block or timestampSebastian Falbesoner
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-10-29test: Implicitly sync after generate*, unless opted outMarcoFalke
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-08-18test: use f-strings in feature_pruning.pyfanquake
2021-08-16test: check for invalid `-prune` parametersSebastian Falbesoner
2021-06-21test: remove `ToHex` helper, use .serialize().hex() insteadSebastian Falbesoner
2020-10-20scripted-diff: test: Replace uses of (dis)?connect_nodes globalPrayank
2020-09-29test: Get rid of default wallet hacksRussell Yanofsky
2020-09-18test: create default wallet in extended testsSjors Provoost
2020-08-26test: Update wait_until usage in tests not to use the one from utilsSeleme Topuz
2020-08-06refactor: test: use _ variable for unused loop countersSebastian Falbesoner
2020-06-22test: refactor functional tests to use restart_nodeChristopher Coverdale
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-02-04Merge #16681: Tests: Use self.chain instead of 'regtest' in all current testsMarcoFalke
2019-12-06tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift
2019-10-26Tests: Use self.chain instead of 'regtest' in almost all current testsJorge Timón
2019-09-16test: Bump timeouts in slow running testsMarcoFalke
2019-08-02test: Add missing sync_blocks to feature_pruningMarcoFalke
2019-06-11fixup: Fix prunning testJoão Barbosa
2019-04-30Merge #15696: [qa] test_runner: Move feature_pruning to base testsMarcoFalke
2019-04-29[tests] fix block time in feature_pruning.pyJohn Newbery
2019-04-09test: Remove unused importsMarcoFalke
2019-04-09scripted-diff: use self.sync_* methodsMarcoFalke
2019-03-29[tests] make pruning test fasterJohn Newbery
2019-03-29[tests] style fixes in feature_pruning.pyJohn Newbery
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-03-02scripted-diff: test: Remove brackets after assertMarcoFalke
2019-01-30Correct units for "-dbcache" and "-prune"Hennadii Stepanov
2018-12-29Merge #15026: [test] Rename rpc_timewait to rpc_timeoutMarcoFalke
2018-12-22scripted-diff: Rename rpc_timewait to rpc_timeoutMarcoFalke
2018-12-11test: pruning: Check that verifychain can be called when prunedMarcoFalke
2018-11-13rpc: Correctly name argumentsJon Layton