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 819bcf9b99

bip65-cltv-p2p.py is based on the earlier BIP66 P2P test by Suhas
Daftuar's d76412b068
This commit is contained in:
Peter Todd 2015-06-28 14:42:17 -04:00
parent 287f54fc90
commit cde7ab2d4e
3 changed files with 266 additions and 0 deletions
qa/pull-tester

View file

@ -69,6 +69,8 @@ testScripts = [
'p2p-fullblocktest.py',
]
testScriptsExt = [
'bip65-cltv.py',
'bip65-cltv-p2p.py',
'bipdersig-p2p.py',
'bipdersig.py',
'getblocktemplate_longpoll.py',