aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
AgeCommit message (Expand)Author
2022-03-02net: only assume all local addresses if listening on anyVasil Dimov
2022-03-02net: fix GetListenPort() to derive the proper portVasil Dimov
2022-03-02Merge bitcoin/bitcoin#23304: wallet: Derive inactive HD chains in additional ...laanwj
2022-02-22tests: Tests for inactive HD chainsAndrew Chow
2022-02-17test: Add functional test for symlinked blocks directorylaanwj
2022-01-28test: Repair failfast option for test runnerMartin Zumsande
2022-01-26Merge bitcoin/bitcoin#24154: test: add functional test for `-maxtipage` param...MarcoFalke
2022-01-25test: add functional test for `-maxtipage` parameterSebastian Falbesoner
2022-01-25wallet: Avoid dropping confirmed coinsMarcoFalke
2022-01-05Merge bitcoin/bitcoin#23799: test: Let test_runner.py start multiple jobs per...laanwj
2022-01-03Merge bitcoin/bitcoin#23532: test: add functional test for -startupnotifyMarcoFalke
2021-12-24test: add functional test for -startupnotifyBruno Garcia
2021-12-16Let test_runner.py start multiple jobs per timeslotPieter Wuille
2021-12-09test: add feature_coinstatsindex.py --descriptors to test_runner.pySebastian Falbesoner
2021-12-08Merge bitcoin/bitcoin#20295: rpc: getblockfrompeerMarcoFalke
2021-12-07Merge bitcoin/bitcoin#22689: rpc: deprecate top-level fee fields in getmempoo...MarcoFalke
2021-12-06test: add interface_bitcoin_cli.py --descriptors to test_runner.pySebastian Falbesoner
2021-12-06Merge bitcoin/bitcoin#23596: test: fix `wallet_transactiontime_rescan.py --de...MarcoFalke
2021-12-02rpc: getblockfrompeerSjors Provoost
2021-11-30Merge bitcoin/bitcoin#23289: test: add stress tests for initializationW. J. van der Laan
2021-11-26test: add feature_rbf.py --descriptors to test_runner.pySebastian Falbesoner
2021-11-25 test: add wallet_transactiontime_rescan.py --descriptors to test_runner.pySebastian Falbesoner
2021-11-16Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* cha...fanquake
2021-11-15Merge bitcoin/bitcoin#23046: test: Add txindex migration testMarcoFalke
2021-11-15Merge bitcoin/bitcoin#23153: Add an argparse abbreviated mode to --failfastMarcoFalke
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-11-09test: Add txindex migration testMarcoFalke
2021-11-02test: add functional test for deprecatedrpc=feesjosibake
2021-10-26test: add stress tests for initializationJames O'Beirne
2021-10-19tests: Add feature_segwit.py --descriptors to test_runner.pyAndrew Chow
2021-10-18Merge bitcoin/bitcoin#22067: Test and document a basic M-of-N multisig using ...W. J. van der Laan
2021-10-16lint: enable mypy checking for missing importsjosibake
2021-10-04Merge bitcoin/bitcoin#20487: Add syscall sandboxing using seccomp-bpf (Linux ...W. J. van der Laan
2021-10-04Add an argparse abbreviated mode to --failfastkatesalazar
2021-10-01Add syscall sandboxing (seccomp-bpf)practicalswift
2021-10-01Merge bitcoin/bitcoin#22340: p2p: Use legacy relaying to download blocks in b...MarcoFalke
2021-09-29Merge bitcoin/bitcoin#20591: wallet, bugfix: fix ComputeTimeSmart function du...Samuel Dobson
2021-09-29Merge bitcoin/bitcoin#22650: Remove -deprecatedrpc=addresses flag and corresp...Samuel Dobson
2021-09-28[test] Test that -blocksonly nodes do not request high bandwidth mode.Niklas Gögge
2021-09-28test: add functional test to check transaction time determination during bloc...BitcoinTsunami
2021-09-26Run functional tests with all possible flagsSamuel Dobson
2021-09-24rpc: remove deprecated addresses and reqSigs from rpc outputsMichael Dietz
2021-09-05addrman: Fix format string in deserialize errorMarcoFalke
2021-08-16test: add functional test for multisig flow with descriptor wallets and PSBTsMichael Dietz
2021-08-12test: added test for disabled walletShubhankar Gambhir
2021-08-06[test] mempool package ancestor/descendant limitsglozow
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-28Merge bitcoin/bitcoin#22423: test: wallet_listtransactions improvements (spee...MarcoFalke
2021-07-22Merge bitcoin/bitcoin#21090: Default to NODE_WITNESS in nLocalServicesW. J. van der Laan