aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-02-08Merge bitcoin/bitcoin#29372: test: fix intermittent failure in `rpc_setban.py...Ava Chow
2024-02-07Merge bitcoin/bitcoin#29112: sqlite: Disallow writing from multiple `SQLiteBa...Ryan Ofsky
2024-02-07Merge bitcoin/bitcoin#29363: test: Fix CPartialMerkleTree.nTransactions signe...fanquake
2024-02-06tests: Test for concurrent writes with db txAva Chow
2024-02-06Merge bitcoin/bitcoin#29356: test: make v2transport arg in addconnection mand...glozow
2024-02-06Merge bitcoin/bitcoin#29353: test: p2p: adhere to typical VERSION message pro...glozow
2024-02-05Merge bitcoin/bitcoin#29354: test: Assumeutxo with more than just coinbase tr...glozow
2024-02-02Merge bitcoin/bitcoin#28868: wallet: Fix migration of wallets with txs that h...Ryan Ofsky
2024-02-02test: fix intermittent failure in rpc_setban.py --v2transportMartin Zumsande
2024-02-01tests: Test that descriptors flag is set for migrated blank walletsAva Chow
2024-02-01test: Test migration of tx with both spendable and watchonlyAva Chow
2024-02-01test: Make sure that migration test does not rescan on reloadingAva Chow
2024-02-01test: p2p: adhere to typical VERSION message protocol flowSebastian Falbesoner
2024-02-01test: p2p: process post-v2-handshake data immediatelySebastian Falbesoner
2024-02-01test: p2p: introduce helper for sending prepared VERSION messageSebastian Falbesoner
2024-02-01test: Fix CPartialMerkleTree.nTransactions signednessMarcoFalke
2024-01-31Merge bitcoin/bitcoin#29352: test: fix intermittent failure in p2p_v2_earlyke...Ava Chow
2024-01-31Merge bitcoin/bitcoin#28976: wallet: Fix migration of blank walletsRyan Ofsky
2024-01-31Merge bitcoin/bitcoin#29347: net: enable v2transport by defaultAva Chow
2024-01-31[test] make v2transport arg in addconnection mandatory and few cleanupsstratospher
2024-01-31test: fix intermittent failure in p2p_v2_earlykeyresponseMartin Zumsande
2024-01-31test: Assumeutxo with more than just coinbase transactionsMarcoFalke
2024-01-31Merge bitcoin/bitcoin#29343: test: fix wallet_import_rescan unrounded minimum...fanquake
2024-01-30Merge bitcoin/bitcoin#29067: test: Treat msg_version.relay as unsigned, Remov...glozow
2024-01-29net: enable v2transport by defaultPieter Wuille
2024-01-29Merge bitcoin/bitcoin#24748: test/BIP324: functional tests for v2 P2P encryptionAva Chow
2024-01-29Merge bitcoin/bitcoin#29329: fuzz: Print coverage summary after run_oncefanquake
2024-01-29fuzz: Print coverage summary after run_onceMarcoFalke
2024-01-29test: fix wallet_import_rescan unrounded minimum amountstickies-v
2024-01-29test: Remove struct import from messages.pyMarcoFalke
2024-01-29scripted-diff: test: Use int from_bytes and to_bytes over struct packingMarcoFalke
2024-01-29test: Use int from_bytes and to_bytes over struct packingMarcoFalke
2024-01-29test: Treat msg_version.relay as unsignedMarcoFalke
2024-01-26Merge bitcoin/bitcoin#29283: test: ensure output is large enough to pay for i...Ava Chow
2024-01-26fuzz: also set MSAN_SYMBOLIZER_PATHfanquake
2024-01-26Merge bitcoin/bitcoin#28875: build: Pass sanitize flags to instrument `libsec...fanquake
2024-01-25[test] Add functional test to test early key response behaviour in BIP 324stratospher
2024-01-25[test] Check whether v2 TestNode performs downgradingstratospher
2024-01-25[test] Add functional tests to test v2 P2P behaviourstratospher
2024-01-25[test] Ignore BIP324 decoy messagesstratospher
2024-01-25[test] Allow inbound and outbound connections supporting v2 P2P protocolstratospher
2024-01-25 [test] Reconnect using v1 P2P when v2 P2P terminates due to magic byte mismatchstratospher
2024-01-25[test] Build v2 P2P messagesstratospher
2024-01-25[test] Use lock for sending P2P messages in test frameworkstratospher
2024-01-25[test] Read v2 P2P messagesstratospher
2024-01-25[test] Perform initial v2 handshakestratospher
2024-01-25[test] Introduce EncryptedP2PState object in P2PConnectionstratospher
2024-01-24Merge bitcoin/bitcoin#29304: fuzz: Exit and log stderr for parse_test_list er...fanquake
2024-01-24fuzz: Exit and log stderr for parse_test_list errorsdergoegge
2024-01-24[test] Construct class to handle v2 P2P protocol functionsstratospher