Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-13 | [qa] Fix pyton syntax in rpc tests | MarcoFalke | |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke | |
2015-05-18 | [QA] restructure rpc tests directory | Jonas Schnelli | |
* move non-test classes to subdir `test-framework` | |||
2015-04-14 | Fix CheckBlockIndex for reindex. | mrbandrews | |
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. |