Hennadii Stepanov
|
a0473442d1
|
scripted-diff: Add `__file__` argument to `BitcoinTestFramework.init()`
-BEGIN VERIFY SCRIPT-
sed -i -e 's/\s*().main\s*()/(__file__).main()/' $(git ls-files test/functional/*.py)
sed -i -e 's/def __init__(self)/def __init__(self, test_file)/' test/functional/test_framework/test_framework.py
-END VERIFY SCRIPT-
|
4 months ago |
MarcoFalke
|
fae0b21e6c
|
test: Combine sync_send_with_ping and sync_with_ping
|
1 year ago |
John Newbery
|
16730b64bb
|
[net processing] Only advertise support for version 2 compact blocks
Subsequent commits will remove support.
|
3 years ago |
MarcoFalke
|
facc352648
|
test: Implicitly sync after generate*, unless opted out
|
3 years ago |
Samuel Dobson
|
eb02dbba3c
|
Use self.generate not node.generate throughout tests
|
3 years ago |
Niklas Gögge
|
18c5b23a0f
|
[test] Test that -blocksonly nodes still serve compact blocks.
|
3 years ago |
Niklas Gögge
|
a79ad65fc2
|
[test] Test that getdata(CMPCT) is still sent on regular low bandwidth connections.
Co-authored-by: Amiti Uttarwar <amiti@uttarwar.org>
|
3 years ago |
Niklas Gögge
|
5e231c116b
|
[test] Test that -blocksonly nodes do not send getdata(CMPCT) on a low bandwidth connection.
Co-authored-by: Amiti Uttarwar <amiti@uttarwar.org>
|
3 years ago |
Niklas Gögge
|
5bf6587457
|
[test] Test that -blocksonly nodes do not request high bandwidth mode.
Co-authored-by: Amiti Uttarwar <amiti@uttarwar.org>
|
3 years ago |