Age | Commit message (Expand) | Author |
2024-08-06 | testnet: Introduce Testnet4 | Fabian Jahr |
2024-07-16 | scripted-diff: Add `__file__` argument to `BitcoinTestFramework.init()` | Hennadii Stepanov |
2023-12-08 | test: detect OS consistently using `platform.system()` | Sebastian Falbesoner |
2023-10-10 | test: Use pathlib over os.path #28362 | ns-xvrn |
2023-09-01 | test: remove fixed timeouts from feature_config_args | Martin Zumsande |
2023-08-21 | test: ensure acceptstalefeeestimates is supported only on regtest chain | ismaelsadeeq |
2023-06-29 | Merge bitcoin/bitcoin#27884: test: Use TestNode datadir_path or chain_path wh... | fanquake |
2023-06-23 | Merge bitcoin/bitcoin#27577: p2p: give seednodes time before falling back to ... | Andrew Chow |
2023-06-21 | net: Give seednodes time before falling back to fixed seeds | Martin Zumsande |
2023-06-21 | test: Use TestNode *_path properties where possible | MarcoFalke |
2023-04-21 | bugfix: Fix incorrect debug.log config file path | Ryan Ofsky |
2023-04-21 | init: Error if ignored bitcoin.conf file is found | Ryan Ofsky |
2023-02-17 | Merge bitcoin/bitcoin#20018: p2p: ProcessAddrFetch(-seednode) is unnecessary ... | Andrew Chow |
2023-01-23 | init: Remove sensitive flag from rpcbind | Andrew Chow |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-11-10 | test: Remove wallet option from non-wallet tests | MacroFake |
2022-10-18 | p2p: ProcessAddrFetch(-seednode) is unnecessary if -connect is specified | Dhruv Mehta |
2022-10-06 | test: update feature_config_args.py | josibake |
2022-09-06 | p2p: Don't query DNS seeds when both IPv4 and IPv6 are unreachable | Martin Zumsande |
2022-05-20 | Merge bitcoin/bitcoin#24830: init: Allow -proxy="" setting values | MacroFake |
2022-04-27 | test, contrib, refactor: use `with` when opening a file | brunoerg |
2022-04-26 | init: Allow -proxy="" setting values | Ryan Ofsky |
2021-11-10 | scripted-diff: Bump copyright headers | MarcoFalke |
2021-09-08 | test: Fix tests on Windows | MarcoFalke |
2021-08-23 | Merge bitcoin/bitcoin#22622: util: Check if specified config file cannot be o... | MarcoFalke |
2021-08-18 | test: use f-strings in feature_config_args.py | fanquake |
2021-08-04 | test: Check if specified config file cannot be opened | nthumann |
2021-08-03 | Merge bitcoin/bitcoin#22098: [test, init] DNS seed querying logic | fanquake |
2021-07-30 | [test] Introduce test logic to query DNS seeds | Amiti Uttarwar |
2021-07-26 | test: Disable automatic connections by default | Martin Zumsande |
2021-04-30 | test: Fix feature_config_args.py intermittent issue | MarcoFalke |
2021-02-21 | test: Avoid connecting to real network when running tests | MarcoFalke |
2021-02-21 | test: Assume node is running in subtests | MarcoFalke |
2021-02-12 | [test] Use mocktime in test_seed_peers() | Dhruv Mehta |
2021-02-12 | [refactor] Correct log message in net.cpp | Dhruv Mehta |
2021-02-11 | [p2p] No delay in adding fixed seeds if -dnsseed=0 and peers.dat is empty. Ad... | Dhruv Mehta |
2021-01-21 | Merge #17556: test: Change feature_config_args.py not to rely on strange regt... | MarcoFalke |
2020-10-21 | wallet: Make -wallet setting not create wallets | Russell Yanofsky |
2020-10-02 | Merge #20034: test: Get rid of default wallet hacks | MarcoFalke |
2020-09-29 | test: Get rid of default wallet hacks | Russell Yanofsky |
2020-09-23 | net: Print error message if -proxy is specified without arguments (instead of... | practicalswift |
2020-09-02 | test: Change feature_config_args.py not to rely on strange regtest=0 behavior | Russell Yanofsky |
2020-07-22 | test: Add test coverage for -networkactive option | Hennadii Stepanov |
2020-06-02 | refactor: Fix unreachable code in init arg checks | Jonathan Schoeller |
2020-02-05 | Merge #17482: util: Disallow network-qualified command line options | Wladimir J. van der Laan |
2020-02-05 | test: replace 'regtest' leftovers by self.chain | Sebastian Falbesoner |
2020-02-04 | Merge #16681: Tests: Use self.chain instead of 'regtest' in all current tests | MarcoFalke |
2020-01-29 | on startup, write config options to debug.log | Larry Ruane |
2020-01-15 | scripted-diff: Bump copyright of files changed in 2020 | MarcoFalke |
2020-01-08 | qa: Fix double-negative arg test | Hennadii Stepanov |