aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_maxuploadtarget.py
Commit message (Expand)AuthorAgeFilesLines
* Dogecoin: Update coinbase maturityRoss Nicoll2021-05-201-1/+1
* [refactor] clarify tests by referencing p2p objects directlygzhao4082020-09-101-4/+4
* scripted-diff: Rename mininode to p2pJohn Newbery2020-08-211-1/+1
* refactor: test: use _ variable for unused loop countersSebastian Falbesoner2020-08-061-1/+1
* Merge #18638: net: Use mockable time for ping/pong, add testsMarcoFalke2020-07-101-1/+5
|\
| * net: Use mockable time for ping/pong, add testsMarcoFalke2020-06-191-1/+5
* | net: Extract download permission from nobanMarcoFalke2020-07-091-4/+7
|/
* doc: noban precludes maxuploadtarget disconnectsMarcoFalke2020-06-041-4/+3
* test: replace inv type magic numbers by constantsSebastian Falbesoner2020-05-071-6/+6
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* test: replace (send_message + sync_with_ping) with send_and_pingJon Atack2020-04-011-8/+4
* test: Reduce unneeded whitelist permissions in testsMarcoFalke2020-02-261-3/+2
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift2019-12-061-0/+1
* test: Require standard txs in regtestMarcoFalke2019-06-211-1/+1
* qa: Run all tests even if wallet is not compiledMarcoFalke2018-09-101-0/+3
* tests: Use explicit importspracticalswift2018-08-131-2/+3
* Merge #13916: qa: wait_for_verack by defaultMarcoFalke2018-08-091-6/+0
|\
| * 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
* 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
* Merge #12716: Fix typos and cleanup in various filesMarcoFalke2018-03-211-1/+1
|\
| * Fix typosDimitris Apostolou2018-03-211-1/+1
* | scripted-diff: rename TestNode to TestP2PConn in testsJohn Newbery2018-03-191-3/+3
|/
* [tests] Rename feature_* functional tests.Anthony Towns2018-01-251-0/+169