Commit Graph

67 Commits (e7d66509dc393400079eb885a497dd4e968eade6)

Author SHA1 Message Date
MarcoFalke fa69148a0a
scripted-diff: Use blocks_path where possible
1 year ago
MarcoFalke fa41614a0a
scripted-diff: Use wallets_path and chain_path where possible
1 year ago
fanquake ba4076d26f
Merge bitcoin/bitcoin#25937: test: add coverage for rpc error when trying to rescan beyond pruned data
2 years ago
Martin Zumsande 57ef2a4812 validation: report if pruning prevents completion of verification
2 years ago
Aurèle Oulès 5ca7a7be76
rpc: Return accurate results for scanblocks
2 years ago
Hennadii Stepanov 306ccd4927
scripted-diff: Bump copyright headers
2 years ago
Aurèle Oulès 564b580bf0
test: Introduce MIN_BLOCKS_TO_KEEP constant
2 years ago
Aurèle Oulès 71d9a7c03b
test: Wallet imports on pruned nodes
2 years ago
MacroFake 555519d082
test: Remove wallet option from non-wallet tests
2 years ago
Aurèle Oulès e1eadaa72d
Revert "test: check importing wallets when blocks are pruned throw an error"
2 years ago
brunoerg 4aff7a48a4 test: check importing wallets when blocks are pruned throw an error
2 years ago
brunoerg cca4f82b82 test: add coverage for rpc error when trying to rescan beyond pruned data
2 years ago
Luke Dashjr e593ae07c4 Bugfix: RPC/blockchain: pruneblockchain: Return the height of the actual last pruned block
2 years ago
Martin Zumsande a3cd7dbfd8 test: stop node before calling assert_start_raises_init_error
3 years ago
Fabian Jahr 825d19839b
Index: Allow coinstatsindex with pruning enabled
3 years ago
Martin Zumsande b2813980b8 init: disallow reindex-chainstate when pruning
3 years ago
Sebastian Falbesoner 0754e9c01b test: run feature_pruning.py without wallet compiled
3 years ago
Sebastian Falbesoner 140a49ce5e test: check that pruneblockchain RPC fails for future block or timestamp
3 years ago
MarcoFalke fac23c2114
scripted-diff: Bump copyright headers
3 years ago
MarcoFalke facc352648
test: Implicitly sync after generate*, unless opted out
3 years ago
MarcoFalke fa0b916971
scripted-diff: Use generate* from TestFramework
3 years ago
fanquake 6651d77f22
test: use f-strings in feature_pruning.py
3 years ago
Sebastian Falbesoner e2ff385e13 test: check for invalid `-prune` parameters
3 years ago
Sebastian Falbesoner a79396fe5f test: remove `ToHex` helper, use .serialize().hex() instead
3 years ago
Prayank 4b16c61461 scripted-diff: test: Replace uses of (dis)?connect_nodes global
4 years ago
Russell Yanofsky c1585bca8d test: Get rid of default wallet hacks
4 years ago
Sjors Provoost a5f5374b43
test: create default wallet in extended tests
4 years ago
Seleme Topuz 1343c86c7c test: Update wait_until usage in tests not to use the one from utils
4 years ago
Sebastian Falbesoner dac7a111bd refactor: test: use _ variable for unused loop counters
4 years ago
Christopher Coverdale 20b6e95944
test: refactor functional tests to use restart_node
4 years ago
MarcoFalke fa488f131f
scripted-diff: Bump copyright headers
5 years ago
MarcoFalke f32564f0a7
Merge #16681: Tests: Use self.chain instead of 'regtest' in all current tests
5 years ago
practicalswift 993e38a4e2 tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
5 years ago
Jorge Timón 1abcecc40c
Tests: Use self.chain instead of 'regtest' in almost all current tests
5 years ago
MarcoFalke fa502cb6f0
test: Bump timeouts in slow running tests
5 years ago
MarcoFalke fa566b2601
test: Add missing sync_blocks to feature_pruning
5 years ago
João Barbosa f402012ccf
fixup: Fix prunning test
5 years ago
MarcoFalke 45d8b71778
Merge #15696: [qa] test_runner: Move feature_pruning to base tests
6 years ago
John Newbery 8728a66782 [tests] fix block time in feature_pruning.py
6 years ago
MarcoFalke fafe5f0d09
test: Remove unused imports
6 years ago
MarcoFalke fa16a09215
scripted-diff: use self.sync_* methods
6 years ago
John Newbery 03d6d23810 [tests] make pruning test faster
6 years ago
John Newbery 1c29ac40fb [tests] style fixes in feature_pruning.py
6 years ago
MarcoFalke faa7cdf764
scripted-diff: Update copyright in ./test
6 years ago
MarcoFalke fa0e65b772
scripted-diff: test: Remove brackets after assert
6 years ago
Hennadii Stepanov 6f6514a080
Correct units for "-dbcache" and "-prune"
6 years ago
MarcoFalke 2741b2b6f4
Merge #15026: [test] Rename rpc_timewait to rpc_timeout
6 years ago
MarcoFalke fa71b38168
scripted-diff: Rename rpc_timewait to rpc_timeout
6 years ago
MarcoFalke fa3e874d69
test: pruning: Check that verifychain can be called when pruned
6 years ago
Jon Layton fa0815c300
rpc: Correctly name arguments
6 years ago