aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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-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
2021-08-10Merge bitcoin/bitcoin#22632: test: Set regtest.BIP66Height = 102 to speed up ...W. J. van der Laan
2021-08-09Merge bitcoin/bitcoin#21800: mempool/validation: mempool ancestor/descendant ...fanquake
2021-08-09Merge bitcoin/bitcoin#21500: wallet, rpc: add an option to list private descr...Samuel Dobson
2021-08-06[test] mempool package ancestor/descendant limitsglozow
2021-08-06[test] parameterizable fee for make_chain and create_child_with_parentsglozow
2021-08-06[test] helper function to increase transaction weightglozow
2021-08-06extract/rename helper functions from rpc_packages.pyglozow
2021-08-05Merge bitcoin/bitcoin#22619: test: refactor: use consistent bytes <-> hex-str...MarcoFalke
2021-08-05test: Set regtest.BIP66Height = 102 to speed up testsMarcoFalke
2021-08-04[docs] Add release notes for #21528Amiti Uttarwar