aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
AgeCommit message (Expand)Author
2024-03-29Merge bitcoin/bitcoin#29130: wallet: Add `createwalletdescriptor` and `gethdk...Ryan Ofsky
2024-03-20test: Add test for createwalletdescriptorAva Chow
2024-03-20tests: Test for gethdkeysAva Chow
2024-03-19Merge bitcoin/bitcoin#29279: test: p2p: check disconnect due to lack of desir...glozow
2024-03-12test: simplify test_runner.pytdb3
2024-03-11test: p2p: check disconnect due to lack of desirable service flagsSebastian Falbesoner
2024-03-11Merge bitcoin/bitcoin#29483: test, ci: add --v1transport option, add --v2tran...Ava Chow
2024-03-06test: exit with code 1 when no fn tests are foundMax Edwards
2024-02-29test: add -v1transport option and use it in test_runnerMartin Zumsande
2024-02-28Merge bitcoin/bitcoin#29412: p2p: Don't process mutated blocksAva Chow
2024-02-27[test] Add regression test for #27608dergoegge
2024-02-23test: Add option to skip unit tests for the test runnerMartin Zumsande
2024-02-09Merge bitcoin/bitcoin#28948: v3 transaction policy for anti-pinningAva Chow
2024-02-08[functional test] v3 transaction submissionglozow
2024-02-02test: fix intermittent failure in rpc_setban.py --v2transportMartin Zumsande
2024-01-29Merge bitcoin/bitcoin#24748: test/BIP324: functional tests for v2 P2P encryptionAva Chow
2024-01-25[test] Add functional test to test early key response behaviour in BIP 324stratospher
2024-01-25[test] Add functional tests to test v2 P2P behaviourstratospher
2024-01-19test: add tests for fundrawtx and sendmany rpcsjosibake
2024-01-16Merge bitcoin/bitcoin#29179: test: wallet rescan with reorged parent + IsFrom...Ava Chow
2024-01-12[test] import descriptor wallet with reorged parent + IsFromMe child in mempoolglozow
2024-01-11Merge bitcoin/bitcoin#29034: test: detect OS in functional tests consistently...Ava Chow
2024-01-11Merge bitcoin/bitcoin#28838: test: add assumeutxo wallet testAva Chow
2023-12-14Merge bitcoin/bitcoin#28920: wallet: birth time update during tx scanningAva Chow
2023-12-12test: Actually fail when a python unit test failsMarcoFalke
2023-12-08test: detect OS consistently using `platform.system()`Sebastian Falbesoner
2023-12-05test: coverage for wallet birth time interaction with -reindexfurszy
2023-11-28Merge bitcoin/bitcoin#28805: test: Make existing functional tests compatible ...Andrew Chow
2023-11-13test: add assumeutxo wallet testSjors Provoost
2023-11-08test: enable v2 transport for p2p_timeouts.pyMartin Zumsande
2023-11-08test: enable v2 transport for rpc_net.pySebastian Falbesoner
2023-11-08test: enable v2 transport for p2p_node_network_limited.pySebastian Falbesoner
2023-11-07Merge bitcoin/bitcoin#28374: test: python cryptography required for BIP 324 f...Andrew Chow
2023-11-05test: remove custom rpc timeout for `wallet_miniscript.py`, reorder in test_r...Sebastian Falbesoner
2023-10-30Remove feature_txindex_compatibility.py in V27Brandon Odiwuor
2023-10-08qa: bound testing for TapMiniscriptAntoine Poinsot
2023-10-02test: enable v2 transport between nodes in some functional testsPieter Wuille
2023-10-02net: use V2Transport when NODE_P2P_V2 service flag is presentPieter Wuille
2023-09-30test: add feature_assumeutxo functional testJames O'Beirne
2023-09-29[test/crypto] Add RFC 8439's ChaCha20Poly1305 AEADstratospher
2023-09-29[test/crypto] Add Poly1305 python implementationstratospher
2023-09-29[test/crypto] Add ChaCha20 python implementationstratospher
2023-09-14Merge bitcoin/bitcoin#26152: Bump unconfirmed ancestor transactions to target...Andrew Chow
2023-09-14test: cover read-only blockstoreMatthew Zipkin
2023-09-13Bump unconfirmed parent txs to target feerateMurch
2023-09-10[test] Move test framework crypto functions to crypto/stratospher
2023-08-24Merge bitcoin/bitcoin#28287: rpc, test: add `sendmsgtopeer` rpc and a test fo...Andrew Chow
2023-08-22Merge bitcoin/bitcoin#28199: test: tx orphan handlingAndrew Chow
2023-08-22test: add functional test for deadlock situationMartin Zumsande
2023-08-14[functional test] transaction orphan handlingglozow