aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
AgeCommit message (Expand)Author
2024-01-17test: Use blocks_path where possibleMarcoFalke
2024-01-12Make v2transport default for addnode RPC when enabledPieter Wuille
2024-01-11Merge bitcoin/bitcoin#29034: test: detect OS in functional tests consistently...Ava Chow
2024-01-08[test] Restart a node with empty addrmanstratospher
2023-12-13test: add TestNode wait_until helperNikodemas Tuckus
2023-12-08test: detect OS consistently using `platform.system()`Sebastian Falbesoner
2023-12-06test: fix v2 transport intermittent test failure (#29002)Sebastian Falbesoner
2023-11-28Merge bitcoin/bitcoin#28805: test: Make existing functional tests compatible ...Andrew Chow
2023-11-17Merge bitcoin/bitcoin#28725: test: refactor: use built-in collection types fo...fanquake
2023-11-16test: replace `Callable`/`Iterable` with their `collections.abc` alternative ...stickies-v
2023-11-16Merge bitcoin/bitcoin#28605: Fix typosfanquake
2023-11-08test: enable --v2transport in combination with --usecliMartin Zumsande
2023-11-08test: persist -v2transport over restarts and respect -v2transport=0Martin Zumsande
2023-11-08test: Add missing wait for version to be sent in add_outbound_p2p_connectionMarcoFalke
2023-11-08Merge bitcoin/bitcoin#28782: test: Add missing sync on send_version in peer_c...fanquake
2023-11-07Merge bitcoin/bitcoin#28374: test: python cryptography required for BIP 324 f...Andrew Chow
2023-11-07doc: fix typosSjors Provoost
2023-11-03test: Add missing sync on send_version in peer_connectMarcoFalke
2023-11-01Merge bitcoin/bitcoin#28632: test: make python p2p not send getaddr on incomi...fanquake
2023-10-29Merge bitcoin/bitcoin#28727: test: replace random_bytes with random.randbytesfanquake
2023-10-25Merge bitcoin/bitcoin#28264: test: refactor: support sending funds with outpo...Andrew Chow
2023-10-25test: replace random_bytes with randbytes #28720ns-xvrn
2023-10-25test: use built-in collection types for type hints (Python 3.9 / PEP 585)Sebastian Falbesoner
2023-10-24Merge bitcoin/bitcoin#28211: Bump python minimum supported version to 3.9fanquake
2023-10-24test: remove unused `find_output` helperSebastian Falbesoner
2023-10-24test: refactor: support sending funds with outpoint resultSebastian Falbesoner
2023-10-19Merge bitcoin/bitcoin#28617: test: Add Wallet Unlock Context Managerfanquake
2023-10-13test: fix `assert_debug_log` call-site bugs, add type checksSebastian Falbesoner
2023-10-12test: don't run old binaries under valgrindSjors Provoost
2023-10-10test: make python p2p not send getaddr messages when it's being connected toMartin Zumsande
2023-10-10test: Add Wallet Unlock Context ManagerBrandon Odiwuor
2023-10-10 test: Use pathlib over os.path #28362ns-xvrn
2023-10-06test: Rename wait_until_helper to wait_until_helper_internalFabian Jahr
2023-10-06Merge bitcoin/bitcoin#28253: test: display abrupt shutdown errors in console ...fanquake
2023-10-05wallet: No BDB creation, unless -deprecatedrpc=create_bdbMarcoFalke
2023-10-05test: display abrupt shutdown errors in console outputfurszy
2023-10-04test: add wait_for_connect to BitcoinTestFramework.connect_nodesJames O'Beirne
2023-10-02test: enable v2 transport between nodes in some functional testsPieter Wuille
2023-10-02test: Functional test for opportunistic encryptiondhruv
2023-10-02net: advertise NODE_P2P_V2 if CLI arg -v2transport is onPieter Wuille
2023-10-02Merge bitcoin/bitcoin#27596: assumeutxo (2)Andrew Chow
2023-10-02Merge bitcoin/bitcoin#28176: tests: add coverage to feature_addrman.pyfanquake
2023-10-01test: add coverage to feature_addrman.pykevkevin
2023-09-30test: add feature_assumeutxo functional testJames O'Beirne
2023-09-29Merge bitcoin/bitcoin#27653: test: add unit test coverage for Python ECDSA im...Andrew Chow
2023-09-29[test/crypto] Add FSChaCha20Poly1305 AEAD python implementationstratospher
2023-09-29[test/crypto] Add FSChaCha20 python implementationstratospher
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] Use chacha20_block function in `data_to_num3072`stratospher