MarcoFalke
|
fa247e6e8c
|
test: Avoid intermittent timeout in p2p_headers_sync_with_minchainwork.py
|
2 months ago |
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
|
fa952fad2f
|
test: Avoid rpc timeout in p2p_headers_sync_with_minchainwork
|
2 years ago |
Jon Atack
|
459cb637ac
|
script, test: fix python linter E275 errors with flake8 5.0.4
|
2 years ago |
Hennadii Stepanov
|
306ccd4927
|
scripted-diff: Bump copyright headers
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
Commits of previous years:
- 2021: f47dda2c58
- 2020: fa0074e2d8
- 2019: aaaaad6ac9
|
2 years ago |
Suhas Daftuar
|
88e7807e77
|
test: fix non-determinism in p2p_headers_sync_with_minchainwork.py
The test for node3's chaintips needs some sort of synchronization in order to
be reliable.
|
2 years ago |
Suhas Daftuar
|
e5982ecdc4
|
Bypass headers anti-DoS checks for NoBan peers
|
2 years ago |
Suhas Daftuar
|
93eae27031
|
Test large reorgs with headerssync logic
|
2 years ago |
Suhas Daftuar
|
03712dddfb
|
Expose HeadersSyncState::m_current_height in getpeerinfo()
|
2 years ago |
Suhas Daftuar
|
150a5486db
|
Test headers sync using minchainwork threshold
|
2 years ago |