aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorPeter Todd <pete@petertodd.org>2015-06-28 14:42:17 -0400
committerPeter Todd <pete@petertodd.org>2015-10-08 17:25:25 +0200
commitcde7ab2d4ea7fbf71497c42edc1a82b9c8e6c91d (patch)
tree5174cb10323a2aef3e78d40b29f0cb75ca92a1db /qa/pull-tester
parent287f54fc90c29301faede8d4ac2ea24a91441917 (diff)
downloadbitcoin-cde7ab2d4ea7fbf71497c42edc1a82b9c8e6c91d.tar.xz
Add RPC tests for the CHECKLOCKTIMEVERIFY (BIP65) soft-fork
bip65-cltv.py is based on the earlier BIP66 soft-fork RPC test implemented by Pieter Wuille's 819bcf9b9902319176cdb1d476cacfee9b3727ec bip65-cltv-p2p.py is based on the earlier BIP66 P2P test by Suhas Daftuar's d76412b068d95454732aa3def95decf35251759a
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-xqa/pull-tester/rpc-tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py
index 58098bdec5..09ee9a36a9 100755
--- a/qa/pull-tester/rpc-tests.py
+++ b/qa/pull-tester/rpc-tests.py
@@ -69,6 +69,8 @@ testScripts = [
'p2p-fullblocktest.py',
]
testScriptsExt = [
+ 'bip65-cltv.py',
+ 'bip65-cltv-p2p.py',
'bipdersig-p2p.py',
'bipdersig.py',
'getblocktemplate_longpoll.py',