aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_getaddr_caching.py
AgeCommit message (Collapse)Author
2022-06-10test: Fix out-of-range port collisionsMacroFake
2022-06-08[test] Fix port collisions caused by p2p_getaddr_caching.pydergoegge
2022-06-02[test] Test addr cache for multiple onion bindsdergoegge
2021-02-01scripted-diff: Remove setup_clean_chain if default is not changedFabian Jahr
-BEGIN VERIFY SCRIPT- git grep -l "self.setup_clean_chain = False" test/functional/*.py | xargs sed -i "/self.setup_clean_chain = False/d"; -END VERIFY SCRIPT-
2020-09-02Refactor the functional testGleb Naumenko
2020-08-21scripted-diff: Rename mininode to p2pJohn Newbery
-BEGIN VERIFY SCRIPT- sed -i 's/\.mininode/\.p2p/g' $(git grep -l "mininode") git mv test/functional/test_framework/mininode.py test/functional/test_framework/p2p.py -END VERIFY SCRIPT-
2020-08-21scripted-diff: Rename mininode_lock to p2p_lockJohn Newbery
-BEGIN VERIFY SCRIPT- sed -i 's/mininode_lock/p2p_lock/g' $(git grep -l "mininode_lock") -END VERIFY SCRIPT-
2020-07-30Test addr response cachingGleb Naumenko