Merge pull request #6351
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:
commit
2a1090d4f5
7 changed files with 285 additions and 5 deletions
qa/pull-tester
|
@ -70,6 +70,8 @@ testScripts = [
|
|||
'blockchain.py',
|
||||
]
|
||||
testScriptsExt = [
|
||||
'bip65-cltv.py',
|
||||
'bip65-cltv-p2p.py',
|
||||
'bipdersig-p2p.py',
|
||||
'bipdersig.py',
|
||||
'getblocktemplate_longpoll.py',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue