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
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
2018-03-21
Fix typos
Dimitris Apostolou
2018-03-19
qa: Use node.datadir instead of tmpdir in test framework
MarcoFalke
2018-03-15
test: Use os.path.join consistently in feature_pruning tests
Ben Woosley
2018-03-15
test: Use wait_until in tests where time was used for polling
Ben Woosley
2018-01-25
[tests] Rename feature_* functional tests.
Anthony Towns