aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_net.py
AgeCommit message (Expand)Author
2024-03-23test: check that addrman seeding is successful0xb10c
2024-03-19test: fix test to ensure hidden RPC is present in detailed helpstratospher
2024-03-19test: remove unused mocktime in test_addpeeraddress0xb10c
2024-03-19rpc: "addpeeraddress tried" return error on failure0xb10c
2024-03-12test: fix intermittent failures with test=addrmanMartin Zumsande
2024-03-11Merge bitcoin/bitcoin#29007: test: create deterministic addrman in the functi...Ava Chow
2024-02-29test: Fix intermittent failure in rpc_net.py --v2transportstratospher
2024-02-12test: enable v2 for python p2p depending on global --v2transport flagMartin Zumsande
2024-01-29Merge bitcoin/bitcoin#24748: test/BIP324: functional tests for v2 P2P encryptionAva Chow
2024-01-25[test] Allow inbound and outbound connections supporting v2 P2P protocolstratospher
2024-01-08[test] Use deterministic addrman in addrman info testsstratospher
2024-01-08[test] Use deterministic addrman in addpeeraddress teststratospher
2023-12-11Merge bitcoin/bitcoin#29041: test: fix intermittent error in rpc_net.py (#29030)fanquake
2023-12-09test: fix intermittent error in rpc_net.py (#29030)Sebastian Falbesoner
2023-12-08test: fix `addnode` functional test failure on OpenBSDSebastian Falbesoner
2023-11-28Merge bitcoin/bitcoin#28805: test: Make existing functional tests compatible ...Andrew Chow
2023-11-08test: enable v2 transport for rpc_net.pySebastian Falbesoner
2023-11-08Merge bitcoin/bitcoin#28155: net: improves addnode / m_added_nodes logicglozow
2023-10-30rpc: Prevents adding the same ip more than once when formatted differentlySergi Delgado Segura
2023-10-18test: Fix failing time check in rpc_net.pyMarcoFalke
2023-10-04rpc: `getaddrmaninfo` followupsstratospher
2023-10-03Merge bitcoin/bitcoin#28523: rpc: add hidden getrawaddrman RPC to list addrma...Andrew Chow
2023-10-02net: expose transport types/session IDs of connections in RPC and logsPieter Wuille
2023-10-02test: getrawaddrman RPC0xb10c
2023-09-21Merge bitcoin/bitcoin#26366: rpc, test: `addnode` improv + add test coverage ...Andrew Chow
2023-09-19test: add functional test for getaddrmaninfostratospher
2023-08-22test: add basic tests for sendmsgtopeer to rpc_net.pyMartin Zumsande
2023-08-02test: `addnode` with an invalid command should throw an errorbrunoerg
2023-01-16test: simplify tests by using the pre-mined chainkouloumos
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-07bugfix: Strict type checking for RPC boolean parametersMarcoFalke
2022-12-03test: Fix intermittent issue in rpc_net.pyMarcoFalke
2022-11-21test: Fix intermittent failure in rpc_net.pyMartin Zumsande
2022-11-17test: Add getpeerinfo test for missing version messageMacroFake
2022-05-14Sanitize port in `addpeeraddress()`amadeuszpawlik
2021-11-16Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* cha...fanquake
2021-11-10Merge bitcoin/bitcoin#22872: log: improve checkaddrman logging with duration ...MarcoFalke
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-11-10scripted-diff: Remove redundant sync_all and sync_blocksMarcoFalke
2021-11-03net: don't skip CJDNS from GetNetworkNames()Vasil Dimov
2021-11-03net: recognize CJDNS from ParseNetwork()Vasil Dimov
2021-10-05p2p: improve checkaddrman logging with duration in millisecondsJon Atack
2021-09-23Merge bitcoin/bitcoin#23036: test: use test_framework.p2p `P2P_SERVICES` cons...fanquake
2021-09-21Merge bitcoin/bitcoin#22831: test: add addpeeraddress "tried", test addrman c...merge-script
2021-09-19test: use test_framework.p2p P2P_SERVICES in functional testsJon Atack
2021-09-15Add test for rpc addpeeraddress with "tried" argumentJon Atack
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-05-31Merge bitcoin/bitcoin#21989: test: Use COINBASE_MATURITY in functional testsMarcoFalke
2021-05-31Use COINBASE_MATURITY constant in functional tests.Kiminuo
2021-05-23test: addpeeraddress functional test coverageJon Atack