aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_versionbits_warning.py
Commit message (Collapse)AuthorAgeFilesLines
* rpc/gui: Remove 'Unknown block versions being mined' warningWladimir J. van der Laan2019-02-251-6/+0
| | | | | | | | | | | Due to miners inserting garbage into the version numbers, the current version signalling has become completely useless. This removes the "unknown block versions" warning which has the tendency to scare users unnecessarily (and might get them to "update" to something bad). It preserves the warning in the logs. Whether this is desirable can be a point of discussion.
* Changed functional tests which do not require wallets to run withoutsanket17292018-09-171-9/+7
| | | | | | skipping .Addreses #14216. Changed get_deterministic_priv_key() to a named tuple
* qa: Run all tests even if wallet is not compiledMarcoFalke2018-09-101-0/+3
|
* Merge #13916: qa: wait_for_verack by defaultMarcoFalke2018-08-091-2/+0
|\ | | | | | | | | | | | | | | | | | | fa5587fe71 qa: wait_for_verack by default (MarcoFalke) Pull request description: This removes the need to do so manually every time a connection is added. Tree-SHA512: a46c92cb4df41e30778b42b9fd3dcbd8d2d82aa7503d1213cb1c1165034f648d8caee01c292e2d87d05b0f71696996eef5be8a753f35ab49e5f66b0e3bf29f21
| * qa: wait_for_verack by defaultMarcoFalke2018-08-081-2/+0
| |
* | Update copyright headers to 2018DrahtBot2018-07-271-1/+1
|/
* qa: Avoid start/stop of the network thread mid-testMarcoFalke2018-06-251-2/+1
|
* Fix intermittent failure in p2p-versionbits-warning.pyJohn Newbery2018-01-251-45/+38
| | | | | | | | | | | Makes following changes to fix and tidy up p2p-versionbits-warning.py: - add node alias in the run() method - call versionbits_in_alert_file() in a wait_until loop. - don't clear out the alert.txt file - explicitly comment why the node needs to be stop-started - Verify that the node is out of IBD after stop-start (nodes in IBD do not generate alert messages) - no need to subclass P2PInterface
* Improve comments/logging in p2p-versionbits-warning.pyJohn Newbery2018-01-251-22/+19
|
* Fix flake8 warnings in p2p-versionbits-warning.pyJohn Newbery2018-01-251-17/+18
|
* [tests] Rename feature_* functional tests.Anthony Towns2018-01-251-0/+121