aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_maxuploadtarget.py
Commit message (Collapse)AuthorAgeFilesLines
* qa: Run all tests even if wallet is not compiledMarcoFalke2018-10-241-0/+3
| | | | | Github-Pull: #14180 Rebased-From: fac95398366f644911b58f1605e6bc37fb76782d
* tests: Use explicit importspracticalswift2018-08-131-2/+3
|
* Merge #13916: qa: wait_for_verack by defaultMarcoFalke2018-08-091-6/+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-6/+0
| |
* | Update copyright headers to 2018DrahtBot2018-07-271-1/+1
|/
* qa: Avoid start/stop of the network thread mid-testMarcoFalke2018-06-251-3/+0
|
* Enable W191 and W291 flake8 checks.John Bampton2018-05-111-1/+1
| | | | | Remove trailing whitespace from Python files. Convert tabs to spaces.
* Minor Python cleanups to make flake8 pass with the new rules enabledpracticalswift2018-04-161-1/+1
|
* [config] Remove blockmaxsize optionJohn Newbery2018-03-221-2/+2
| | | | | | | | | | The blockmaxsize option was marked as deprecated in V0.15.1, and code was added to convert provided blockmaxsize into blockmaxweight. However, this code was incorrectly implemented, and blockmaxsize was silently ignored. No users have complained about blockmaxsize being ignored, so just remove it in V0.17.
* Merge #12716: Fix typos and cleanup in various filesMarcoFalke2018-03-211-1/+1
|\ | | | | | | | | | | | | | | | | | | 4d9b4256d8 Fix typos (Dimitris Apostolou) Pull request description: Unfortunately I messed up my repo while trying to squash #12593 so I created a PR with just the correct fixes. Tree-SHA512: 295d77b51bd2a9381f1802c263de7ffb2edd670d9647391e32f9a414705b3c8b483bb0e469a9b85ab6a70919ea13397fa8dfda2aea7a398b64b187f178fe6a06
| * Fix typosDimitris Apostolou2018-03-211-1/+1
| |
* | scripted-diff: rename TestNode to TestP2PConn in testsJohn Newbery2018-03-191-3/+3
|/ | | | | | | | | | Several test scripts define a subclass of P2PInterface called TestNode. This commit renames those to TestP2PConn since we already have a TestNode class in the test framework. -BEGIN VERIFY SCRIPT- sed -i s/TestNode/TestP2PConn/ test/functional/*py test/functional/test_framework/comptool.py _END VERIFY SCRIPT-
* [tests] Rename feature_* functional tests.Anthony Towns2018-01-251-0/+169