Skip to content

Commit 63c03dd

Browse files
committed
Merge #8418: Add tests for compact blocks
45c7ddd Add p2p test for BIP 152 (compact blocks) (Suhas Daftuar) 9a22a6c Add support for compactblocks to mininode (Suhas Daftuar) a8689fd Tests: refactor compact size serialization in mininode (Suhas Daftuar) 9c8593d Implement SipHash in Python (Pieter Wuille) 56c87e9 Allow changing BIP9 parameters on regtest (Suhas Daftuar)
2 parents ea26874 + 45c7ddd commit 63c03dd

File tree

8 files changed

+1026
-76
lines changed

8 files changed

+1026
-76
lines changed

qa/pull-tester/rpc-tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
'segwit.py',
143143
'importprunedfunds.py',
144144
'signmessages.py',
145+
'p2p-compactblocks.py',
145146
]
146147
if ENABLE_ZMQ:
147148
testScripts.append('zmq_test.py')

qa/rpc-tests/p2p-compactblocks.py

Lines changed: 608 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)