aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_addr_relay.py
AgeCommit message (Expand)Author
2021-12-16test: Combine addr generation helper functionsMartin Zumsande
2021-12-16test: Fix intermittent issue in p2p_addr_relay.pyMartin Zumsande
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-10-28[addrman] Add Add_() inner function, fix Add() return semanticsJohn Newbery
2021-09-19test: use test_framework.p2p P2P_SERVICES in functional testsJon Atack
2021-08-14Merge bitcoin/bitcoin#22604: p2p, rpc, test: address rate-limiting follow-upsfanquake
2021-08-04[docs] Add release notes for #21528Amiti Uttarwar
2021-08-04p2p, rpc, test: address rate-limiting follow-upsJon Atack
2021-07-29[test] Use the new endpoint to improve testsAmiti Uttarwar
2021-07-29[test] Test that we intentionally select addr relay peers.Amiti Uttarwar
2021-07-29[net_processing] Defer initializing m_addr_knownAmiti Uttarwar
2021-07-29[test] Update p2p_addr_relay test to prepareAmiti Uttarwar
2021-07-15Improve tests using statisticsJohn Newbery
2021-07-15Functional tests for addr rate limitingPieter Wuille
2021-07-15Rate limit the processing of incoming addr messagesPieter Wuille
2021-06-21[test] Prevent intermittent issueAmiti Uttarwar
2021-06-21[test] Remove GetAddrStore classAmiti Uttarwar
2021-06-21[test] Update GetAddrStore callers to use AddrReceiverAmiti Uttarwar
2021-06-21[test] Add functionality to AddrReceiverAmiti Uttarwar
2021-06-21[test] Allow AddrReceiver to be used more generallyAmiti Uttarwar
2021-04-28test: Fix intermittent issue in p2p_addr_relay.pyMarcoFalke
2021-04-28test: Use self.send_addr_msgMarcoFalke
2021-04-21[test] Add tests for addr relay in -blocksonly modeAmiti Uttarwar
2021-04-21[test] Add address relay tests involving outbound peersMartin Zumsande
2021-04-21[test] Add tests for getaddr behaviorMartin Zumsande
2021-04-21[test] Extract sending an addr message into a helperAmiti Uttarwar
2021-04-21[test] Refactor the addr relay test to prepare for new testsAmiti Uttarwar
2021-02-01scripted-diff: Remove setup_clean_chain if default is not changedFabian Jahr
2020-12-10net: don't relay to the address' originatorVasil Dimov
2020-08-21test: resort importsJohn Newbery
2020-08-21scripted-diff: Rename mininode to p2pJohn Newbery
2020-06-19net: update misbehavior logging for oversized messagesJon Atack
2020-04-02test: Add basic addr relay testMarcoFalke