| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [qa] util: Move wait_bitcoinds() into stop_nodes() | MarcoFalke | 2016-10-02 | 1 | -7/+9 |
| | | |||||
| * | Merge #8056: [qa] Remove hardcoded "4 nodes" from test_framework | MarcoFalke | 2016-05-20 | 1 | -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_framework | MarcoFalke | 2016-05-15 | 1 | -3/+4 |
| | | | |||||
| * | | Report reindexing progress in GUI | Pieter Wuille | 2016-05-17 | 1 | -0/+3 |
| | | | |||||
| * | | Add -reindex-chainstate that does not rebuild block index | Pieter Wuille | 2016-05-17 | 1 | -4/+11 |
| |/ | |||||
| * | [qa] Switch to py3 | MarcoFalke | 2016-05-05 | 1 | -3/+3 |
| | | |||||
| * | [qa] Fix pyton syntax in rpc tests | MarcoFalke | 2016-01-13 | 1 | -1/+0 |
| | | |||||
| * | Bump copyright headers to 2015 | MarcoFalke | 2015-12-13 | 1 | -1/+1 |
| | | |||||
| * | [QA] restructure rpc tests directory | Jonas Schnelli | 2015-05-18 | 1 | -3/+2 |
| | | | | | * move non-test classes to subdir `test-framework` | ||||
| * | Fix CheckBlockIndex for reindex. | mrbandrews | 2015-04-14 | 1 | -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. | |||||