aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_maxuploadtarget.py
AgeCommit message (Expand)Author
2024-02-27Merge bitcoin/bitcoin#29358: test: use v2 everywhere for P2PConnection if --v...fanquake
2024-02-06test: Don't use v2transport when it's too slow.Martin Zumsande
2024-02-05test: check that mempool msgs lead to disconnect if uploadtarget is reachedSebastian Falbesoner
2024-02-05test: check for specific disconnect reasons in feature_maxuploadtarget.pySebastian Falbesoner
2024-02-05test: verify `-maxuploadtarget` limit state via `getnettotals` RPC resultSebastian Falbesoner
2023-02-16Merge bitcoin/bitcoin#26714: test: add coverage for unparsable `-maxuploadtar...merge-script
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-16test: add coverage for unparsable `-maxuploadtarget`brunoerg
2022-06-29test: pass `datacarriersize` option for tests using large outputs (instead of...Sebastian Falbesoner
2022-03-11test: use MiniWallet for feature_maxuploadtarget.pySebastian Falbesoner
2021-12-10test: Use byte unit 'M' for -maxuploadtarget functional testDouglas Chimento
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-09-13test: Set peertimeout in write_configMarcoFalke
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-08-19Use generate* from TestFrameworkMarcoFalke
2020-09-10[refactor] clarify tests by referencing p2p objects directlygzhao408
2020-08-21scripted-diff: Rename mininode to p2pJohn Newbery
2020-08-06refactor: test: use _ variable for unused loop countersSebastian Falbesoner
2020-07-10Merge #18638: net: Use mockable time for ping/pong, add testsMarcoFalke
2020-07-09net: Extract download permission from nobanMarcoFalke
2020-06-19net: Use mockable time for ping/pong, add testsMarcoFalke
2020-06-04doc: noban precludes maxuploadtarget disconnectsMarcoFalke
2020-05-07test: replace inv type magic numbers by constantsSebastian Falbesoner
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-01test: replace (send_message + sync_with_ping) with send_and_pingJon Atack
2020-02-26test: Reduce unneeded whitelist permissions in testsMarcoFalke
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-12-06tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift
2019-06-21test: Require standard txs in regtestMarcoFalke
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-08-13tests: Use explicit importspracticalswift
2018-08-09Merge #13916: qa: wait_for_verack by defaultMarcoFalke
2018-08-08qa: wait_for_verack by defaultMarcoFalke
2018-07-27Update copyright headers to 2018DrahtBot
2018-06-25qa: Avoid start/stop of the network thread mid-testMarcoFalke
2018-05-11Enable W191 and W291 flake8 checks.John Bampton
2018-04-16Minor Python cleanups to make flake8 pass with the new rules enabledpracticalswift
2018-03-22[config] Remove blockmaxsize optionJohn Newbery
2018-03-21Merge #12716: Fix typos and cleanup in various filesMarcoFalke
2018-03-21Fix typosDimitris Apostolou
2018-03-19scripted-diff: rename TestNode to TestP2PConn in testsJohn Newbery
2018-01-25[tests] Rename feature_* functional tests.Anthony Towns