aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_config_args.py
AgeCommit message (Expand)Author
2023-12-08test: detect OS consistently using `platform.system()`Sebastian Falbesoner
2023-10-10 test: Use pathlib over os.path #28362ns-xvrn
2023-09-01test: remove fixed timeouts from feature_config_argsMartin Zumsande
2023-08-21test: ensure acceptstalefeeestimates is supported only on regtest chainismaelsadeeq
2023-06-29Merge bitcoin/bitcoin#27884: test: Use TestNode datadir_path or chain_path wh...fanquake
2023-06-23Merge bitcoin/bitcoin#27577: p2p: give seednodes time before falling back to ...Andrew Chow
2023-06-21net: Give seednodes time before falling back to fixed seedsMartin Zumsande
2023-06-21test: Use TestNode *_path properties where possibleMarcoFalke
2023-04-21bugfix: Fix incorrect debug.log config file pathRyan Ofsky
2023-04-21init: Error if ignored bitcoin.conf file is foundRyan Ofsky
2023-02-17Merge bitcoin/bitcoin#20018: p2p: ProcessAddrFetch(-seednode) is unnecessary ...Andrew Chow
2023-01-23init: Remove sensitive flag from rpcbindAndrew Chow
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-11-10test: Remove wallet option from non-wallet testsMacroFake
2022-10-18p2p: ProcessAddrFetch(-seednode) is unnecessary if -connect is specifiedDhruv Mehta
2022-10-06test: update feature_config_args.pyjosibake
2022-09-06p2p: Don't query DNS seeds when both IPv4 and IPv6 are unreachableMartin Zumsande
2022-05-20Merge bitcoin/bitcoin#24830: init: Allow -proxy="" setting valuesMacroFake
2022-04-27test, contrib, refactor: use `with` when opening a filebrunoerg
2022-04-26init: Allow -proxy="" setting valuesRyan Ofsky
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-09-08test: Fix tests on WindowsMarcoFalke
2021-08-23Merge bitcoin/bitcoin#22622: util: Check if specified config file cannot be o...MarcoFalke
2021-08-18test: use f-strings in feature_config_args.pyfanquake
2021-08-04test: Check if specified config file cannot be openednthumann
2021-08-03Merge bitcoin/bitcoin#22098: [test, init] DNS seed querying logicfanquake
2021-07-30[test] Introduce test logic to query DNS seedsAmiti Uttarwar
2021-07-26test: Disable automatic connections by defaultMartin Zumsande
2021-04-30test: Fix feature_config_args.py intermittent issueMarcoFalke
2021-02-21test: Avoid connecting to real network when running testsMarcoFalke
2021-02-21test: Assume node is running in subtestsMarcoFalke
2021-02-12[test] Use mocktime in test_seed_peers()Dhruv Mehta
2021-02-12[refactor] Correct log message in net.cppDhruv Mehta
2021-02-11[p2p] No delay in adding fixed seeds if -dnsseed=0 and peers.dat is empty. Ad...Dhruv Mehta
2021-01-21Merge #17556: test: Change feature_config_args.py not to rely on strange regt...MarcoFalke
2020-10-21wallet: Make -wallet setting not create walletsRussell Yanofsky
2020-10-02Merge #20034: test: Get rid of default wallet hacksMarcoFalke
2020-09-29test: Get rid of default wallet hacksRussell Yanofsky
2020-09-23net: Print error message if -proxy is specified without arguments (instead of...practicalswift
2020-09-02test: Change feature_config_args.py not to rely on strange regtest=0 behaviorRussell Yanofsky
2020-07-22test: Add test coverage for -networkactive optionHennadii Stepanov
2020-06-02refactor: Fix unreachable code in init arg checksJonathan Schoeller
2020-02-05Merge #17482: util: Disallow network-qualified command line optionsWladimir J. van der Laan
2020-02-05test: replace 'regtest' leftovers by self.chainSebastian Falbesoner
2020-02-04Merge #16681: Tests: Use self.chain instead of 'regtest' in all current testsMarcoFalke
2020-01-29on startup, write config options to debug.logLarry Ruane
2020-01-15scripted-diff: Bump copyright of files changed in 2020MarcoFalke
2020-01-08qa: Fix double-negative arg testHennadii Stepanov
2019-12-19util: Disallow network-qualified command line optionsRussell Yanofsky
2019-12-06tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift