index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
feature_pruning.py
Age
Commit message (
Expand
)
Author
2023-08-01
scripted-diff: Use blocks_path where possible
MarcoFalke
2023-06-21
scripted-diff: Use wallets_path and chain_path where possible
MarcoFalke
2023-04-27
Merge bitcoin/bitcoin#25937: test: add coverage for rpc error when trying to ...
fanquake
2023-02-16
validation: report if pruning prevents completion of verification
Martin Zumsande
2023-01-06
rpc: Return accurate results for scanblocks
Aurèle Oulès
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-15
test: Introduce MIN_BLOCKS_TO_KEEP constant
Aurèle Oulès
2022-12-15
test: Wallet imports on pruned nodes
Aurèle Oulès
2022-11-10
test: Remove wallet option from non-wallet tests
MacroFake
2022-10-19
Revert "test: check importing wallets when blocks are pruned throw an error"
Aurèle Oulès
2022-09-29
test: check importing wallets when blocks are pruned throw an error
brunoerg
2022-09-05
test: add coverage for rpc error when trying to rescan beyond pruned data
brunoerg
2022-06-03
Bugfix: RPC/blockchain: pruneblockchain: Return the height of the actual last...
Luke Dashjr
2022-04-29
test: stop node before calling assert_start_raises_init_error
Martin Zumsande
2022-04-25
Index: Allow coinstatsindex with pruning enabled
Fabian Jahr
2022-03-24
init: disallow reindex-chainstate when pruning
Martin Zumsande
2022-01-03
test: run feature_pruning.py without wallet compiled
Sebastian Falbesoner
2021-12-16
test: check that pruneblockchain RPC fails for future block or timestamp
Sebastian Falbesoner
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-10-29
test: Implicitly sync after generate*, unless opted out
MarcoFalke
2021-09-02
scripted-diff: Use generate* from TestFramework
MarcoFalke
2021-08-18
test: use f-strings in feature_pruning.py
fanquake
2021-08-16
test: check for invalid `-prune` parameters
Sebastian Falbesoner
2021-06-21
test: remove `ToHex` helper, use .serialize().hex() instead
Sebastian Falbesoner
2020-10-20
scripted-diff: test: Replace uses of (dis)?connect_nodes global
Prayank
2020-09-29
test: Get rid of default wallet hacks
Russell Yanofsky
2020-09-18
test: create default wallet in extended tests
Sjors Provoost
2020-08-26
test: Update wait_until usage in tests not to use the one from utils
Seleme Topuz
2020-08-06
refactor: test: use _ variable for unused loop counters
Sebastian Falbesoner
2020-06-22
test: refactor functional tests to use restart_node
Christopher Coverdale
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-02-04
Merge #16681: Tests: Use self.chain instead of 'regtest' in all current tests
MarcoFalke
2019-12-06
tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
practicalswift
2019-10-26
Tests: Use self.chain instead of 'regtest' in almost all current tests
Jorge Timón
2019-09-16
test: Bump timeouts in slow running tests
MarcoFalke
2019-08-02
test: Add missing sync_blocks to feature_pruning
MarcoFalke
2019-06-11
fixup: Fix prunning test
João Barbosa
2019-04-30
Merge #15696: [qa] test_runner: Move feature_pruning to base tests
MarcoFalke
2019-04-29
[tests] fix block time in feature_pruning.py
John Newbery
2019-04-09
test: Remove unused imports
MarcoFalke
2019-04-09
scripted-diff: use self.sync_* methods
MarcoFalke
2019-03-29
[tests] make pruning test faster
John Newbery
2019-03-29
[tests] style fixes in feature_pruning.py
John Newbery
2019-03-02
scripted-diff: Update copyright in ./test
MarcoFalke
2019-03-02
scripted-diff: test: Remove brackets after assert
MarcoFalke
2019-01-30
Correct units for "-dbcache" and "-prune"
Hennadii Stepanov
2018-12-29
Merge #15026: [test] Rename rpc_timewait to rpc_timeout
MarcoFalke
2018-12-22
scripted-diff: Rename rpc_timewait to rpc_timeout
MarcoFalke
2018-12-11
test: pruning: Check that verifychain can be called when pruned
MarcoFalke
2018-11-13
rpc: Correctly name arguments
Jon Layton
[next]