diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-08-02 08:25:25 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-08-02 08:26:57 +0200 |
commit | 63c03dd41cc0e5d05d421fd7a574ff53a1dbb92f (patch) | |
tree | ee7b1c0a551dfd14a66a4cc7c1e4d931fc7edd6a /qa/pull-tester | |
parent | ea268747b6d417a406977e9b4931badce29b9d7a (diff) | |
parent | 45c7ddd109465e03551f5b39c2e650c243b4a078 (diff) |
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)
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-x | qa/pull-tester/rpc-tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py index e3921cfbed..f65a3eefc3 100755 --- a/qa/pull-tester/rpc-tests.py +++ b/qa/pull-tester/rpc-tests.py @@ -142,6 +142,7 @@ testScripts = [ 'segwit.py', 'importprunedfunds.py', 'signmessages.py', + 'p2p-compactblocks.py', ] if ENABLE_ZMQ: testScripts.append('zmq_test.py') |