aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_v2_transport.py
AgeCommit message (Expand)Author
2024-02-20test: assert rpc error for addnode v2transport not enabledkevkevin
2024-01-29Merge bitcoin/bitcoin#24748: test/BIP324: functional tests for v2 P2P encryptionAva Chow
2024-01-23[test] Move MAGIC_BYTES to messages.pystratospher
2023-12-06test: fix v2 transport intermittent test failure (#29002)Sebastian Falbesoner
2023-11-10test: fix node index bug when comparing peerinfoKashif Smith
2023-10-13test: fix `assert_debug_log` call-site bugs, add type checksSebastian Falbesoner
2023-10-11test: BIP324: add check for missing garbage terminator detectionSebastian Falbesoner
2023-10-05test: BIP324: add checks for v1 prefix matching / wrong network magic detectionSebastian Falbesoner
2023-10-02test: Functional test for opportunistic encryptiondhruv
2023-10-02net: use V2Transport when NODE_P2P_V2 service flag is presentPieter Wuille