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
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
2018-11-01
[tests] Move deterministic address import to setup_nodes
John Newbery
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-08-13
tests: Use explicit imports
practicalswift
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-01
qa: Extract rpc_timewait as test param
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-06-13
expose CBlockIndex::nTx in getblock(header)
Gregory Sanders
2018-04-26
Remove Safe mode
Andrew Chow
2018-03-26
[Tests] Use blockmaxweight where tests previously had blockmaxsize
Conor Scott
2018-03-22
[config] Remove blockmaxsize option
John Newbery
2018-03-22
Merge #12076: qa: Use node.datadir instead of tmpdir in test framework
Wladimir J. van der Laan
2018-03-21
Merge #12716: Fix typos and cleanup in various files
MarcoFalke
[next]