aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/reindex.py
Commit message (Collapse)AuthorAgeFilesLines
* [qa] util: Move wait_bitcoinds() into stop_nodes()MarcoFalke2016-10-021-7/+9
|
* Merge #8056: [qa] Remove hardcoded "4 nodes" from test_frameworkMarcoFalke2016-05-201-3/+4
|\ | | | | | | | | fad68f7 [qa] Reduce node count for some tests (MarcoFalke) fac9349 [qa] Remove hardcoded "4 nodes" from test_framework (MarcoFalke)
| * [qa] Remove hardcoded "4 nodes" from test_frameworkMarcoFalke2016-05-151-3/+4
| |
* | Report reindexing progress in GUIPieter Wuille2016-05-171-0/+3
| |
* | Add -reindex-chainstate that does not rebuild block indexPieter Wuille2016-05-171-4/+11
|/
* [qa] Switch to py3MarcoFalke2016-05-051-3/+3
|
* [qa] Fix pyton syntax in rpc testsMarcoFalke2016-01-131-1/+0
|
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|
* [QA] restructure rpc tests directoryJonas Schnelli2015-05-181-3/+2
| | | | * move non-test classes to subdir `test-framework`
* Fix CheckBlockIndex for reindex.mrbandrews2015-04-141-0/+34
Some tests in CheckBlockIndex require chainActive.Tip(), but when reindexing, chainActive has not been set on the first call to CheckBlockIndex. reindex.py starts a node, mines 3 blocks, stops, and reindexes with CheckBlockIndex enabled.