aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_proxy.py
AgeCommit message (Expand)Author
2022-10-05Validate `port` optionsamadeuszpawlik
2022-09-19init: Abort if i2p/cjdns are chosen via -onlynet but unreachableMartin Zumsande
2022-09-05init: allow startup with -onlynet=onion -listenonion=1Vasil Dimov
2022-06-10test: Fix out-of-range port collisionsMacroFake
2022-05-19test: add coverage for unknown network in -onlynetbrunoerg
2022-03-28Merge bitcoin/bitcoin#24687: test: Check an invalid -i2psam will raise an ini...MarcoFalke
2022-03-28Merge bitcoin/bitcoin#24258: test: check localaddresses in getnetworkinfo for...MarcoFalke
2022-03-26test: invalid -i2psam will raise an init errorbrunoerg
2022-03-22test: check localaddresses in getnetworkinfo for nodes with proxybrunoerg
2022-03-03test: passing -onlynet=onion with -onion=0/-noonion raises expected init errorJon Atack
2022-03-03test: passing -onlynet=onion without -proxy/-onion raises expected init errorJon Atack
2022-03-03test: passing invalid -onion raises expected init errorJon Atack
2022-03-03test: passing invalid -proxy raises expected init errorJon Atack
2022-03-01test: hoist proxy out of 2 network loops in feature_proxy.pyJon Atack
2021-11-24net: respect -onlynet= when making outbound connectionsVasil Dimov
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-11-03test: extend feature_proxy.py to test CJDNSVasil Dimov
2021-11-03test: remove default argument of feature_proxy.py:node_test()Vasil Dimov
2021-11-03net: don't skip CJDNS from GetNetworksInfo()Vasil Dimov
2021-08-18test: use f-strings in feature_proxy.pyfanquake
2021-05-27test: update feature_proxy to torv3Jon Atack
2021-03-01init: introduce I2P connectivity optionsVasil Dimov
2021-02-02net: update NET_UNROUTABLE to not_publicly_routable in GetNetworkName()Jon Atack
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-10-15test: add getnetworkinfo network name regression testsJon Atack
2020-10-14rpc, test: expose CNodeStats network in RPC getpeerinfoJon Atack
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-03-02scripted-diff: test: Remove brackets after assertMarcoFalke
2019-02-19qa: Fix wallet_txn_doublespend issueMarcoFalke
2019-02-19qa: Always refresh stale cache to be out of ibdMarcoFalke
2018-07-27Update copyright headers to 2018DrahtBot
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-01-25[tests] Rename feature_* functional tests.Anthony Towns