aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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-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-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
2021-08-04test: refactor: remove binascii from test_frameworkZero-1729
2021-08-04p2p, rpc, test: address rate-limiting follow-upsJon Atack
2021-08-03Merge bitcoin/bitcoin#22532: test : improve mempool_accept_wtxid.pyMarcoFalke
2021-08-03Merge bitcoin/bitcoin#16333: test: Set BIP34Height = 2 for regtestMarcoFalke
2021-08-03Merge bitcoin/bitcoin#22098: [test, init] DNS seed querying logicfanquake