aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-09-16test: Remove version argument from build_next_block in p2p_segwit testMarcoFalke
2021-09-16test: use MiniWallet for make_utxo helper in feature_rbf.pySebastian Falbesoner
2021-09-16Merge bitcoin/bitcoin#22955: p2p: Rename fBlocksOnly, Add testW. J. van der Laan
2021-09-16Merge bitcoin/bitcoin#22960: test: Set peertimeout in write_configW. J. van der Laan
2021-09-16test: scale amounts in test_doublespend_tree down by factor 10Sebastian Falbesoner
2021-09-16test: scale amounts in test_doublespend_chain down by factor 10Sebastian Falbesoner
2021-09-15qa: Fix "RuntimeError: Event loop is closed" on WindowsHennadii Stepanov
2021-09-15Add test for addrman consistency check on restart with asmapJon Atack
2021-09-15Add test for rpc addpeeraddress with "tried" argumentJon Atack
2021-09-14Merge bitcoin/bitcoin#22543: test: Use MiniWallet in mempool_limit.pymerge-script
2021-09-14fix typos in logging messagesShubhamPalriwala
2021-09-14replace: self.nodes[0] with nodeShubhamPalriwala
2021-09-14test: use MiniWallet in mempool_limit.pyShubhamPalriwala
2021-09-13test: Set peertimeout in write_configMarcoFalke
2021-09-12p2p: Rename fBlocksOnly, Add testMarcoFalke
2021-09-12test: Simplify p2p_blocksonly test with new miniwallet rescan_utxos methodMarcoFalke
2021-09-10Merge bitcoin/bitcoin#22762: Raise InitError when peers.dat is invalid or cor...merge-script
2021-09-10Merge bitcoin/bitcoin#22907: test: Avoid intermittent test failure in feature...merge-script
2021-09-10Merge bitcoin/bitcoin#22926: doc: Set PYTHONUTF8=1 for functional tests on Wi...fanquake
2021-09-09Merge bitcoin/bitcoin#22582: test: a test to check descendant limitsmerge-script
2021-09-09Merge bitcoin/bitcoin#22079: zmq: Add support to listen on IPv6 addressesW. J. van der Laan
2021-09-09Merge bitcoin/bitcoin#22788: scripted-diff: Use generate* from TestFrameworkmerge-script
2021-09-09test: pep-8 whitespaceMarcoFalke
2021-09-09test: Avoid intermittent test failure in feature_csv_activation.pyMarcoFalke
2021-09-09Merge bitcoin/bitcoin#22925: test: Add missing suppression signed-integer-ove...MarcoFalke
2021-09-09Raise InitError when peers.dat is invalid or corruptedMarcoFalke
2021-09-09doc: Set PYTHONUTF8=1 for functional tests on WindowsHennadii Stepanov
2021-09-08test: Add missing suppression signed-integer-overflow:addrman.cppMarcoFalke
2021-09-08test: Fix tests on WindowsMarcoFalke
2021-09-08Merge bitcoin/bitcoin#22879: addrman: Fix format string in deserialize errorfanquake
2021-09-06Merge bitcoin/bitcoin#22736: log, sync: change lock contention from preproces...MarcoFalke
2021-09-06Merge bitcoin/bitcoin#22861: test: Update test README and lint scriptfanquake
2021-09-05addrman: Fix format string in deserialize errorMarcoFalke
2021-09-05Merge bitcoin/bitcoin#22859: Replace uses of boost::trim* with locale-indepen...fanquake
2021-09-03test: Remove useless overwriteMarcoFalke
2021-09-03Merge bitcoin/bitcoin#17526: Add Single Random Draw as an additional coin sel...Samuel Dobson
2021-09-27Merge bitcoin/bitcoin#23102: test: Add missing re.escape() to feature_addrman...W. J. van der Laan
2021-09-27Merge bitcoin/bitcoin#23061: Fix (inverse) meaning of -persistmempoolmerge-script
2021-09-27test: Add missing re.escape() to feature_addrman testMarcoFalke
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-25test: Remove Windows workaround in authproxyMarcoFalke
2021-09-24test: avoid non-determinism in asmap-addrman testJon Atack
2021-09-23tests: wallet_basic lock needed unspentsAndrew Chow
2021-09-23tests: wallet_txn explicilty specify inputsAndrew Chow
2021-09-23tests: rpc_fundrawtx better test for UTXO inclusion with include_unsafeAndrew Chow
2021-09-22Fix (inverse) meaning of -persistmempoolMarcoFalke
2021-09-09tests: rpc_fundrawtx use specific inputs for unavailable change testAndrew Chow
2021-09-09tests: rpc_fundrawtx lock to UTXO typesAndrew Chow
2021-09-03Merge bitcoin/bitcoin#22100: refactor: Clean up new wallet spend, receive fil...Samuel Dobson