aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-09-30test: update assert_fee_amount() in test_framework/util.pyJon Atack
2021-09-30Replace use of locale dependent atoi(…) with locale-independent std::from_c...practicalswift
2021-09-30Merge bitcoin/bitcoin#20457: util: Make Parse{Int,UInt}{32,64} use locale ind...W. J. van der Laan
2021-09-30Merge bitcoin/bitcoin#23104: log: Avoid breaking single log lines over multip...W. J. van der Laan
2021-09-30Merge bitcoin/bitcoin#23126: doc: update developer docs for subtree renamingfanquake
2021-09-30Remove -rescan startup parameterSamuel Dobson
2021-09-29test: Fix typos in testsMarcoFalke
2021-09-29qa: test fee estimation with replacement transactionsAntoine Poinsot
2021-09-29qa: split run_test into smaller partsAntoine Poinsot
2021-09-29test: use miniwallet in test_rpc() function in feature_rbf.pyShubhankar
2021-09-29test: introduce script_util helper for creating P2PK scriptsSebastian Falbesoner
2021-09-29Merge bitcoin/bitcoin#23124: Fix feature_segwit.py failure due to witnessMarcoFalke
2021-09-29Merge bitcoin/bitcoin#23079: test: use MiniWallet for p2p_filter.pyMarcoFalke
2021-09-29doc: update developer docs for subtree renamingfanquake
2021-09-29Merge bitcoin/bitcoin#23120: test: Remove unused and confusing main parameter...MarcoFalke
2021-09-29Fix feature_segwit failure due to witnessSamuel Dobson
2021-09-28scripted-diff: Rename CAddrMan to AddrManAmiti Uttarwar
2021-09-29Merge bitcoin/bitcoin#20591: wallet, bugfix: fix ComputeTimeSmart function du...Samuel Dobson
2021-09-29Merge bitcoin/bitcoin#22722: rpc: update estimatesmartfee to return max of CB...Samuel Dobson
2021-09-29Merge bitcoin/bitcoin#22650: Remove -deprecatedrpc=addresses flag and corresp...Samuel Dobson
2021-09-28[test] Test that -blocksonly nodes still serve compact blocks.Niklas Gögge
2021-09-28[test] Test that getdata(CMPCT) is still sent on regular low bandwidth connec...Niklas Gögge
2021-09-28[test] Test that -blocksonly nodes do not send getdata(CMPCT) on a low bandwi...Niklas Gögge
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-28test: pep-8 touched testMarcoFalke
2021-09-28test: Remove unused and confusing main parameter from script_utilMarcoFalke
2021-09-28Merge bitcoin/bitcoin#23097: Run specified functional tests with all matching...W. J. van der Laan
2021-09-28update estimatesmartfee rpc to return max of estimateSmartFee, mempoolMinFee ...pranabp-bit
2021-09-28test: pep-8MarcoFalke
2021-09-28test: Use assert_equal over assert for easier debuggingMarcoFalke
2021-09-28Merge bitcoin/bitcoin#23106: Ensure wallet is unlocked before signing PSBT wi...MarcoFalke
2021-09-28Add test that walletprocesspsbt requires unlocked wallet when signingSamuel Dobson
2021-09-27test: use MiniWallet for p2p_filter.pySebastian Falbesoner
2021-09-27test: introduce helper to create random P2WPKH scriptPubKeysSebastian Falbesoner
2021-09-27test: MiniWallet: add `send_to` method to create arbitrary txoutsSebastian Falbesoner
2021-09-27Merge bitcoin/bitcoin#23061: Fix (inverse) meaning of -persistmempoolmerge-script
2021-09-27Merge bitcoin/bitcoin#23092: test: Remove Windows workaround in authproxymerge-script
2021-09-27Merge bitcoin/bitcoin#23084: test: avoid non-determinism in asmap-addrman testmerge-script
2021-09-26Merge bitcoin/bitcoin#23065: Allow UTXO locks to be written to wallet DBW. J. van der Laan
2021-09-26Add test for flushing keypool with newkeypoolSamuel Dobson
2021-09-26Make legacy wallet upgrades from non-HD to HD always flush the keypoolSamuel Dobson
2021-09-26Run functional tests with all possible flagsSamuel Dobson
2021-09-25Update lockunspent tests for lock persistenceSamuel Dobson
2021-09-25Merge bitcoin/bitcoin#23086: test: Add -testactivationheight tests to rpc_blo...merge-script
2021-09-25test: Remove Windows workaround in authproxyMarcoFalke
2021-09-25Merge bitcoin/bitcoin#22817: test: Avoid race after connect_nodesmerge-script
2021-09-24test: avoid non-determinism in asmap-addrman testJon Atack
2021-09-24rpc: remove deprecated addresses and reqSigs from rpc outputsMichael Dietz
2021-09-24Merge bitcoin/bitcoin#23047: test: Use MiniWallet in mempool_persistW. J. van der Laan