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
/
qa
/
rpc-tests
/
pruning.py
Age
Commit message (
Expand
)
Author
2017-02-23
Fix pruning test broken by 2 hour manual prune window
Russell Yanofsky
2017-01-26
qa: Actually test assertions in pruning.py
MarcoFalke
2017-01-26
Merge #9628: qa: Increase a sync_blocks timeout in pruning.py
MarcoFalke
2017-01-25
qa: Increase a sync_blocks timeout in pruning.py
Suhas Daftuar
2017-01-11
Return height of last block pruned by pruneblockchain RPC
Russell Yanofsky
2017-01-10
fixup! Add pruneblockchain RPC to enable manual block file pruning.
Russell Yanofsky
2017-01-10
Add pruneblockchain RPC to enable manual block file pruning.
mrbandrews
2016-12-04
[qa] pruning: Use cached utxo set to run faster
MarcoFalke
2016-12-02
[qa] Get rid of duplicate code
MarcoFalke
2016-09-28
[qa] Split up slow RPC calls to avoid pruning test timeouts
Suhas Daftuar
2016-06-28
Tests: Increase sync_blocks() timeouts in pruning.py
Suhas Daftuar
2016-05-20
Merge #8056: [qa] Remove hardcoded "4 nodes" from test_framework
MarcoFalke
2016-05-15
[qa] Remove hardcoded "4 nodes" from test_framework
MarcoFalke
2016-05-10
Increase timeout waiting for pruned blk00000.dat
error10
2016-05-05
[qa] Switch to py3
MarcoFalke
2016-04-10
[qa] py2: Unfiddle strings into bytes explicitly
MarcoFalke
2016-04-01
[qa] rpc-tests: Properly use integers, floats
MarcoFalke
2016-01-13
[qa] Fix pyton syntax in rpc tests
MarcoFalke
2016-01-05
Merge pull request #7205
Wladimir J. van der Laan
2015-12-24
[qa] Move gen_return_txouts() to util.py
MarcoFalke
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-10-17
Make fee aware of min relay in pruning.py RPC test
Alex Morcos
2015-05-18
[QA] restructure rpc tests directory
Jonas Schnelli
2015-05-13
Increase timeouts in pruning.py and modify warning language.
Alex Morcos
2015-04-22
Add block pruning functionality
mrbandrews