aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-04-23Merge bitcoin/bitcoin#24313: Improve display address handling for external si...Ava Chow
2024-04-23Merge bitcoin/bitcoin#29688: test: remove duplicated ban testAva Chow
2024-04-22Merge bitcoin/bitcoin#29777: test: refactor: introduce and use `calculate_inp...Ava Chow
2024-04-22Merge bitcoin/bitcoin#29933: test: Fix intermittent timeout in p2p_tx_downloa...Ava Chow
2024-04-22Merge bitcoin/bitcoin#29898: test: Fix intermittent issue in p2p_handshake.pyglozow
2024-04-22Merge bitcoin/bitcoin#27679: ZMQ: Support UNIX domain socketsAva Chow
2024-04-22test: Fix intermittent timeout in p2p_tx_download.pyMarcoFalke
2024-04-19Merge bitcoin/bitcoin#29827: test: p2p: add test for rejected tx request logi...glozow
2024-04-19test: Fix intermittent issue in p2p_handshake.pystratospher
2024-04-17Merge bitcoin/bitcoin#29893: test: fix intermittent failure in p2p_compactblo...glozow
2024-04-16test: cover unix sockets in zmq interfaceMatthew Zipkin
2024-04-16Merge bitcoin/bitcoin#29726: assumeutxo: Fix -reindex before snapshot was val...Ryan Ofsky
2024-04-16test: fix intermittent failure in p2p_compactblocks_hb.pyMartin Zumsande
2024-04-16wallet: return and display signer errorSjors Provoost
2024-04-16wallet: compare address returned by displayaddressSjors Provoost
2024-04-16test: use h marker for external signer mockSjors Provoost
2024-04-15test: p2p: add test for rejected tx request logic (`m_recent_rejects` filter)Sebastian Falbesoner
2024-04-15fixup: get all utxos up front in fill_mempool, discourage wallet mixingglozow
2024-04-15Merge bitcoin/bitcoin#29869: rpc, bugfix: Enforce maximum value for setmocktimeglozow
2024-04-15Merge bitcoin/bitcoin#29699: test: check disconnection when sending sendaddrv...glozow
2024-04-15[rpc, bugfix] Enforce maximum value for setmocktimedergoegge
2024-04-11Merge bitcoin/bitcoin#29849: Fix typos in `subprocess.hpp`merge-script
2024-04-11Merge bitcoin/bitcoin#29735: AcceptMultipleTransactions: Fix workspace not be...glozow
2024-04-11Fix typos in `subprocess.hpp`Hennadii Stepanov
2024-04-10Merge bitcoin/bitcoin#28981: Replace Boost.Process with cpp-subprocessmerge-script
2024-04-09AcceptMultipleTransactions: Fix workspace client_maxfeerateGreg Sanders
2024-04-09fill_mempool: assertions and docsctring updateGreg Sanders
2024-04-09Move fill_mempool to util functionGreg Sanders
2024-04-09Merge bitcoin/bitcoin#29821: fuzz: Some `test/fuzz/test_runner.py` improvementsfanquake
2024-04-09Merge bitcoin/bitcoin#29498: test: Update --tmpdir doc string to say director...fanquake
2024-04-08fill_mempool: remove subtest-specific commentGreg Sanders
2024-04-07Merge bitcoin/bitcoin#29822: test: remove immediate tx relay workaround in wa...fanquake
2024-04-07Merge bitcoin/bitcoin#29791: test: Bump timeouts in feature_index_prune and w...fanquake
2024-04-06test: remove immediate tx relay workaround in wallet_groups.pySebastian Falbesoner
2024-04-06fuzz: Introduce `BITCOINFUZZ` environment variableHennadii Stepanov
2024-04-06fuzz, refactor: Deduplicate fuzz binary path creationHennadii Stepanov
2024-04-05test: add unit tests for `calculate_input_weight`Sebastian Falbesoner
2024-04-05test: introduce and use `calculate_input_weight` helperSebastian Falbesoner
2024-04-02test: Bump timeouts in feature_index_prune and wallet_importdescriptorsChristopher Bergqvist
2024-04-02Merge bitcoin/bitcoin#29750: test: makes timeout a forced named argument in t...fanquake
2024-04-01Merge bitcoin/bitcoin#29753: test: fix StopIteration exception in p2p_node_ne...fanquake
2024-04-01Merge bitcoin/bitcoin#29738: doc: fix typosfanquake
2024-03-29Merge bitcoin/bitcoin#29130: wallet: Add `createwalletdescriptor` and `gethdk...Ryan Ofsky
2024-03-28test: add coverage for -reindex and assumeutxoMartin Zumsande
2024-03-28test: check disconnection when sending sendaddrv2 after verackbrunoerg
2024-03-27test: fix StopIteration exception in p2p_node_network_limited.pyfurszy
2024-03-27Merge bitcoin/bitcoin#27307: wallet: track mempool conflicts with wallet tran...Ryan Ofsky
2024-03-27test: makes timeout a forced named argument in tests methods that use itSergi Delgado Segura
2024-03-27external_signer: replace boost::process with cpp-subprocessSebastian Falbesoner
2024-03-27Add `cpp-subprocess` header-only libraryHennadii Stepanov