Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-23 | Fix docstrings in qa tests | John Newbery | |
This commit fixes the module-level docstrings for the tests and helper modules in qa. Many of these tests were uncommented previously - this commit ensures that every test case has at least a minimum level of commenting. | |||
2017-02-16 | QA: Test GBT size/weight limit values | Luke Dashjr | |
2017-01-20 | Remove redundant semicolons in Python code | practicalswift | |
2016-12-11 | [qa] Don't set unknown rpcserialversion | MarcoFalke | |
2016-12-05 | Add option to return non-segwit serialization via rpc | Gregory Sanders | |
2016-10-17 | test segwit uncompressed key fixes | Johnson Lau | |
2016-08-19 | [qa] Remove unused code | MarcoFalke | |
2016-08-17 | Merge #8482: [qa] Use single cache dir for chains | Wladimir J. van der Laan | |
fad8cf6 [qa] Use single cache dir for chains (MarcoFalke) fa2d68f [qa] Adjust timeouts for micro-optimization of run time (MarcoFalke) fae596f [qa] Sort scripts by time for pull_tester and don't overwrite setup_chain (MarcoFalke) | |||
2016-08-08 | qa/rpc-tests/segwit: Test GBT sigops before and after activation | Luke Dashjr | |
2016-07-15 | [qa] Sort scripts by time for pull_tester and don't overwrite setup_chain | MarcoFalke | |
2016-06-22 | [qa] Add rpc test for segwit | Alex Morcos | |
Amended by Pieter Wuille to use multisig 1-of-1 for P2WSH tests, and BIP9 based switchover logic. Fixes and py3 conversion by Marco Falke. |