Merge pull request

65ef372 Add BIP65 to getblockchaininfo softforks list (Peter Todd)
cde7ab2 Add RPC tests for the CHECKLOCKTIMEVERIFY (BIP65) soft-fork (Peter Todd)
287f54f Add CHECKLOCKTIMEVERIFY (BIP65) soft-fork logic (Peter Todd)
This commit is contained in:
Wladimir J. van der Laan 2015-10-23 13:32:42 +02:00
commit 2a1090d4f5
No known key found for this signature in database
GPG key ID: 74810B012346C9A6
7 changed files with 285 additions and 5 deletions
qa/pull-tester

View file

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