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's819bcf9b99
bip65-cltv-p2p.py is based on the earlier BIP66 P2P test by Suhas Daftuar'sd76412b068
This commit is contained in:
parent
287f54fc90
commit
cde7ab2d4e
3 changed files with 266 additions and 0 deletions
qa/pull-tester
|
@ -69,6 +69,8 @@ testScripts = [
|
|||
'p2p-fullblocktest.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