aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-08-27Merge bitcoin/bitcoin#21862: test: Set regtest.BIP65Height = 111 to speed up ...fanquake
2021-08-26Merge bitcoin/bitcoin#22738: test: fix failure in feature_nulldummy.py on sin...MarcoFalke
2021-08-26Set regtest.BIP65Height = 111 to speed up testsMarcoFalke
2021-08-26Merge bitcoin/bitcoin#22797: test, doc: refer to the correct variable names i...fanquake
2021-08-25test, doc: refer to the correct variable names in p2p_invalid_tx.pyaitorjs
2021-08-23test: fix failure in feature_nulldummy.py on single-core machinesSebastian Falbesoner
2021-08-23test: refactor: use named args for block_submit in feature_nulldummy.pySebastian Falbesoner
2021-08-23Merge bitcoin/bitcoin#22622: util: Check if specified config file cannot be o...MarcoFalke
2021-08-23Merge bitcoin/bitcoin#22641: test: Split rpc_signmessage test for disabled wa...MarcoFalke
2021-08-24Merge bitcoin/bitcoin#22741: test: Add generate* calls to test frameworkfanquake
2021-08-19Use generate* from TestFrameworkMarcoFalke
2021-08-19test: Add generate* calls to test frameworkMarcoFalke
2021-08-21Merge bitcoin/bitcoin#22633: refactor: Replace remaining binascii method callsMarcoFalke
2021-08-20Merge bitcoin/bitcoin#22707: test: refactor use of getrawmempool in functiona...MarcoFalke
2021-08-19Merge bitcoin/bitcoin#22568: test: add addr-fetch peer connection state and t...MarcoFalke
2021-08-19test: fix bug in 22686S3RK
2021-08-18test: use f-strings in mining_*.py testsfanquake
2021-08-18test: use f-strings in interface_*.py testsfanquake
2021-08-18test: use f-strings in feature_proxy.pyfanquake
2021-08-18test: use f-strings in feature_segwit.pyfanquake
2021-08-18test: use f-strings in feature_versionbits_warning.pyfanquake
2021-08-18test: use f-strings in feature_settings.pyfanquake
2021-08-18test: use f-strings in feature_pruning.pyfanquake
2021-08-18test: use f-strings in feature_notifications.pyfanquake
2021-08-18test: use f-strings in feature_minchainwork.pyfanquake
2021-08-18test: use f-strings in feature_logging.pyfanquake
2021-08-18test: use f-strings in feature_loadblock.pyfanquake
2021-08-18test: use f-strings in feature_help.pyfanquake
2021-08-18test: use f-strings in feature_filelock.pyfanquake
2021-08-18test: use f-strings in feature_fee_estimation.pyfanquake
2021-08-18test: use f-strings in feature_dersig.pyfanquake
2021-08-18test: use f-strings in feature_dbcrash.pyfanquake
2021-08-18test: use f-strings in feature_csv_activation.pyfanquake
2021-08-18test: use f-strings in feature_config_args.pyfanquake
2021-08-18test: use f-strings in feature_cltv.pyfanquake
2021-08-18test: use f-strings in feature_blocksdir.pyfanquake
2021-08-18test: use f-strings in feature_backwards_compatibility.pyfanquake
2021-08-18test: use f-strings in feature_asmap.pyfanquake
2021-08-16refactor: replace remaining binascii method calls Zero-1729
2021-08-16Merge bitcoin/bitcoin#22684: test: check for invalid `-prune` parametersMarcoFalke
2021-08-16test: check for invalid `-prune` parametersSebastian Falbesoner
2021-08-16test: only use verbose for getrawmempool when necessary in functional testsMichael Dietz
2021-08-16test: use getmempoolentry instead of getrawmempool in functional tests when a...Michael Dietz
2021-08-16test: improve mempool_updatefrom efficiency by using getmempoolentry for spec...Michael Dietz
2021-08-16Merge bitcoin/bitcoin#22686: wallet: Use GetSelectionAmount in ApproximateBes...fanquake
2021-08-15Merge bitcoin/bitcoin#22541: Add a new RPC command: restorewalletSamuel Dobson
2021-08-14Merge bitcoin/bitcoin#22604: p2p, rpc, test: address rate-limiting follow-upsfanquake
2021-08-13test: Test for ApproximateBestSubset edge case with too little feesAndrew Chow
2021-08-12test: added test for disabled walletShubhankar Gambhir
2021-08-10Change the wallet_backup.py test to use the restorewallet RPC command instead...lsilva01