aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_compactblocks_blocksonly.py
AgeCommit message (Collapse)Author
2022-05-15[net processing] Only advertise support for version 2 compact blocksJohn Newbery
Subsequent commits will remove support.
2021-10-29test: Implicitly sync after generate*, unless opted outMarcoFalke
2021-10-06Use self.generate not node.generate throughout testsSamuel Dobson
2021-09-28[test] Test that -blocksonly nodes still serve compact blocks.Niklas Gögge
2021-09-28[test] Test that getdata(CMPCT) is still sent on regular low bandwidth ↵Niklas Gögge
connections. Co-authored-by: Amiti Uttarwar <amiti@uttarwar.org>
2021-09-28[test] Test that -blocksonly nodes do not send getdata(CMPCT) on a low ↵Niklas Gögge
bandwidth connection. Co-authored-by: Amiti Uttarwar <amiti@uttarwar.org>
2021-09-28[test] Test that -blocksonly nodes do not request high bandwidth mode.Niklas Gögge
Co-authored-by: Amiti Uttarwar <amiti@uttarwar.org>